Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected RefractiveIndexStructureParameterModel(
	ScalarDependentOnServiceProvider windSpeedModel,
	CentralBody centralBody
)

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