summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-24 13:42:57 +0100
committerAdrian Kummerlaender2019-06-24 15:17:09 +0200
commit5aeafca5883f7af387363ede78596ff665b36d0c (patch)
treeda13bb54bfabccb54f02e9a69320ba065266f318 /src
parentf544a36b51c5616670afc6c0700e8ca0c5425e79 (diff)
downloadgrid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar.gz
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar.bz2
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar.lz
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar.xz
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.tar.zst
grid_refinement_openlb-5aeafca5883f7af387363ede78596ff665b36d0c.zip
Note pressure, velocity error norms in refined poiseuille2d
Diffstat (limited to 'src')
-rw-r--r--src/refinement/grid2D.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/refinement/grid2D.hh b/src/refinement/grid2D.hh
index 2bf2f7f..f1caf84 100644
--- a/src/refinement/grid2D.hh
+++ b/src/refinement/grid2D.hh
@@ -46,8 +46,7 @@ Grid2D<T,DESCRIPTOR>::Grid2D(
T{1}, // charPhysLength: reference length of simulation geometry
T{1}, // charPhysVelocity: maximal/highest expected velocity during simulation in __m / s__
T{1./re}, // physViscosity: physical kinematic viscosity in __m^2 / s__
- T{1}, // physDensity: physical density in __kg / m^3__
- T{1})),
+ T{1})), // physDensity: physical density in __kg / m^3__
_cuboids(new CuboidGeometry2D<T>(
*_domainF,
_converter->getConversionFactorLength(),
@@ -82,8 +81,7 @@ Grid2D<T,DESCRIPTOR>::Grid2D(
T{1}, // charPhysLength: reference length of simulation geometry
T{1}, // charPhysVelocity: maximal/highest expected velocity during simulation in __m / s__
T{1./re}, // physViscosity: physical kinematic viscosity in __m^2 / s__
- T{1}, // physDensity: physical density in __kg / m^3__
- T{1})),
+ T{1})), // physDensity: physical density in __kg / m^3__
_cuboids(new CuboidGeometry2D<T>(
*_domainF,
_converter->getConversionFactorLength(),