Click or drag to resize

SimpleForwardFlightPropellerPropulsion Class

Defines a propulsion model for a propeller driven fixed wing aircraft under nominal forward flight conditions.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureDefinitionalObject
    AGI.Foundation.AircraftPropagationSimpleForwardFlightPropellerPropulsion

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

The SimpleForwardFlightPropellerPropulsion type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDensity
Gets or sets the scalar defining the local atmospheric density.
Public propertyDensityRatio
Gets or sets the scalar defining the ratio of the local atmospheric density to a reference density (usually standard mean sea level density).
Public propertyFuelFlowRate
Gets the fuel flow rate.
Public propertyFuelFlowRateLimits
Gets or sets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
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 propertyPowerAvailableLimits
Gets or sets the available power limits, typically defined at nominal sea level atmospheric density.
Public propertyPowerDropOffParameter
Gets or sets the constant used in the computation of the Gagg-Farrar power drop off factor.
Public propertyPowerRequired
Gets the power required.
Public propertyPropellerCount
Gets or sets the number of propellers for the propulsion model.
Public propertyPropellerRadius
Gets or sets the radius of the propellers.
Public propertyReferencePoint
Gets or sets the point at which the propulsion model is to be applied.
Public propertyRelativeVelocity
Gets or sets the velocity vector relative to the atmosphere.
Public propertyThrottleSetting
Gets the throttle setting.
Public propertyThrustRequired
Gets or sets the required thrust.
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