Skip to content
Snippets Groups Projects
Commit 0ee7efa8 authored by Matteo Gotti's avatar Matteo Gotti
Browse files

[classes] minor update on Payload

parent e3e396cc
No related branches found
No related tags found
1 merge request!2Final data structure
...@@ -12,13 +12,13 @@ classdef Payload < Bay ...@@ -12,13 +12,13 @@ classdef Payload < Bay
properties properties
noseLength double % [m] Nosecone length noseLength double % [m] Nosecone length
ogiveType {mustBeMember(ogiveType, { ... noseType {mustBeMember(noseType, { ...
'', 'CONE', 'OGIVE', ... '', 'CONE', 'OGIVE', ...
'POWER', 'HAACK', 'KARMAN', ... 'POWER', 'HAACK', 'KARMAN', ...
'MHAACK'})} = '' % [-] Nosecone shape 'MHAACK'})} = '' % [-] Nosecone shape
power double % [-] Nosecone power type parameter nosePower double % [-] Nosecone power type parameter
pMod double % [-] P coefficient for modified nosecone shapes nosePMod double % [-] P coefficient for modified nosecone shapes
cMod double % [-] C coefficient for modified nosecone shapes noseCMod double % [-] C coefficient for modified nosecone shapes
position % [m] Absolute position, relative to nose base position % [m] Absolute position, relative to nose base
length % [m] Total bay length length % [m] Total bay length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment