fastoad.models.performances.mission.segments.constants module

Constants for the mission segments

class fastoad.models.performances.mission.segments.constants.ThrustRateOutOfBound(value)[source]

Bases: Enum

Enum for thrust rate out of bound behavior in regulated altitude change segments.

  • EXTRAPOLATE: Allow thrust rate to go out of bounds (negative or > 1)

  • LIMIT: Force thrust rate to stay within bounds by switching to manual thrust

EXTRAPOLATE = 'extrapolate'
LIMIT = 'limit'