===================== epsilon.air ===================== .. code-block:: bash /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format binary; class volScalarField; location "0.01"; object epsilon.air; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -3 0 0 0 0]; internalField uniform 0.26; boundaryField { Techo { type epsilonWallFunction; value uniform 1.498e-05; } Fondo { type epsilonWallFunction; value uniform 1.498e-05; } Pared { type epsilonWallFunction; value uniform 1.498e-05; } outOil { type zeroGradient; } Entrada { type fixedValue; value uniform 0.0013; } outH2O { type zeroGradient; } frontAndBack_pos { type wedge; } frontAndBack_neg { type wedge; } } // ************************************************************************* //