Versions Compared

Key

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

...

General Program Information

...

Input Definitions

Inputs Needed to Call the Chemical Stock Tank Barrels Function

*origin* - a 3*1 matrix with user defined x,y,z positions corresponding to origin.

*disp* - displacement between the edge of the barrel and the edge of the platform

*thick* - specifies the thickness of the platform.

*walkway* -

*R* - Barrel radius

*H* -  Barrel Height

Inputs Defined within the Chemical Stock Tank Barrels Function

...

  • platform{~}origin~ =

*x : origin{~}0~

*y : origin{~}1~

*z :  origin{~}2~*

  • platform{~}dim~ =

*x : (2(2*R) + (3*disp)

*y : (2R) + walkway + disp

*z : thick

*H{~}barrel~ = H*

  • barrel1{~}origin~ =

*x : platform{~}origin0~ - ((3*R) + (2*disp))

...

*z : platformorigin2~ + platformdim2~*

  • barrel2{~}origin~ =

*x: platform{~}origin0~ - (R + disp)

...

Technical Program Outline