/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 5.0; format ascii; class volScalarField; location "0.000000"; object omega; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 -1 0 0 0 0]; internalField uniform 0.4; boundaryField { inlet { type fixedValue; value uniform 0; } wall { Cmu 0.09; kappa 0.41; E 9.8; beta1 0.075; blended false; type omegaWallFunction; value uniform 0; } wallr { Cmu 0.09; kappa 0.41; E 9.8; beta1 0.075; blended false; type omegaWallFunction; value uniform 0; } walll { Cmu 0.09; kappa 0.41; E 9.8; beta1 0.075; blended false; type omegaWallFunction; value uniform 0.4; } outlet { type zeroGradient; } ami1 { type cyclicAMI; value uniform 0; } ami2 { type cyclicAMI; value uniform 0; } propeller { Cmu 0.09; kappa 0.41; E 9.8; beta1 0.075; blended false; type omegaWallFunction; value uniform 0; } } // ************************************************************************* //