RCAIDE.Framework.Mission.Segments.Climb

Climb#

RCAIDE Package Setup

Modules

Constant_CAS_Constant_Rate(*args, **kwarg)

Climb at a constant Calibrated Airspeed (CAS) at a constant rate.

Constant_Dynamic_Pressure_Constant_Angle(...)

Climb at a constant dynamic pressure at a constant angle.This segment takes longer to solve than most because it has extra unknowns and residuals

Constant_Dynamic_Pressure_Constant_Rate(...)

Climb at a constant dynamic pressure at a constant rate.

Constant_EAS_Constant_Rate(*args, **kwarg)

Climb at a constant Equivalent Airspeed (EAS) at a constant rate.

Constant_Mach_Constant_Angle(*args, **kwarg)

Climb at a constant mach number and at a constant angle.

Constant_Mach_Constant_Rate(*args, **kwarg)

Climb at a constant mach number and at a constant rate.

Constant_Mach_Linear_Altitude(*args, **kwarg)

Climb at a constant mach number but linearly change altitudes over a distance.

Constant_Speed_Constant_Angle(*args, **kwarg)

A basic constant true airspeed climb at a constant angle.

Constant_Speed_Constant_Rate(*args, **kwarg)

The most basic segment.

Constant_Speed_Linear_Altitude(*args, **kwarg)

Climb at a constant true airspeed but linearly change altitudes over a distance.

Constant_Throttle_Constant_Speed(*args, **kwarg)

Climb at a constant throttle setting and true airspeed.

Linear_Mach_Constant_Rate(*args, **kwarg)

Linearly change mach number while climbing at a constant rate.

Linear_Speed_Constant_Rate(*args, **kwarg)

Linearly change true airspeed while climbing at a constant rate.