/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5 | | \\ / A nd | Web: http://www.OpenFOAM.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; } maxZ { type zeroGradient; } heater_to_bottomAir { type solidWallHeatFluxTemperatureCoupled; neighbourRegionName bottomAir; neighbourPatchName bottomAir_to_heater; neighbourFieldName T; K K; value uniform 300; } heater_to_leftSolid { type solidWallHeatFluxTemperatureCoupled; neighbourRegionName leftSolid; neighbourPatchName leftSolid_to_heater; neighbourFieldName T; K K; value uniform 300; } heater_to_rightSolid { type solidWallHeatFluxTemperatureCoupled; neighbourRegionName rightSolid; neighbourPatchName rightSolid_to_heater; neighbourFieldName T; K K; value uniform 300; } heater_to_topAir { type solidWallHeatFluxTemperatureCoupled; neighbourRegionName topAir; neighbourPatchName topAir_to_heater; neighbourFieldName T; K K; value uniform 300; } } } rho { internalField uniform 8000; boundaryField { minY { type zeroGradient; } minZ { type zeroGradient; } maxZ { type zeroGradient; } heater_to_bottomAir { type zeroGradient; } heater_to_leftSolid { type zeroGradient; } heater_to_rightSolid { type zeroGradient; } heater_to_topAir { type zeroGradient; } } } K { internalField uniform 80; boundaryField { minY { type zeroGradient; } minZ { type zeroGradient; } maxZ { type zeroGradient; } heater_to_bottomAir { type zeroGradient; } heater_to_leftSolid { type zeroGradient; } heater_to_rightSolid { type zeroGradient; } heater_to_topAir { type zeroGradient; } } } cp { internalField uniform 450; boundaryField { minY { type zeroGradient; } minZ { type zeroGradient; } maxZ { type zeroGradient; } heater_to_bottomAir { type zeroGradient; } heater_to_leftSolid { type zeroGradient; } heater_to_rightSolid { type zeroGradient; } heater_to_topAir { type zeroGradient; } } } } // ************************************************************************* //