Click or drag to resize

SimpleFixedWingCoordinatedFlight Class

Defines a flight condition where the aircraft is assumed to be flying with the following conditions: The forces acting in the lateral direction are zero. The thrust force is assumed to be along the longitudinal axis (x-direction in the body axes).
Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureDefinitionalObject
    AGI.Foundation.AircraftPropagationSimpleFixedWingCoordinatedFlight

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 SimpleFixedWingCoordinatedFlight : DefinitionalObject

The SimpleFixedWingCoordinatedFlight type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAerodynamicModel
Gets or sets the aerodynamic model to be applied to the coordinated flight condition.
Public propertyAngleOfAttack
Gets the angle of attack of the aircraft.
Public propertyBankAngle
Gets the bank angle of the aircraft. This angle is rotation about the relative velocity vector with respect to the moving atmosphere.
Public propertyBodyAxes
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.
Public propertyGravityModel
Gets or sets the model defining the magnitude of the gravitational acceleration.
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 propertyMass
Gets or sets the aircraft mass.
Public propertyReferencePoint
Gets or sets the point at which the coordinated flight condition is imposed.
Public propertyThrustRequired
Gets the thrust force required to statically trim the forces acting on the aircraft.
Public propertyWindModel
Gets or sets the wind model to be applied to the coordinated flight condition.
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 DefinitionalObjectEnumerateDependencies(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 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