ENH: Adding lumpedMassWallTemperature BC and adding usage tutorial in buoyantPimpleFoam/hotRoom

This commit is contained in:
sergio
2016-10-27 15:06:42 -07:00
parent 2ba5a7c3bc
commit 19758c666f
5 changed files with 411 additions and 4 deletions

View File

@ -28,8 +28,12 @@ boundaryField
ceiling
{
type fixedValue;
value uniform 300;
type lumpedMassWallTemperature;
kappaMethod fluidThermo;
kappaName none;
mass 1000;
Cp 4100;
value uniform 300.0;
}
fixedWalls

View File

@ -28,8 +28,12 @@ boundaryField
ceiling
{
type fixedValue;
value uniform 300;
type lumpedMassWallTemperature;
kappaMethod fluidThermo;
kappaName none;
mass 1000;
Cp 4100;
value uniform 300.0;
}
fixedWalls