You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

General Information

Input Definitions

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
  • sludepipeinr - the radius of the inner cylinder
  • sludgepipeoutr - the radius of the outer cylinder
  • radhole - the radius of the orifice hole
  • tanklength - the length of the tank
  • orificedist - the distance between successive orifices
Pipe Database Functions
  • innerD()
  • outerradius()
  • ENPipeSpec
Inputs Defined Within the Sludge Pipe Function

p1 =

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

p2 =

  • x : sludgepipe.origin0
  • y : sludgepipe.origin1
  • z : sludgepipe.origin2 + tanklength - orificedist

p3 =

p4 =
p5 =
p6 =
p7 =
ND =
R1 =
R2 =
R3 =
L =
n1 =
n2 =
d1 =
win1 =
win2 =
EN =

Note: zc corresponds to the zoom constant used within AutoCAD and created in the basics file that is referenced by the pipe program.

Technical Program Outline

Note: All coordinates are referenced in top view in the program unless otherwise specified

pipe1 - draws a pipe (from the pipe program) with no zoom

zoomwin - zooms on a window space

cylinder3 - is to draw a cylinder for orifice purpose

viewrightside - change view to viewrightside

array1 - draw starting at point p1, n1 -- as many rows as the tank length/orifice dist, n2 - 1 and provide orifice distance as the next draw point for the cylinder

subtract2 - subtract unneeded portion of the cylinders

  • No labels