SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Analyses.Mission.Segments.Descent.Constant_Speed_Constant_Angle_Noise.Constant_Speed_Constant_Angle_Noise Class Reference
Inheritance diagram for SUAVE.Analyses.Mission.Segments.Descent.Constant_Speed_Constant_Angle_Noise.Constant_Speed_Constant_Angle_Noise:
SUAVE.Analyses.Mission.Segments.Climb.Unknown_Throttle.Unknown_Throttle SUAVE.Analyses.Mission.Segments.Aerodynamic.Aerodynamic SUAVE.Analyses.Mission.Segments.Simple.Simple SUAVE.Analyses.Mission.Segments.Segment.Segment SUAVE.Analyses.Analysis.Analysis

Public Member Functions

def __defaults__ (self)
 
- Public Member Functions inherited from SUAVE.Analyses.Mission.Segments.Segment.Segment
def initialize (self)
 
def converge (self, state)
 
def iterate (self)
 
def finalize (self)
 
def evaluate (self, state=None)
 
def merged (self)
 
- 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)
 

Public Attributes

 altitude_start
 
 altitude_end
 
 descent_angle
 
 air_speed
 
 true_course
 
- Public Attributes inherited from SUAVE.Analyses.Mission.Segments.Climb.Unknown_Throttle.Unknown_Throttle
 altitude_start
 
 altitude_end
 
 true_course
 
- Public Attributes inherited from SUAVE.Analyses.Mission.Segments.Aerodynamic.Aerodynamic
 temperature_deviation
 
- Public Attributes inherited from SUAVE.Analyses.Mission.Segments.Segment.Segment
 settings
 
 state
 
 analyses
 
 process
 
 conditions
 
- Public Attributes inherited from SUAVE.Analyses.Analysis.Analysis
 tag
 
 features
 
 settings
 

Detailed Description

Fixed at a true airspeed the vehicle will descend at a constant angle. This is a specific segment for Noise.
    A vehicle performs a descent to landing in accordance with a certification points for landing noise.
    Don't use this segment unless you're planning on post process for noise. It is slower than the normal constant
    speed constand angle segment.

    Assumptions:
    The points are linearly spaced rather than chebyshev spaced to give the proper "microphone" locations.
    
    Source:
    None

Member Function Documentation

◆ __defaults__()

def SUAVE.Analyses.Mission.Segments.Descent.Constant_Speed_Constant_Angle_Noise.Constant_Speed_Constant_Angle_Noise.__defaults__ (   self)
This sets the default solver flow. Anything in here can be modified after initializing a segment.
    
    Assumptions:
    None
    
    Source:
    N/A
    
    Inputs:
    None
    
    Outputs:
    None
    
    Properties Used:
    None

Reimplemented from SUAVE.Analyses.Mission.Segments.Climb.Unknown_Throttle.Unknown_Throttle.


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