openfoam/tutorials/compressible/sonicFoam/RAS/nacaAirfoil/0/include/initialConditions
Mark Olesen 91ed12d91c ENH: update nacaAirfoil tutorial to use prostar4 mesh
- Replaces prostar3 mesh format, which we no longer support.
- Update initial conditions to use regex and include file.
2016-10-07 19:11:50 +02:00

16 lines
784 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
flowVelocity (600 148.16 0);
pressure 100000;
temperature 300;
turbulentKE 1000;
turbulentEpsilon 25000;
// ************************************************************************* //