Versions Compared

Key

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

...

The Sed.eff program is composed of three scripts. The program will run Sedeff.script1 when n is 3, Sedeff.script2 when n is 4 and Sedeff.script3 when n is 5. Because the most common number of sedimentation tanks is three, the output of Sedeff.script1 will be described below.

Some points and values which will be used several times in the script are defined outside of the script so as to make it cleaner. These variables will be pseudo inputs for Sedeff.script1. They are listed below and will be described in greater detail further down.

  • pipe2.origin, pipe3.origin, pipe4.origin, pipe5.origin, pipe6.origin, elbow1.origin, pipe7.origin, tank.origin, main.origin, origin, lvltank.dim, Δx, Δy, Δz, tank.thick, thick.platform, width.sed, R1, R.main, H.main, n, disp

layer1 - Creates a 'lvlpipe' layer for all of the pipes (except the "main" pipe) in the program

Pipe1 - Creates a pipe with an origin at the variable "origin". See Pipes Help for details on the pipe program.