Path: AerospaceUtils/ComponentModels
% Generate a Xenon Tank CAD model based on the ETS VIII Tank.
When you change the mass of Xenon it adjusts the cylindrical section.
Type XenonTank to see a picture.
--------------------------------------------------------------------------
Form:
[v, f, d] = XenonTank( mXenon )
--------------------------------------------------------------------------
------
Inputs
------
mXenon (1,:) Mass of Xenon
-------
Outputs
-------
v (:,3) Vertices
f (:,3) Faces
d (.) Data
.pressure (1,1) Pressure (2175 psi)
.length (1,1) Length, boss to boss
.lengthTotal (1,1) Total length
.diameter (1,1) Diameter (13.26")
--------------------------------------------------------------------------
Common: ComponentModels/ExtrudeFromProfile Common: Graphics/DrawVertices Common: Graphics/Plot2D
Back to the AerospaceUtils Module page