DryMass:

Path: StraightLine/Straight2D

% Dry mass of vehicle from thrust: payload + engine + fuel tanks
--------------------------------------------------------------------------
   Form:
   mass = DryMass( thrust, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   thrust  (1,1)    Thrust, N
   d 	     (.)     Data structure
                      See Straight2DStructure

   -------
   Outputs
   -------
   mass    (1,1)    Dry mass, kg

--------------------------------------------------------------------------

Children:

StraightLine: Straight2D/EnginePower
StraightLine: Straight2D/Straight2DStructure

Back to the StraightLine Module page