1

Previous: Test case: multiRegionHeater Up: Test case: multiRegionHeater Next: Script Allrun

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Test case geometry description

  • Multi-region cases are in fact several cases connected to one case
  • Whole domain is divided into several regions and solver solves regions step-by-step
  • Most applications need a switch -region when computing multi-region cases
  • $ {\textcolor{blue}{\mathsf {In \ Linux: }}}$ Copy tutorial case multiRegionHeater:

    # cd $FOAM_RUN
    # cp -r $FOAM_TUTORIALS/\
    heatTransfer/chtMultiRegionFoam/multiRegionHeater ./

  • $ {\textcolor{red}{\mathsf {In \ Windows: }}}$ Copy tutorial case from enclosed training materials. Windows test case is different and uses #includes instead of virtual references used in Linux
    # cp -r .../CFDsupport/tutorials/multiRegionHeater $FOAM_RUN
    # cd $FOAM_RUN /multiRegionHeater
  • Test case is already preset
  • Test case is three dimensional
heater

Figure: multiRegionHeater geometry

    1. top region with flowing air, topAir
    2. bottom region with flowing water: bottomWater
    3. heat conducting rigid body, left: leftSolid
    4. heat conducting rigid body, right: rightSolid
    5. heat conducting rigid body, in the middle, at bottom wall 154 155 156 157heaterGeometry is divided into five regions:
  • Each region has its configuration files (controlDict file is common for all regions)
  • Solver for this test case is chtMultiRegionFoam