ConstantSolarGeophysicalData Constructor (Double, Double) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantSolarGeophysicalData(
double solarRadioFlux,
double kp
)
Public Sub New (
solarRadioFlux As Double,
kp As Double
)
public:
ConstantSolarGeophysicalData(
double solarRadioFlux,
double kp
)
new :
solarRadioFlux : float *
kp : float -> ConstantSolarGeophysicalData
Parameters
- solarRadioFlux
- Type: SystemDouble
The constant solar radiation flux (also known as F10.7 cm flux)
to use for both the current flux value and the 81 day centered average. - kp
- Type: SystemDouble
The constant kp value for geomagnetic flux.
See Also