Click or drag to resize

MagneticFieldVector Constructor (TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients, Point, Double)

Initializes a new instance. The DefinedInFrame will default to the PrincipalFrame of Earth as obtained from the current CentralBodiesFacet.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MagneticFieldVector(
	TimeIntervalCollection<SphericalHarmonicCoefficients> initialMagneticFieldCoefficients,
	TimeIntervalCollection<SphericalHarmonicCoefficients> magneticFieldCoefficientRates,
	Point targetPoint,
	double referenceDistance
)

Parameters

initialMagneticFieldCoefficients
Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the static spherical-harmonic magnetic field coefficients that are valid at the beginning of specific time intervals. These are in tesla.
magneticFieldCoefficientRates
Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the rates of change of the spherical-harmonic magnetic field coefficients during specific time intervals. These are in tesla/year.
targetPoint
Type: AGI.Foundation.GeometryPoint
The point where the magnetic field vector is calculated.
referenceDistance
Type: SystemDouble
The reference distance for the magnetic field model. This value is typically the average or equatorial radius of the central body in meters. For the IGRF and WMM models, this value is EarthReferenceDistance.
See Also