General Program Information
Technical Program Outline
layer1 - Layernew creates a new dark grey layer, "floctank."
layer1 <- layernew("floctank",dkgrey)
tank1 - Calls the Tank Program to create a tank.
tank1 <- Tank(flocorigin,totalflocdim,TPlantWall)
flocorigin =
- x: PlantOrigin0
- y: Plant~origin1~ + NSedTanks(WSed + TPlantWall)
- z: PlantOrigin2
totalflocdim =
- x: LFlocTank/NFlocChannels
- y: (NFlocChannels*WFlocChannels) + ((NFloc Channels - 1)*TPlantWall)
- z: HFloc
TPlantWall - specifies the thickness of the tank.
layerset1 - selects the layer "0"
layerset1 <- layerset ("0")
layerfreeze1 - Layerfreeze locks the layer "floctank" so that it cannot be edited.
layerfreeze1 <- layerfreeze("floctank")
one <- stack(layer1, tank1, layerset1, layerfreeze1)