/*--------------------------------*- 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
T
internalField uniform 300;
boundaryField
minY
type fixedValue;
value uniform 500;
minZ
type zeroGradient;
value $internalField;
maxZ
heater_to_bottomAir
type solidWallMixedTemperatureCoupled;
neighbourFieldName T;
K K;
heater_to_leftSolid
heater_to_rightSolid
heater_to_topAir
rho
internalField uniform 8000;
K
internalField uniform 80;
cp
internalField uniform 450;
// ************************************************************************* //