49f5df64a6
* icoLagrangianFoam tutorials work * Format of fixed tutorials updated to reflect current version standards. Current status: 10 failing tests in a total of 139 tests
192 lines
4.9 KiB
C++
192 lines
4.9 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / 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
|
|
{
|
|
minY
|
|
{
|
|
type fixedValue;
|
|
value uniform 500;
|
|
}
|
|
|
|
minZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
maxZ
|
|
{
|
|
type zeroGradient;
|
|
}
|
|
|
|
heater_to_bottomAir
|
|
{
|
|
type solidWallMixedTemperatureCoupled;
|
|
neighbourRegionName bottomAir;
|
|
neighbourPatchName bottomAir_to_heater;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
|
|
}
|
|
heater_to_leftSolid
|
|
{
|
|
type solidWallMixedTemperatureCoupled;
|
|
neighbourRegionName leftSolid;
|
|
neighbourPatchName leftSolid_to_heater;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
}
|
|
heater_to_rightSolid
|
|
{
|
|
type solidWallMixedTemperatureCoupled;
|
|
neighbourRegionName rightSolid;
|
|
neighbourPatchName rightSolid_to_heater;
|
|
neighbourFieldName T;
|
|
K K;
|
|
value uniform 300;
|
|
}
|
|
heater_to_topAir
|
|
{
|
|
type solidWallMixedTemperatureCoupled;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|