/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0/wasser"; object omega; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 -1 0 0 0 0]; internalField uniform 7; boundaryField { wasser_zu_alu { type compressible::omegaWallFunction; value uniform 7; Cmu 0.09; kappa 0.41; E 9.8; beta1 0.075; } outlet { type inletOutlet; inletValue uniform 7; value uniform 7; } inlet { type fixedValue; value uniform 7; } } // ************************************************************************* //