SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
Components

Components are classes that represent objects that are put together to form a vehicle. More...

Modules

 Airfoils
 
 Configs
 This is the component that defines the template for vehicle configurations.
 
 Costs
 Cost component.
 
 Energy
 Components used in energy networks.
 
 Fuselages
 Components traditionally considered to be the fuselage of a vehicle.
 
 Landing Gear
 Components considered are the Main and Nose Landing Gear.
 
 Lofted_Body_Segment
 Components traditionally considered to be the fuselage of a vehicle.
 
 Nacelles
 These typically contain the primary payload of the vehicle.
 
 Payloads
 Available payload componentsinit.py.
 
 Systems
 These are the components which define a vehicle's onboard systems.
 
 Wings
 init.py
 

Classes

class  SUAVE.Components.Component.Component
 
class  SUAVE.Components.Component.Container
 
class  SUAVE.Components.Envelope.Envelope
 
class  SUAVE.Components.Lofted_Body.Lofted_Body
 
class  SUAVE.Components.Lofted_Body.Segment
 
class  SUAVE.Components.Lofted_Body.Section
 
class  SUAVE.Components.Lofted_Body.Section_Container
 
class  SUAVE.Components.Mass_Properties.Mass_Properties
 
class  SUAVE.Components.Physical_Component.Physical_Component
 
class  SUAVE.Components.Physical_Component.Container
 

Detailed Description

Components are classes that represent objects that are put together to form a vehicle.

init.py

They contain default variables and may contain functions that operate on these variables.

Created:

Modified: Feb 2016, T. MacDonald Modified: Feb 2020, M. Clarke