/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changePatchTypeDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
T
internalField uniform 300;
boundaryField
minY
type fixedValue;
value uniform 500;
minZ
type zeroGradient;
maxZ
heater_to_bottomAir
type solidWallMixedTemperatureCoupled;
neighbourRegionName bottomAir;
neighbourPatchName bottomAir_to_heater;
neighbourFieldName T;
K K;
value uniform 300;
heater_to_leftSolid
neighbourRegionName leftSolid;
neighbourPatchName leftSolid_to_heater;
heater_to_rightSolid
neighbourRegionName rightSolid;
neighbourPatchName rightSolid_to_heater;
heater_to_topAir
neighbourRegionName topAir;
neighbourPatchName topAir_to_heater;
rho
internalField uniform 8000;
K
internalField uniform 80;
cp
internalField uniform 450;
// ************************************************************************* //