SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Components.Energy.Networks.Network.Container Class Reference
Inheritance diagram for SUAVE.Components.Energy.Networks.Network.Container:
SUAVE.Components.Physical_Component.Container SUAVE.Components.Component.Container

Public Member Functions

def get_children (self)
 
def evaluate_thrust (self, state)
 
- Public Member Functions inherited from SUAVE.Components.Physical_Component.Container
def sum_mass (self)
 
def total_moment (self)
 

Additional Inherited Members

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

Detailed Description

SUAVE.Components.Energy.Networks.Network.Container()
    
    The Network Container Class

        Assumptions:
        None
        
        Source:
        N/A

Member Function Documentation

◆ evaluate_thrust()

def SUAVE.Components.Energy.Networks.Network.Container.evaluate_thrust (   self,
  state 
)
This is used to evaluate the thrust produced by the network.

Assumptions:
Network has "evaluate_thrust" method
If multiple networks are attached their masses will be summed

Source:
N/A

Inputs:
State variables

Outputs:
Results of the "evaluate_thrust" method

Properties Used:
N/A

◆ get_children()

def SUAVE.Components.Energy.Networks.Network.Container.get_children (   self)
Returns the components that can go inside

Assumptions:
None
    
Source:
N/A
    
Inputs:
None
    
Outputs:
None
    
Properties Used:
N/A

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