From 953db99dca6a34c0e9e6f71561f8285b08822bcc Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Feb 2019 19:51:42 +0100 Subject: Revamp parametrization of refined cylinder2d geometry Finally seems to stop mixing up material numbers for every other resolution I try it out with. Cylinder diameter is now actually set to 0.1m as called for by [SchaeferTurek96]. --- apps/adrian/poiseuille2d/poiseuille2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/adrian/poiseuille2d') diff --git a/apps/adrian/poiseuille2d/poiseuille2d.cpp b/apps/adrian/poiseuille2d/poiseuille2d.cpp index 5a47f96..d4d8e0f 100644 --- a/apps/adrian/poiseuille2d/poiseuille2d.cpp +++ b/apps/adrian/poiseuille2d/poiseuille2d.cpp @@ -222,7 +222,7 @@ int main(int argc, char* argv[]) const Vector coarseExtend {lx/2, ly}; IndicatorCuboid2D coarseCuboid(coarseExtend, coarseOrigin); - Grid2D coarseGrid(coarseCuboid, N, LatticeVelocity(uMax), Re); + Grid2D coarseGrid(coarseCuboid, LatticeVelocity(uMax), N, Re); prepareGeometry(coarseGrid); const T coarseDeltaX = coarseGrid.getConverter().getPhysDeltaX(); -- cgit v1.2.3