Click or drag to resize

SimpleClimbPerformanceModel Constructor (ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider, ScalarDependentOnServiceProvider)

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(
	ScalarDependentOnServiceProvider trueAirspeed,
	ScalarDependentOnServiceProvider altitudeRate,
	ScalarDependentOnServiceProvider fuelFlowRate
)

Parameters

trueAirspeed
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
A scalar which will determine the true airspeed.
altitudeRate
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
A scalar which will determine the rate of altitude change. When climbing, this value is expected to be positive.
fuelFlowRate
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
A scalar which will determine the rate of fuel flow.
See Also