1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 type alphatWallFunction;
36 type compressible::epsilonWallFunction;
47 type compressible::kqRWallFunction;
59 type mutkWallFunction;
94 type compressible::temperatureThermoBaffle;
102 // Thermo baffle model
103 thermoBaffleModel thermoBaffle2D;
104 regionName baffleRegion;
113 thermoType constSolidThermo;
115 constSolidThermoCoeffs
117 //- thermo properties
118 rho rho [1 -3 0 0 0 0 0] 80;
119 Cp Cp [0 2 -2 -1 0 0 0] 15;
120 K K [1 1 -3 -1 0 0 0] 0.01;
122 //- radiative properties
123 kappa kappa [0 -1 0 0 0 0 0] 0;
124 sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
125 emissivity emissivity [0 0 0 0 0 0 0] 1;
127 //- chemical properties
128 Hf Hf [0 2 -2 0 0 0 0] 0;
142 value uniform (0 0 0);
149 // ************************************************************************* //