HabitatMass:

Path: Interplanetary/CrewedMission

% Compute the mass and dimensions of a habitat for astronauts
 This function is designed to produce a rough estimate based on crew
 consumable consumption and estimates of the needed volume and masses of
 appliances and furniture.

 The pressure vessel calculation uses hoop stress. Aluminum 6061-T6 is
 assumed. For a safety factor increase the pressure p. The radius of the
 habitat is fixed. It computes the length based on the crew size.

 The numbers in the function are from numerous sources.

 Type HabitatMass for a demo.
 
--------------------------------------------------------------------------
   Form:
                    HabitatMass;  % demo for 4 crew
   [m,r,l,s,mEOL] = HabitatMass(nCrew,nDays,p)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nCrew (1,1) Number of crew members
   nDays (1,1) Mission duration in days
   p     (1,1) Habitat pressure (N/m^2)

   -------
   Outputs
   -------
   m     (1,1) Total mass (kg)
   r     (1,1) Habitat radius (m)
   l     (1,1) Habitat length (m)
   s     (1,1) Cell array with the results
   mEOL  (1,1) End of life mass (kg)

--------------------------------------------------------------------------
   See also AstronautMassBalance
--------------------------------------------------------------------------

Children:

Interplanetary: CrewedMission/AstronautMassBalance
Common: General/DisplayLatexTable

Back to the Interplanetary Module page