diff options
Note pressure, velocity error norms in refined poiseuille2d
Diffstat (limited to 'src')
-rw-r--r-- | src/refinement/grid2D.hh | 6 |
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(), |