scientific_comp_projects/CODE/CFD/openFOAM/tutorials/DNS/dnsFoam/boxTurb16/constant/turbulenceProperties

28 lines
798 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
UOsigma 0.090295;
UOalpha 0.81532;
UOKupper 10;
UOKlower 7;
// ************************************************************************* //