/*--------------------------------*- 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
U
internalField uniform (0 0 0);
boundaryField
minX
type fixedValue;
value $internalField;
maxX
minY
minZ
maxZ
bottomAir_to_leftSolid
bottomAir_to_heater
bottomAir_to_rightSolid
T
type zeroGradient;
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.
internalField uniform 0.01;
k
internalField uniform 0.1;
p
internalField uniform 1E5;
type buoyantPressure;
// ************************************************************************* //