1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 #include "include/initialConditions"
19 dimensions [0 0 -1 0 0 0 0];
21 internalField uniform $turbulentOmega;
25 #include "include/fixedInlet"
30 inletValue $internalField;
36 type omegaWallFunction;
42 type omegaWallFunction;
46 #include "include/frontBackUpperPatches"
50 // ************************************************************************* //