J2Propagator Constructor (JulianDate, ReferenceFrame, KeplerianElements, Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public J2Propagator(
JulianDate orbitEpoch,
ReferenceFrame referenceFrame,
KeplerianElements initialConditions,
double j2UnnormalizedValue,
double referenceDistance
)
Public Sub New (
orbitEpoch As JulianDate,
referenceFrame As ReferenceFrame,
initialConditions As KeplerianElements,
j2UnnormalizedValue As Double,
referenceDistance As Double
)
public:
J2Propagator(
JulianDate orbitEpoch,
ReferenceFrame^ referenceFrame,
KeplerianElements^ initialConditions,
double j2UnnormalizedValue,
double referenceDistance
)
new :
orbitEpoch : JulianDate *
referenceFrame : ReferenceFrame *
initialConditions : KeplerianElements *
j2UnnormalizedValue : float *
referenceDistance : float -> J2Propagator
Parameters
- orbitEpoch
- Type: AGI.Foundation.TimeJulianDate
The Julian date at which the initial conditions are defined. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the initialConditions are defined.
Generally this should be the InertialFrame of the central body
around which you are propagating. See the Remarks section for more information.
- initialConditions
- Type: AGI.Foundation.CoordinatesKeplerianElements
The orbital elements from which to propagate. - j2UnnormalizedValue
- Type: SystemDouble
The non-normalized J2 zonal harmonic coefficient of the central body around which to propagate. - referenceDistance
- Type: SystemDouble
The reference distance (equatorial radius) associated with the J2 coefficient.
Exceptions Remarks See Also