new turbulence setup

This commit is contained in:
mattijs 2009-03-23 16:35:53 +00:00
parent 7516a96296
commit fe55f58d46
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RASModel;
// ************************************************************************* //

View File

@ -62,6 +62,8 @@ functions
( 0.21 0 0.01 )
);
fields ( p U );
outputControl outputTime;
outputInterval 1;
}
}