ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionLiquidHeater / makeCellSets.setSet
blobcbfae0a8329ba8b6bdd733799743b8188b25c767
1 cellSet heater new boxToCell (-0.01    0 -100 )(0.01 0.01 100)
2 cellSet heater add boxToCell (-0.01 -100 -0.01)(0.01 0.01 0.01)
3 cellSet leftSolid new boxToCell (-100 0 -100 )(-0.01 0.01 100)
4 cellSet rightSolid new boxToCell (0.01 0 -100 )(100 0.01 100)
5 cellSet topAir new boxToCell (-100 0.01 -100 )(100 100 100)
6 cellSet bottomWater clear
7 cellSet bottomWater add cellToCell heater
8 cellSet bottomWater add cellToCell leftSolid
9 cellSet bottomWater add cellToCell rightSolid
10 cellSet bottomWater add cellToCell topAir
11 cellSet bottomWater invert