CruiseBehavior Class |
Namespace: AGI.Foundation.AircraftPropagation
The CruiseBehavior type exposes the following members.
Name | Description | |
---|---|---|
CruiseBehavior |
Initializes a new instance.
TimeConstant will be set to 1 second and
HeightReferenceSurface will be set to the
MeanSeaLevel property of the EarthCentralBody,
which must be configured before using this type.
| |
CruiseBehavior(TerrainProvider) |
Initializes a new instance.
TimeConstant will be set to 1 second.
|
Name | Description | |
---|---|---|
Altitude |
Gets or sets the desired cruise altitude with respect to the HeightReferenceSurface.
| |
HeightReferenceSurface |
Gets or sets the reference surface above which the Altitude is defined.
| |
IsFrozen |
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.) | |
LevelOffAltitudeBandAboveCruise |
Gets or sets the altitude range above the desired cruise altitude where the aircraft will transition from descending flight to cruising flight.
| |
LevelOffAltitudeBandBelowCruise |
Gets or sets the altitude range below the desired cruise altitude where the aircraft will transition from climbing flight to cruising flight.
| |
PerformanceModels |
Gets or sets the performance models to be applied to the behavior.
(Inherited from VerticalBehavior.) | |
TimeConstant |
Gets or sets the time constant in seconds.
| |
WindModel |
Gets or sets the wind model to be used when evaluating the behavior.
(Inherited from VerticalBehavior.) |
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
EnumerateDependencies |
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).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetEvaluator(IServiceProvider) |
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
(Inherited from VerticalBehavior.) | |
GetEvaluator(EvaluatorGroup, IServiceProvider) |
Gets an instance of an evaluator that can compute the vertical derivatives of the maneuver.
(Overrides VerticalBehaviorGetEvaluator(EvaluatorGroup, IServiceProvider).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |