HufnagelValleyRefractiveIndexStructureParameterModel Constructor (ScalarDependentOnServiceProvider, Double, CentralBody) |
Initializes a new instance with the supplied winds speed model, and nominal ground level refractive index structure
parameter, and a 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 public HufnagelValleyRefractiveIndexStructureParameterModel(
ScalarDependentOnServiceProvider windSpeedModel,
double groundRefractiveIndexStructureParam,
CentralBody centralBody
)
Public Sub New (
windSpeedModel As ScalarDependentOnServiceProvider,
groundRefractiveIndexStructureParam As Double,
centralBody As CentralBody
)
public:
HufnagelValleyRefractiveIndexStructureParameterModel(
ScalarDependentOnServiceProvider^ windSpeedModel,
double groundRefractiveIndexStructureParam,
CentralBody^ centralBody
)
new :
windSpeedModel : ScalarDependentOnServiceProvider *
groundRefractiveIndexStructureParam : float *
centralBody : CentralBody -> HufnagelValleyRefractiveIndexStructureParameterModel
Parameters
- windSpeedModel
- Type: AGI.Foundation.GeometryScalarDependentOnServiceProvider
The wind speed model which computes wind speed in m/s for a given time. - groundRefractiveIndexStructureParam
- Type: SystemDouble
The nominal ground level refractive index structure parameter in m-2/3.
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body used as the altitude reference.
See Also