Versions Compared

Key

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

General Program Information

Input Definitions

Inputs Needed to Call the Channel Function
origin -
R1 -
R2 -
R3 -
L -
H -

Inputs Defined within the Channel Function

p1 =

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

p2 =

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

p3 =

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

p4 =

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

p5 =

  • x : origin0 + L/2
  • y : origin1 + R1
  • z : origin2 + L/2

p6 =

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

p7 =

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

p8 =

  • x : origin0 - R1
  • y : origin1
  • z : origin2 - H

p9 =

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

p10 =

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

p11 =

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

p12 =

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

p13 =

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

p14 =

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

p15 =

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

p16 =

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

win1 =

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

win2 =

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

win3 =

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

win4 =

  • x : origin0
  • y : origin1
  • z : origin2
  • p1 is a 3,1 matrix with the x,y,z values of the center of pipe 1.
  • p2 is a 3,1 matrix with the x,y,z values of the center of pipe 2.
  • p3 is a 3,1 matrix with the x,y,z values of the center of the far end of pipe 2.
  • p4 is a 3,1 matrix specifying a point along the inner circumference of the first pipe.
  • p5 is a 3,1 matrix specifying a point along the outer circumference of the first pipe.
  • p6 is a 3,1 matrix specifying a point along the outer circumference of first pipe.
  • p7 is a 3,1 matrix specifying a point along the outer circumference of the third pipe.
  • p8 is a 3,1 matrix specifying a point along the inner circumference of the third pipe.
  • p9 is a 3,1 matrix specifying a point along the circumference of the third point when viewed from viewfront.
  • p10 is a 2,1 matrix specifying a point halfway up pipe 2 when viewed from viewfront.
  • p11 is a 2,1 matrix specifying a point out in space. p10 and p11 form a mirror line allowing the third pipe to be mirrored 90 degrees clockwise.
  • p12 is a 2,1 matrix specifying a point out in space on the same plane as the centerline of the second pipe. p1 and p12 form a mirror line allowing the third pipe to be mirrored around the centerline of the second pipe.
  • p13 is a 3,1 matrix specifying a point on the fifth pipe.
  • p14 is a 3,1 matrix specifying a point on the fourth pipe.
  • p15 is a 3,1 matrix specifying a point on the third pipe.
  • p16
  • p17
  • p18
  • p19
  • p20
  • p21
  • p22
  • p23
  • p24
  • R1 is the inner radius of both pipes comprising the tee.
  • R2 is the outer radius of both pipes comprising the tee.
  • R3
  • L is the length of the first pipe.
  • H
  • win1 is a 3,1 matrix with the x,y,z values specifying the coordinates for the first corner of the reference window that the tee will be drawn in.
  • win2 is a 3,1 matrix with the x,y,z values specifying the coordinates for the second corner of the reference window that the tee will be drawn in.
  • win3
  • win4

Technical Program Outline

...