Public Member Functions | |
def | __defaults__ (self) |
def | compute_values (self, altitude) |
Public Member Functions inherited from SUAVE.Analyses.Analysis.Analysis | |
def | compile (self, *args, **kwarg) |
def | initialize (self, *args, **kwarg) |
def | evaluate (self, *args, **kwarg) |
def | finalize (self, *args, **kwarg) |
def | __call__ (self, *args, **kwarg) |
Additional Inherited Members | |
Public Attributes inherited from SUAVE.Analyses.Analysis.Analysis | |
tag | |
features | |
settings | |
This is the base class for atmospheric analyses. It contains functions that are built into the default class. Assumptions: None Source: N/A
def SUAVE.Analyses.Atmospheric.Atmospheric.Atmospheric.__defaults__ | ( | self | ) |
This sets the default values for the analysis to function. Assumptions: None Source: N/A Inputs: None Outputs: None Properties Used: N/A
Reimplemented from SUAVE.Analyses.Analysis.Analysis.
Reimplemented in SUAVE.Analyses.Atmospheric.US_Standard_1976.US_Standard_1976, and SUAVE.Analyses.Atmospheric.Constant_Temperature.Constant_Temperature.
def SUAVE.Analyses.Atmospheric.Atmospheric.Atmospheric.compute_values | ( | self, | |
altitude | |||
) |
This function is not implemented for the base class.