Click or drag to resize

LinearClimbOrDescentBehavior Class

Defines a vertical behavior of a CompositeManeuver in which an aircraft accelerates or decelerates longitudinally, linearly increasing or decreasing its true airspeed and rate of climb or descent.
Inheritance Hierarchy

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class LinearClimbOrDescentBehavior : VerticalBehavior

The LinearClimbOrDescentBehavior type exposes the following members.

Constructors
  NameDescription
Public methodLinearClimbOrDescentBehavior
Initializes an instance with zero LongitudinalLoadFactor and a default GravitationalAcceleration of EarthSurfaceGravity.
Public methodLinearClimbOrDescentBehavior(Double)
Initializes an instance with the provided values and a default GravitationalAcceleration of EarthSurfaceGravity.
Public methodLinearClimbOrDescentBehavior(Double, Double)
Initializes an instance with the provided values.
Top
Properties
  NameDescription
Public propertyGravitationalAcceleration
Gets or sets the gravitational acceleration constant to use when evaluating the load factor.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLongitudinalLoadFactor
Gets or sets the load factor parallel to the atmospheric relative velocity direction.
Public propertyPerformanceModels
Gets or sets the performance models to be applied to the behavior.
(Inherited from VerticalBehavior.)
Public propertyWindModel
Gets or sets the wind model to be used when evaluating the behavior.
(Inherited from VerticalBehavior.)
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodEnumerateDependencies
Enumerates the dependencies of this object by calling EnumerateT(T) for each object that this object directly depends upon. Derived classes which contain additional dependencies MUST override this method, call the base implementation, and enumerate dependencies introduced by the derived class.
(Overrides VerticalBehaviorEnumerateDependencies(DependencyEnumerator).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetEvaluator(IServiceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
(Inherited from VerticalBehavior.)
Public methodGetEvaluator(EvaluatorGroup, IServiceProvider)
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
(Overrides VerticalBehaviorGetEvaluator(EvaluatorGroup, IServiceProvider).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also