General Program Information
Technical Program Outline
...
Inputs Needed to Call the Manifold Function
manifoldorigin
...
- a 3
...
by 1 matrix with x,y,z positions corresponding to the point where the manifold will be drawn
...
NDManifold - the nominal diameter of the manifold 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.
orificerad - the radius of the orifice hole
...
tanklength
...
- the length of the tank
...
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.
radhole - the radius of the orifice hole
Inputs Found in the Pipe Database Function
manifoldinr is the radius of the inner cylinder defined by innerD(NDManifold,ENPipeSpec)/2
manifoldoutr is the radius of the outer cylinder defined by outerradius(NDManifold)
Technical Program Outline
Note: All coordinates are referenced in top view in the program unless otherwise specified.Technical Program Outline
zoomwin - zooms on a window space
...