Click or drag to resize

SimpleClimbPerformanceModel 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.1.418.0 (24.1.418.0)
Syntax
public SimpleClimbPerformanceModel(
	double trueAirspeed,
	double altitudeRate,
	double fuelFlowRate
)

Parameters

trueAirspeed
Type: SystemDouble
The true airspeed.
altitudeRate
Type: SystemDouble
The rate of altitude change. When climbing, this value is expected to be positive.
fuelFlowRate
Type: SystemDouble
The rate of fuel flow.
See Also