================== alpha.water ================== =========================== alpha.water =========================== .. 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 alpha.water; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0.9253; boundaryField { Techo { type zeroGradient; } Fondo { type zeroGradient; } Pared { type zeroGradient; } outOil { type inletOutlet; phi phi.water; inletValue uniform 0.9253; value uniform 0.9253; } Entrada { type fixedValue; value uniform 0.9253; } outH2O { type inletOutlet; phi phi.water; inletValue uniform 0.9253; value uniform 0.9253; } frontAndBack_pos { type wedge; } frontAndBack_neg { type wedge; } } // ************************************************************************* //