======== U.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 volVectorField; location "0.01"; object U.air; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { Techo { type noSlip; } Fondo { type noSlip; } Pared { type noSlip; } outOil { type fixedValue; value uniform (0.00368339 0 0); } Entrada { type fixedValue; value uniform (0 0.0104435 0); } outH2O { type fixedValue; value uniform (0 0.000487695 0); } frontAndBack_pos { type wedge; } frontAndBack_neg { type wedge; } } // ************************************************************************* //