*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Sedimentation tank with channels, right view
Input Definitions
...
Inputs Needed to Call the Channel Function
channelorigin - a 3
...
*1 matrix with
...
x,y,z
...
positions corresponding to the point where the channel will be drawn.
channeldim - a 3*1 matrix with the x,y,z
...
positions specifying the dimensions of the channel cutout.
t = - specifies the thickness of the channel walls.
Inputs Defined within the Channel Function
p1 =
- x : channelorigin0
- y : channelorigin1
- z : channelorigin2
p2 =
- x : channelorigin0 + channeldim0
- y : channelorigin1 + channeldim1
- z : channelorigin2 + channeldim2
p3 =
- x : channelorigin0~
- y : channelorigin1~ - t
- z : channelorigin2~ - t
p4 =
- x : channelorigin0~ + channeldim0
- y : channelorigin1~ + channeldim1 + t
- z : channelorigin2~ channeldim2
p5 =
- x : channelorigin0~
- y : channelorigin1~ + channeldim1 + t
p6 =
- x : channelorigin0~ - zc
- y : channelorigin1~ - t - zc
p7 =
- x : channelorigin0~ + channeldim0 + zc
- y : channelorigin1~ + channeldim1 + t + zc
win1 =
- x : channelorigin0~
- y : channelorigin1~ - t
- z : channelorigin2~
win2 =
- x : channelorigin0~ + channeldim0
- y : channelorigin1~ + channeldim1 + t
- z : channelorigin2~
- p3 is a 3,1 matrix with the x,y,z values for the lower left hand corner of the channel.
- p4 is a 3,1 matrix with the x,y,z values for the lower upper right hand corner of the channel.
- p5 is a 2,1 matrix with the x,y values for a point on the outer edge of the channel viewed from viewtop.
- p6 is a 2,1 matrix with the x,y values for a point on the lower inner lip of the channel viewed from viewtop.
- p7 is a 2,1 matrix with the x,y values for a point on the upper inner lip of the channel viewed from viewtop.
- win1 is a 2,1 matrix with the x,y values for the lower left hand corner of the zoom window.
- win2 is a 2,1 matrix with the x,y values for the upper right hand corner of the zoom window.
- channel dim0 is the channel width.
- channel dim1 is the channel length.
- channel dim2 is the channel depth.
Technical Program Outline
...