/*--------------------------------*- 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 volScalarField; object epsilon; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #include "initialConditions" dimensions [0 0 -1 0 0 0 0]; internalField uniform $turbulentOmega; boundaryField { #include "fixedInlet" outlet { type inletOutlet; inletValue $internalField; value $internalField; } lowerWall { type omegaWallFunction; value $internalField; } "motorBike_.*" { type omegaWallFunction; value $internalField; } #include "frontBackUpperPatches" } // ************************************************************************* //