mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
15 lines
749 B
C++
15 lines
749 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 2.0 |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
flowVelocity (0 0 0);
|
|
pressure 0;
|
|
turbulentKE 1.3;
|
|
turbulentEpsilon 0.01;
|
|
|
|
// ************************************************************************* //
|