1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
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;
40 #include "include/frontBackTopBottomPatches"
43 // ************************************************************************* //