/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
U
internalField uniform ( 0.01 0 0 );
boundaryField
minX
type fixedValue;
value uniform (0.01 0 0);
maxX
type inletOutlet;
inletValue uniform (0 0 0);
maxY
value uniform (0 0 0);
minZ
maxZ
topAir_to_leftSolid
topAir_to_heater
topAir_to_rightSolid
T
internalField uniform 300;
value $internalField;
type solidWallMixedTemperatureCoupled;
neighbourFieldName T;
K K;
epsilon
// Set the value on all bc to non-zero. Not used in simulation
// since zeroGradient; only used in initialisation.
type zeroGradient;
minY
k
internalField uniform 0.1;
p
internalField uniform 1E5;
type buoyantPressure;
type waveTransmissive;
field p;
inletOutlet off;
correctSupercritical off;
phi phi;
rho rho;
psi psi;
gamma 1.4; // cp/cv
fieldInf 1e5;
lInf 0.40; // double length of domain
// ************************************************************************* //