1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 internalField uniform (0.1 0 0);
27 value uniform (0 0 0);
32 value uniform ( 0.1 0 0 );
37 inletValue uniform ( 0 0 0 );
38 value uniform ( 0.1 0 0 );
45 internalField uniform 300;
61 inletValue uniform 300;
67 type compressible::turbulentTemperatureRadCoupledMixed;
80 internalField uniform 0.01;
85 type compressible::epsilonWallFunction;
97 inletValue uniform 0.01;
105 internalField uniform 0.1;
110 type compressible::kqRWallFunction;
122 inletValue uniform 0.1;
130 internalField uniform 1e5;
135 type buoyantPressure;
149 internalField uniform 1e5;
168 internalField uniform 0;
173 type greyDiffusiveRadiationViewFactor;
174 emissivityMode lookup;
176 emissivity uniform 1.0;
182 type greyDiffusiveRadiationViewFactor;
183 emissivityMode solidThermo;
192 internalField uniform 0;
197 type MarshakRadiation;
199 emissivityMode lookup;
200 emissivity uniform 1.0;
206 type MarshakRadiation;
208 emissivityMode solidThermo;
216 internalField uniform 0;
221 type greyDiffusiveRadiation;
223 emissivityMode lookup;
225 emissivity uniform 1.0;
231 type greyDiffusiveRadiation;
233 emissivityMode solidThermo;
241 // ************************************************************************* //