ElementDelaunay#
Overview#
Get or set the angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate (l). Uses Angle Dimension. |
|
Get or set the angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satelliteβs motion and in the orbit plane (g). Uses Angle Dimension. |
|
Get or set the angle from the inertial X axis to the ascending node measured in a right-handed sense about the inertial Z axis in the equatorial plane (h). Uses Angle Dimension. |
|
Related to the two-body orbital energy. Defined as sqrt(GM * a). Uses AreaRate Dimension. |
|
One-half the distance along the long axis of the elliptical orbit. Uses Distance Dimension. |
|
Get or set the magnitude of the orbital angular momentum. Defined as sqrt(GM * p). Uses AreaRate Dimension. |
|
Semi-latus Rectum. Uses Distance Dimension. |
|
Get or set the Z component of the orbital angular momentum. Defined as G cos(inc). Uses AreaRate Dimension. |
|
Get or set the angle between the angular momentum vector (perpendicular to the plane of the orbit) and the inertial Z axis. Uses Angle Dimension. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ElementDelaunay
Property detail#
- property ElementDelaunay.mean_anomaly: Any#
Get or set the angle from the eccentricity vector to a position vector where the satellite would be if it were always moving at its average angular rate (l). Uses Angle Dimension.
- property ElementDelaunay.arg_of_periapsis: Any#
Get or set the angle from the ascending node to the eccentricity vector (lowest point of orbit) measured in the direction of the satelliteβs motion and in the orbit plane (g). Uses Angle Dimension.
- property ElementDelaunay.raan: Any#
Get or set the angle from the inertial X axis to the ascending node measured in a right-handed sense about the inertial Z axis in the equatorial plane (h). Uses Angle Dimension.
- property ElementDelaunay.delaunay_l: float#
Related to the two-body orbital energy. Defined as sqrt(GM * a). Uses AreaRate Dimension.
- property ElementDelaunay.semimajor_axis: float#
One-half the distance along the long axis of the elliptical orbit. Uses Distance Dimension.
- property ElementDelaunay.delaunay_g: float#
Get or set the magnitude of the orbital angular momentum. Defined as sqrt(GM * p). Uses AreaRate Dimension.