Path: AerospaceUtils/ComponentModels
% Get CAD vertices and faces for the MR 107S thruster model
This is a monopropellant hydrazine thruster from Aerojet Rocketdyne
producing between 85 and 360 N of thrust.
Type MR107S for a demo; if there are no outputs a plot is created.
--------------------------------------------------------------------------
Form:
[v, f, d] = MR107S( u )
--------------------------------------------------------------------------
------
Inputs
------
u (3,1) Unit vector of thrust direction
-------
Outputs
-------
v (n,3) Vertices
f (n,3) Faces
d (.) Data
.mass (1,1) (kg)
.power (1,1)(W)
.pressure (1,1) (N/m^2)
--------------------------------------------------------------------------
AerospaceUtils: ComponentModels/SurfaceOfRevolution Common: Graphics/DrawVertices Common: Quaternion/Q2Mat Common: Quaternion/U2Q
Back to the AerospaceUtils Module page