Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public HufnagelValleyRefractiveIndexStructureParameterModel(
	ScalarDependentOnServiceProvider windSpeedModel,
	double groundRefractiveIndexStructureParam,
	CentralBody centralBody
)

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