*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Inputs Needed to Call the Chemical Stock Tank Function
Inputs Defined within the Chemical Stock Tank Function
platformorigin - a 3*1 matrix with x,y,z positions corresponding to the point where the chemical stock tank will be drawn. The platform origin is located in the north west corner.
platformdim =
*x : 2*(2R) + (3*disp)
*y : (2R) + walkway + disp
*Z : thick
columndim - a 3*1 matrix with x,y,z positions corresponding to the point where.....
Inputs Defined within the Chemical Stock Tank Function
platorigin =
*x : platformorigin0
*y : platformorigin1
*z : platformorigin2
...
- origin - a 3*1 matrix with user defined x,y,z positions corresponding to origin.
- disp - input value that can be modified by programmer.
- thick - input value that can be modified by programmer.
- walkway -
*columndim -
- input value that can be modified by programmer.
- R - input value that can be modified by programmer.R -
Technical Program Outline
...