========== k.oil ========== .. 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 k.oil; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -2 0 0 0 0]; internalField uniform 2.6; boundaryField { Techo { type kqRWallFunction; value uniform 0.0013; } Fondo { type kqRWallFunction; value uniform 0.00015; } Pared { type kqRWallFunction; value uniform 0.00015; } outOil { type zeroGradient; } Entrada { type fixedValue; value uniform 0.013; } outH2O { type zeroGradient; } frontAndBack_pos { type wedge; } frontAndBack_neg { type wedge; } } // ************************************************************************* //