SimpleFixedWingCoordinatedFlight Class |
Namespace: AGI.Foundation.AircraftPropagation
The SimpleFixedWingCoordinatedFlight type exposes the following members.
Name | Description | |
---|---|---|
SimpleFixedWingCoordinatedFlight | Initializes a new instance. | |
SimpleFixedWingCoordinatedFlight(SimpleFixedWingCoordinatedFlight, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
SimpleFixedWingCoordinatedFlight(Point, WindModel, SimpleFixedWingForwardFlightAerodynamics, Scalar, Scalar) |
Initializes a new instance with the specified parameters.
|
Name | Description | |
---|---|---|
AerodynamicModel |
Gets or sets the aerodynamic model to be applied to the coordinated flight condition.
| |
AngleOfAttack |
Gets the angle of attack of the aircraft.
| |
BankAngle |
Gets the bank angle of the aircraft. This angle is rotation about the relative velocity vector with respect to the moving atmosphere.
| |
BodyAxes |
Gets an Axes aligned with the body of the aircraft.
The x-axis is directed forward.
The y-axis is directed right.
The z-axis is directed down.
| |
GravityModel |
Gets or sets the model defining the magnitude of the gravitational acceleration.
| |
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.) | |
Mass |
Gets or sets the aircraft mass.
| |
ReferencePoint |
Gets or sets the point at which the coordinated flight condition is imposed.
| |
ThrustRequired |
Gets the thrust force required to statically trim the forces acting on the aircraft.
| |
WindModel |
Gets or sets the wind model to be applied to the coordinated flight condition.
|
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 DefinitionalObjectEnumerateDependencies(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.) | |
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.) |