From c00169276bee14e0d5418ac79fc00e3531e185ca Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 17 Jan 2019 15:20:12 +0100 Subject: Verify mass loss when using linear interpolation for C2F --- apps/adrian/poiseuille2d/poiseuille2d.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/adrian') diff --git a/apps/adrian/poiseuille2d/poiseuille2d.cpp b/apps/adrian/poiseuille2d/poiseuille2d.cpp index 19dc4d7..b49f24c 100644 --- a/apps/adrian/poiseuille2d/poiseuille2d.cpp +++ b/apps/adrian/poiseuille2d/poiseuille2d.cpp @@ -36,10 +36,10 @@ typedef double T; #define DESCRIPTOR descriptors::D2Q9Descriptor -const T lx = 4.0; // length of the channel -const T ly = 1.0; // height of the channel -const int N = 50; // resolution of the model -const T Re = 100.; // Reynolds number +const T lx = 4.0; // length of the channel +const T ly = 1.0; // height of the channel +const int N = 50; // resolution of the model +const T Re = 100.; // Reynolds number const T uMax = 0.02; // Max lattice speed const T maxPhysT = 60.; // max. simulation time in s, SI unit const T physInterval = 0.25; // interval for the convergence check in s -- cgit v1.2.3