Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Program Information

Input Definitions

...

Inputs Needed to Call the Sedmintation Tank Slope Function

origin - a 3

...

*1 matrix with

...

x,y,z

...

positions corresponding to the point where the pipe will be drawn
tankdim - a 3*1 matrix with

...

x,y,z

...

positions specifying the inside dimensions of the sedimentation tank

...


ϕ - angle specifying the slope of the sedimentation tank

...

walls.

Notes

  • All coordinates correspond to a top view.

Inputs Defined within the Slope Function
origin =

  • x : origin0
  • y : origin1
  • z : origin2

p2 =

  • x : origin0 + tankdim1/2
  • y : origin1
  • z : origin2

tanklength = tankdim0

slopewidth = tankdim1/2

slopeheight = (tankdim1/2)/tan(ϕ)Slopes are added to the sedimentation tanks in the form of wedges. By changing the input values of slope width and slope height the user can change the angle of the sedimentation slope.

Technical Program Outline

zoom1 zoomwin- zooms the workspace to a smaller focus areaon a window space directly around where the slope is to be drawn (as shown above - actual window size relative to slope that is to be drawn).

pline1 - creates a one-dimensional triangle.

extrude1 - extrudes the triangle creating a three-dimensional wedge.

rotate3d1 - rotates the wedge 90 degrees around the x axis.

rotate3d2 - rotates the wedge 270 degrees around the z axis. The wedge is now aligned with the lower right hand corner of the sedimentation tank.

mirror3d1 - creates a mirror image of the wedge.