/*--------------------------------*- 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 1200; boundaryField { nzLow { type fixedValue; value uniform 300; } nzUpp { type fixedValue; value uniform 300; } outlet { type inletOutlet; inletValue uniform 300; value uniform 300; } front { type wedge; } back { type wedge; } axis { type empty; } walls { type zeroGradient; } coLow { type inletOutlet; inletValue uniform 300; value uniform 300; } coUpp { type inletOutlet; inletValue uniform 300; value uniform 300; } } // ************************************************************************* //