$FOAM_TUTORIALS/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom
Using the Boussinesq approximation, we calculate steady state of natural convection in a rectangular domain with a central hot floor from 0 sec to 2000 sec.
The floor (region "floor") temperature is set to 300 K and only its central part (red part) is set to 600 K. The ceiling is fixed at 300 K, and the sides are thermally opened to allow heat to escape. The all six sides are assumed to be a no-slip wall, with no fluid flowing into or out of the analysis domain.
The hot part can be set using the utility "setFields". The location and temperature of the hot part can be specified in the file system/setFieldsDict as follows.
defaultFieldValues ( volScalarFieldValue T 300 ); regions ( boxToFace { box (4.5 -1000 4.5) (5.5 1e-5 5.5); fieldValues ( volScalarFieldValue T 600 ); } );
The magnitude and direction of the gravity acceleration can be specified in the file constant/g as follows.
dimensions [0 1 -2 0 0 0 0]; value (0 -9.81 0);
The meshes are as follows, and the number of mesh is 4000.
The calculation result is as follows.
The calculation results show that an updraft occurs in the center of the domain and natural convection is generated.
The utility "setFields" is used to set the temperature in the specified area.
15.09 seconds *Single, Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz