SimpleDescentPerformanceModel Constructor (Double, Double, Double) |
Initializes an instance with the provided parameters.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SimpleDescentPerformanceModel(
double trueAirspeed,
double altitudeRate,
double fuelFlowRate
)
Public Sub New (
trueAirspeed As Double,
altitudeRate As Double,
fuelFlowRate As Double
)
public:
SimpleDescentPerformanceModel(
double trueAirspeed,
double altitudeRate,
double fuelFlowRate
)
new :
trueAirspeed : float *
altitudeRate : float *
fuelFlowRate : float -> SimpleDescentPerformanceModel
Parameters
- trueAirspeed
- Type: SystemDouble
The true airspeed. - altitudeRate
- Type: SystemDouble
The rate of altitude change. When descending, this value is expected to be negative. - fuelFlowRate
- Type: SystemDouble
The rate of fuel flow.
See Also