Artifact 65d242bd40c92e9b54dd279d7eb3869ba67872422ac5dbca8a0fcd2fbe350502:
- Executable file mtt/lib/cr/hh/constants.hh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 290) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/cr/hh/constants.hh — part of check-in [558c174ebf] at 2000-12-28 09:19:07 on branch origin/master — put under RCS (user: gawthrop@users.sourceforge.net, size: 290) [annotate] [blame] [check-ins using]
#ifndef CONSTANTS_HH #define CONSTANTS_HH const double pi = 3.14159264; const double pi2 = pi * pi; const double pi4 = pi2 * pi2; // Reynolds number const double ReL = 2300.0; // transition from laminar flow const double ReT = 4000.0; // transition to turbulent flow #endif // CONSTANTS