/*--------------------------------*- 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 changePatchTypeDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
U
internalField uniform (0 0 0);
boundaryField
minX
type fixedValue;
value uniform (0 0 0);
maxX
bottomAir_to_leftSolid
bottomAir_to_heater
bottomAir_to_rightSolid
T
type zeroGradient;
type solidWallMixedTemperatureCoupled;
neighbourRegionName leftSolid;
neighbourPatchName leftSolid_to_bottomAir;
neighbourFieldName T;
K K;
value uniform 300;
neighbourRegionName heater;
neighbourPatchName heater_to_bottomAir;
neighbourRegionName rightSolid;
neighbourPatchName rightSolid_to_bottomAir;
epsilon
// Set the value on all bc to non-zero. Not used in simulation
// since zeroGradient; only used in initialisation.
internalField uniform 0.01;
value uniform 0.01;
minY
maxY
minZ
maxZ
k
internalField uniform 0.1;
value uniform 0.1;
p
type buoyantPressure;
value uniform 1e+05;
// ************************************************************************* //