/*--------------------------------*- 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
T
internalField uniform 300;
boundaryField
maxX
type zeroGradient;
minZ
maxZ
rightSolid_to_heater
type solidWallMixedTemperatureCoupled;
neighbourRegionName heater;
neighbourPatchName heater_to_rightSolid;
neighbourFieldName T;
K K;
value uniform 300;
rightSolid_to_bottomAir
neighbourRegionName bottomAir;
neighbourPatchName bottomAir_to_rightSolid;
rightSolid_to_topAir
neighbourRegionName topAir;
neighbourPatchName topAir_to_rightSolid;
rho
internalField uniform 8000;
K
internalField uniform 80;
cp
internalField uniform 450;
// ************************************************************************* //