Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionLiquidHeater / makeCellSets.setSet
blob7353934fa806dce69c195563e768ce9557fa18b2
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 bottomWater clear
11 cellSet bottomWater add cellToCell heater
12 cellSet bottomWater add cellToCell leftSolid
13 cellSet bottomWater add cellToCell rightSolid
14 cellSet bottomWater add cellToCell topAir
15 cellSet bottomWater invert
16 cellZoneSet bottomWater new setToCellZone bottomWater