Skip to content

Commit

Permalink
added comments on the units
Browse files Browse the repository at this point in the history
  • Loading branch information
lrajendr committed Jan 24, 2020
1 parent 43c2d52 commit 592dfd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
# sys.path.insert(0, '/scratch/shannon/c/aether/Projects/Flow_Reconstruction_development/Codes/Python/')
from DensityIntegrationUncertaintyQuantification import Density_integration_Poisson_uncertainty

# Load the data:
# Load the data:
# all loaded variables is in standard physical units: X, Y: [m], rho_x, rho_y: [kg/m^4]
data = loadmat('sample-data.mat', squeeze_me=True)

# set the density uncertainty at the boundary points
# set the density uncertainty at the boundary points [kg/m^3]
sigma_rho_dirichlet = 0.01

# calculate density and uncertainty
Expand Down

0 comments on commit 592dfd2

Please sign in to comment.