/*--------------------------------*- 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; format ascii; class volScalarField; location "0"; object T; } dimensions [ 0 0 0 1 0 0 0 ]; internalField uniform 300; boundaryField { nzLow { type fixedValue; value uniform 300; } nzUpp { type fixedValue; value uniform 300; } coLow { type fixedValue; value uniform 300; } coUpp { type fixedValue; value uniform 300; } waLow { type zeroGradient; } waUpp { type zeroGradient; } outlet { type inletOutlet; inletValue uniform 300; value uniform 300; } front { type wedge; } back { type wedge; } axis { type empty; } } // ************************************************************************* //