Click or drag to resize

KozaiIzsakMeanElements Constructor (Cartesian, Cartesian, Double, Double, Double)

Initialize a set of Kozai-Izsak mean elements from a Cartesian position and velocity. Please note that there must be a correspondence between the inertial and fixed frames used for the input position and velocity. Specifically, the XY plane of the input motion should correspond to the equatorial plane.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public KozaiIzsakMeanElements(
	Cartesian position,
	Cartesian velocity,
	double gravitationalParameter,
	double j2UnnormalizedValue,
	double referenceDistance
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartesian
The Cartesian position.
velocity
Type: AGI.Foundation.Coordinates.Cartesian
The Cartesian velocity.
gravitationalParameter
Type: System.Double
The gravitational parameter to use to create this set.
j2UnnormalizedValue
Type: System.Double
The non-normalized J2 zonal harmonic coefficient.
referenceDistance
Type: System.Double
The reference distance (equatorial radius) associated with the J2 coefficient.
Exceptions
ExceptionCondition
ArgumentException The given elements must represent a closed orbit. Thrown when the eccentricity is negative or not below unity or if the semimajor axis is not finitely positive.
See Also