RefractiveIndexStructureParameterModel Constructor (ScalarDependentOnServiceProvider, CentralBody) |
Initializes a new instance with a given wind speed model and central body used as the altitude reference.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected RefractiveIndexStructureParameterModel(
ScalarDependentOnServiceProvider windSpeedModel,
CentralBody centralBody
)
Protected Sub New (
windSpeedModel As ScalarDependentOnServiceProvider,
centralBody As CentralBody
)
protected:
RefractiveIndexStructureParameterModel(
ScalarDependentOnServiceProvider^ windSpeedModel,
CentralBody^ centralBody
)
new :
windSpeedModel : ScalarDependentOnServiceProvider *
centralBody : CentralBody -> RefractiveIndexStructureParameterModel
Parameters
- windSpeedModel
- Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
The wind speed model which computes wind speed in m/s for a given time. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body used as the altitude reference.
See Also