/*--------------------------------*- 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 "1.23"; object dQ; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 2 -3 0 0 0 0]; internalField uniform 0; boundaryField { axis { type symmetryPlane; } mainjet { type calculated; value uniform 0; } pilot { type calculated; value uniform 0; } coflow { type calculated; value uniform 0; } outlet { type calculated; value uniform 0; } burnerwall { type calculated; value uniform 0; } slipwall { type calculated; value uniform 0; } front { type wedge; } back { type wedge; } } // ************************************************************************* //