/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
T
internalField uniform 300;
boundaryField
minY
type fixedValue;
value uniform 500;
minZ
type zeroGradient;
value $internalField;
maxZ
heater_to_bottomAir
type solidWallMixedTemperatureCoupled;
neighbourFieldName T;
Kappa Kappa;
heater_to_leftSolid
heater_to_rightSolid
heater_to_topAir
rho
internalField uniform 8000;
Kappa
internalField uniform 80;
cp
internalField uniform 450;
// ************************************************************************* //