============ alphas ============ .. 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 alphas; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0.0774; boundaryField { Techo { type calculated; value uniform 0.0774; } Fondo { type calculated; value uniform 0.0774; } Pared { type calculated; value uniform 0.0774; } outOil { type calculated; value uniform 0.0774; } Entrada { type calculated; value uniform 0.0774; } outH2O { type calculated; value uniform 0.0774; } frontAndBack_pos { type wedge; } frontAndBack_neg { type wedge; } } // ************************************************************************* //