HufnagelValleyRefractiveIndexStructureParameterModel Constructor (ScalarDependentOnServiceProvider, Double) |
Initializes a new instance with the supplied winds speed model, and nominal ground level refractive index structure
parameter. Also, by default, Earth central body is used a 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
)
Public Sub New (
windSpeedModel As ScalarDependentOnServiceProvider,
groundRefractiveIndexStructureParam As Double
)
public:
HufnagelValleyRefractiveIndexStructureParameterModel(
ScalarDependentOnServiceProvider^ windSpeedModel,
double groundRefractiveIndexStructureParam
)
new :
windSpeedModel : ScalarDependentOnServiceProvider *
groundRefractiveIndexStructureParam : float -> 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.
See Also