ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionHeater / makeCellSets.setSet
blob8f85c9ef230822d57fecaaf1f86228cbe79f7427
1 cellSet heater new boxToCell (-0.01001    0 -100 )(0.01001 0.00999 100)
2 cellSet heater add boxToCell (-0.01001 -100 -0.01001)(0.01001 0.00999 0.01001)
3 cellZoneSet heater new setToCellZone heater
4 cellSet leftSolid new boxToCell (-100 0 -100 )(-0.01001 0.00999 100)
5 cellZoneSet leftSolid new setToCellZone leftSolid
6 cellSet rightSolid new boxToCell (0.01001 0 -100 )(100 0.00999 100)
7 cellZoneSet rightSolid new setToCellZone rightSolid
8 cellSet topAir new boxToCell (-100 0.00999 -100 )(100 100 100)
9 cellZoneSet topAir new setToCellZone topAir
10 cellSet bottomAir clear
11 cellSet bottomAir add cellToCell heater
12 cellSet bottomAir add cellToCell leftSolid
13 cellSet bottomAir add cellToCell rightSolid
14 cellSet bottomAir add cellToCell topAir
15 cellSet bottomAir invert
16 cellZoneSet bottomAir new setToCellZone bottomAir