Lamina Drawing Script
layer7 - Layernew creates a new purple layer "lamina."
layer7 <- layernew("lamina",purple)
lamina1 - Calls the Lamina Program to create lamella.
lamina1 <-lamina(laminaorigin,AmpSedPlate,WSed,LSedPlate,TSedPlate,PerSedPlate,ANSedPlate,NSedPlates,NSedPlateCol,-BSedPlateHorizontal,YSedPlate)
laminaorigin =
- if layout1:
- x: tankorigin0
- y: tankorigin1
- z: tankorigin2 + HSedBelow
- if layout2:
- x: tankorigin0 - WEChannel
- y: tankorigin1
- z: tankorigin2 + HSedBelow
- if layout3:
- x: tankorigin0
- y: tankorigin1
- z: tankorigin2 + HSedBelow
- if layout4:
- x: tankorigin0
- y: tankorigin1
- z: tankorigin2 + HSedBelow
AmpSedPlate - Degree lamella is installed relative to the horizontal (so flocs slide down lamella.)
WSed - Width of sedimentation tank.
LSedPlate - Length of plate settlers in the sedimentation tank.
TSedPlate - Thickness of plate settlers.
PerSedPlate - Period of the curves for the plate settlers.
ANSedPlate - Degree lamella is installed relative to the horizontal (so flocs slide down lamella.)
NSedPlates - Number of plate settlers in sed tank.
NSedPlateCol - Number of columns of sedimentation tank lamina when arrayed (always set to 1 since lamina are drawn one tank at a time.)
BSedPlateHorizontal - Horizontal spacing between sedimentation plates.
YSedPlate - Vertical height of the sedimentation plates.
layerset - Layerset selects the layer "0".
layerset <- layerset("0")
layerfreeze - Layerfreeze locks the layer "lamina" so that it cannot be edited.
layerfreeze <- layerfreeze("lamina")