- remove inappropriate fields from the regions (only important or useful for post-processing) - Allclean script had missed some files
169 lines
4.3 KiB
C++
169 lines
4.3 KiB
C++
/*--------------------------------*- 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
|
|
{
|
|
minX
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
minZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
maxZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_bottomAir
|
|
{
|
|
type solidWallHeatFluxTemperatureCoupled;
|
|
neighbourRegionName bottomAir;
|
|
neighbourPatchName bottomAir_to_leftSolid;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
|
|
}
|
|
leftSolid_to_heater
|
|
{
|
|
type solidWallTemperatureCoupled;
|
|
neighbourRegionName heater;
|
|
neighbourPatchName heater_to_leftSolid;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
}
|
|
leftSolid_to_topAir
|
|
{
|
|
type solidWallHeatFluxTemperatureCoupled;
|
|
neighbourRegionName topAir;
|
|
neighbourPatchName topAir_to_leftSolid;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
}
|
|
}
|
|
}
|
|
|
|
rho
|
|
{
|
|
internalField uniform 8000;
|
|
|
|
boundaryField
|
|
{
|
|
minX
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
minZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
maxZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_bottomAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_heater
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_topAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
}
|
|
}
|
|
|
|
K
|
|
{
|
|
internalField uniform 80;
|
|
|
|
boundaryField
|
|
{
|
|
minX
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
minZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
maxZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_bottomAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_heater
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_topAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
}
|
|
}
|
|
|
|
cp
|
|
{
|
|
internalField uniform 450;
|
|
|
|
boundaryField
|
|
{
|
|
minX
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
minZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
maxZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_bottomAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_heater
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
leftSolid_to_topAir
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|