Versions Compared

Key

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

...

Inputs Defined within the Chemical Stock Tank Barrels Function

platformorigin =

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

platformdim =

  • x : (2(2*R) + (3*disp)
  • y : (2R) + walkway + disp
  • z : thick

*Hbarrel = H

barrel1origin =

  • x : platformorigin0 - ((3*R) + (2*disp))

...

  • z : platformorigin2 + platform{~}dim2~dim2

barrel2origin =

  • x: platformorigin0 - (R + disp)

...

  • z : platformorigin2 + platform{~}dim2~dim2

Technical Program Outline

cylinder1 - Creates a cylinder with the CylinderC function.

cylinder1 <- cylinderC(barrel1origin,R,Hbarrel)

barrel1origin =

  • x : platformorigin0 - ((3*R) + (2*disp))
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platformdim2

Hbarrel = H

cylinder2 - Creates a cylinder with the CylinderC function.

cylinder2 <- cylinderC(barrel2origin,R,Hbarrel

barrel2origin =

  • x: platformorigin0 - (R + disp)
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platformdim2

Hbarrel = H