Click or drag to resize

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

Parameters

trueAirspeed
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
A scalar which will determine the true airspeed.
fuelFlowRate
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
A scalar which will determine the rate of fuel flow.
See Also