1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 internalField uniform (0.01 0 0);
28 value uniform (0 0 0);
33 value uniform ( 0.01 0 0 );
38 inletValue uniform ( 0 0 0 );
39 value uniform ( 0 0 0 );
46 internalField uniform 300;
63 inletValue uniform 300;
69 type compressible::turbulentTemperatureCoupledBaffle;
79 internalField uniform 0.01;
85 type compressible::epsilonWallFunction;
97 inletValue uniform 0.01;
105 internalField uniform 0.1;
111 type compressible::kqRWallFunction;
123 inletValue uniform 0.1;
131 internalField uniform 100000;
137 type buoyantPressure;
144 value uniform 100000;
150 // ************************************************************************* //