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.2.419.0 (24.2.419.0)
Syntax public ScalarEquivalentAirspeed(
ScalarDependentOnServiceProvider densityRatio,
VectorDependentOnServiceProvider relativeVelocity
)
Public Sub New (
densityRatio As ScalarDependentOnServiceProvider,
relativeVelocity As VectorDependentOnServiceProvider
)
public:
ScalarEquivalentAirspeed(
ScalarDependentOnServiceProvider^ densityRatio,
VectorDependentOnServiceProvider^ relativeVelocity
)
new :
densityRatio : ScalarDependentOnServiceProvider *
relativeVelocity : VectorDependentOnServiceProvider -> ScalarEquivalentAirspeed
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