From 592dfd2949ace04d741376206877888fd16ba152 Mon Sep 17 00:00:00 2001 From: Lalit Rajendran Date: Fri, 24 Jan 2020 11:52:32 -0500 Subject: [PATCH] added comments on the units --- sample_script.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sample_script.py b/sample_script.py index 6526ab9..330b5c8 100755 --- a/sample_script.py +++ b/sample_script.py @@ -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