/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object Ydefault; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { ground { type zeroGradient; } top { type inletOutlet; inletValue $internalField; value $internalField; } burner { type fixedValue; value uniform 0; } sides { type inletOutlet; inletValue $internalField; value $internalField; } "(region0_to.*)" { type zeroGradient; } } // ************************************************************************* //