SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Analyses.Atmospheric.Atmospheric.Atmospheric Class Reference
Inheritance diagram for SUAVE.Analyses.Atmospheric.Atmospheric.Atmospheric:
SUAVE.Analyses.Analysis.Analysis SUAVE.Analyses.Atmospheric.Constant_Temperature.Constant_Temperature SUAVE.Analyses.Atmospheric.US_Standard_1976.US_Standard_1976

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
 

Detailed Description

This is the base class for atmospheric analyses. It contains functions
that are built into the default class.

Assumptions:
None

Source:
N/A

Member Function Documentation

◆ __defaults__()

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.

◆ compute_values()

def SUAVE.Analyses.Atmospheric.Atmospheric.Atmospheric.compute_values (   self,
  altitude 
)
This function is not implemented for the base class.

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