Click or drag to resize

ScalarEquivalentAirspeed Constructor (ScalarDependentOnServiceProvider, VectorDependentOnServiceProvider)

Constructs a scalar that computes the equivalent airspeed at a given location.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarEquivalentAirspeed(
	ScalarDependentOnServiceProvider densityRatio,
	VectorDependentOnServiceProvider relativeVelocity
)

Parameters

densityRatio
Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
The density ratio in the atmosphere.
relativeVelocity
Type: AGI.Foundation.GeometryVectorDependentOnServiceProvider
The velocity relative to the atmosphere.
See Also