/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 294.75; boundaryField { inlet { type fixedValue; value uniform 371.15; } entrainment { type inletOutlet; inletValue uniform 294.75; value uniform 294.75; } outlet { type inletOutlet; inletValue uniform 294.75; value uniform 294.75; } region0_to_panelRegion_wallPanel { type compressible::turbulentTemperatureRadCoupledMixed; value uniform 294.75; Tnbr T; QrNbr none; Qr Qr; kappaMethod fluidThermo; } region0_to_panelRegion_internalWallPanel_top { type compressible::turbulentTemperatureRadCoupledMixed; value uniform 294.75; Tnbr T; QrNbr none; Qr Qr; kappaMethod fluidThermo; } region0_to_panelRegion_internalWallPanel_bottom { type compressible::turbulentTemperatureRadCoupledMixed; value uniform 294.75; Tnbr T; QrNbr none; Qr Qr; kappaMethod fluidThermo; } } // ************************************************************************* //