/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open Source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object RASProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // RASModel kEpsilon; turbulence on; printCoeffs on; laminarCoeffs { } kEpsilonCoeffs { Cmu 0.09; C1 1.44; C2 1.92; C3 0.85; alphak 1; alphaEps 0.76923; } wallFunctionCoeffs { kappa 0.4187; E 9; } // ************************************************************************* //