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 | |
SUAVE.Components.Energy.Networks.Network.Container() The Network Container Class Assumptions: None Source: N/A
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
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