Versions Compared

Key

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

...

Inputs Needed to Call the Sludge Pipe Function

sludgepipeorigin - a 3 by 1 matrix with x,y,z positions corresponding to the point where the manifold will be drawn
NDsludge - the nominal diameter of the sludge waste pipe - from this we can find the actual inner diameter and actual outer diameter of the pipe based on the schedule of pipe being used.
tanklength - the length of the tank
orificerad - the radius of the orifice hole
orificedist - the distance between successive orifices
ENPipeSpec - an enumerated pipe schedule which specifies a number which corresponds to a pipe schedule that states the amount of water pressure the pipe can handle before it fails. The pipe schedule affects the inner and outer diameter of the pipe.

Inputs Found from Pipe Database Function

sludepipeinr - the radius of the inner cylinder defined by inner(NDsludge,ENPipeSpec)/2
sludgepipeoutr - the radius of the outer cylinder defined by outerradius(NDsludge)

Inputs Defined Within the Sludge Pipe Function

...