/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
boundary
minX
type wall;
maxX
U
internalField uniform (0.01 0 0);
boundaryField
".*"
type fixedValue;
value uniform (0 0 0);
T
internalField uniform 300;
type zeroGradient;
"bottomAir_to_.*"
type compressible::turbulentTemperatureCoupledBaffle;
neighbourFieldName T;
K K;
value uniform 300;
epsilon
internalField uniform 0.01;
type compressible::epsilonWallFunction;
value uniform 0.01;
k
internalField uniform 0.1;
type compressible::kqRWallFunction;
value uniform 0.1;
p
internalField uniform 100000;
type buoyantPressure;
value 1e5;
// ************************************************************************* //