SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Components.Physical_Component.Container Class Reference
Inheritance diagram for SUAVE.Components.Physical_Component.Container:
SUAVE.Components.Component.Container SUAVE.Components.Energy.Networks.Network.Container SUAVE.Components.Fuselages.Fuselage.Container SUAVE.Components.Payloads.Payload.Container SUAVE.Components.Wings.Wing.Container SUAVE.Vehicle.Vehicle_Mass_Container

Public Member Functions

def sum_mass (self)
 
def total_moment (self)
 

Additional Inherited Members

- Static Public Attributes inherited from SUAVE.Components.Component.Container
 Container
 

Detailed Description

A container of physical components
    
    Assumptions:
    None
    
    Source:
    None

Member Function Documentation

◆ sum_mass()

def SUAVE.Components.Physical_Component.Container.sum_mass (   self)
will recursively search the data tree and sum
    any Comp.Mass_Properties.mass, and return the total sum
    
    Assumptions:
    None
    
    Source:
    N/A
    
    Inputs:
    None
    
    Outputs:
    mass  [kg]
    
    Properties Used:
    None

◆ total_moment()

def SUAVE.Components.Physical_Component.Container.total_moment (   self)
will recursively search the data tree and sum
    any Comp.Mass_Properties.mass, and return the total sum of moments
    
    Assumptions:
    None
    
    Source:
    N/A
    
    Inputs:
    None
    
    Outputs:
    total moment [kg*m]
    
    Properties Used:
    None

The documentation for this class was generated from the following file: