J4Propagator Constructor (JulianDate, ReferenceFrame, DelaunayElements, Double, 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 J4Propagator(
JulianDate orbitEpoch,
ReferenceFrame referenceFrame,
DelaunayElements initialConditions,
double j2UnnormalizedValue,
double j4UnnormalizedValue,
double referenceDistance
)
Public Sub New (
orbitEpoch As JulianDate,
referenceFrame As ReferenceFrame,
initialConditions As DelaunayElements,
j2UnnormalizedValue As Double,
j4UnnormalizedValue As Double,
referenceDistance As Double
)
public:
J4Propagator(
JulianDate orbitEpoch,
ReferenceFrame^ referenceFrame,
DelaunayElements^ initialConditions,
double j2UnnormalizedValue,
double j4UnnormalizedValue,
double referenceDistance
)
new :
orbitEpoch : JulianDate *
referenceFrame : ReferenceFrame *
initialConditions : DelaunayElements *
j2UnnormalizedValue : float *
j4UnnormalizedValue : float *
referenceDistance : float -> J4Propagator
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.CoordinatesDelaunayElements
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. - j4UnnormalizedValue
- Type: SystemDouble
The non-normalized J4 zonal harmonic coefficient of the central body around which to propagate. - referenceDistance
- Type: SystemDouble
The reference distance (equatorial radius) associated with the J2 and J4 coefficients.
Exceptions Remarks See Also