SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Components.Energy.Converters.Shaft_Power_Off_Take.Shaft_Power_Off_Take Class Reference
Inheritance diagram for SUAVE.Components.Energy.Converters.Shaft_Power_Off_Take.Shaft_Power_Off_Take:
SUAVE.Components.Energy.Energy_Component.Energy_Component SUAVE.Components.Physical_Component.Physical_Component SUAVE.Components.Component.Component

Public Member Functions

def __defaults__ (self)
 
def compute (self, state)
 

Public Attributes

 power_draw
 
 reference_temperature
 
 reference_pressure
 
- Public Attributes inherited from SUAVE.Components.Energy.Energy_Component.Energy_Component
 inputs
 
 outputs
 
- Public Attributes inherited from SUAVE.Components.Physical_Component.Physical_Component
 tag
 
 mass_properties
 
 origin
 
 symmetric
 
- Public Attributes inherited from SUAVE.Components.Component.Component
 tag
 
 origin
 
 generative_design_max_per_vehicle
 
 generative_design_characteristics
 
 generative_design_special_parent
 

Detailed Description

This is a component representing the power draw from the shaft.

Assumptions:
None

Source:
None

Member Function Documentation

◆ __defaults__()

def SUAVE.Components.Energy.Converters.Shaft_Power_Off_Take.Shaft_Power_Off_Take.__defaults__ (   self)
This sets the default values for the component to function.

Assumptions:
None

Source:
N/A

Inputs:
None

Outputs:
None

Properties Used:
None

Reimplemented from SUAVE.Components.Energy.Energy_Component.Energy_Component.

◆ compute()

def SUAVE.Components.Energy.Converters.Shaft_Power_Off_Take.Shaft_Power_Off_Take.compute (   self,
  state 
)
This computes the work done from the power draw.

Assumptions:
None

Source:
https://web.stanford.edu/~cantwell/AA283_Course_Material/AA283_Course_Notes/

Inputs:
self.inputs.
  mdhc                  [-] Compressor nondimensional mass flow
  reference_temperature [K]
  reference_pressure    [Pa]

Outputs:
self.outputs.
  power                 [W]
  work_done             [J/kg] (if power draw is not zero)

Properties Used:
self.power_draw         [W]

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