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

Compare with Current View Page History

« Previous Version 4 Next »

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
  • 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))
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platform{~}dim2~
  • barrel2origin =
  • x: platformorigin0 - (R + disp)
  • y : platformorigin1 - (R + disp)
  • z : platformorigin2 + platform{~}dim2~

Technical Program Outline


  • No labels