BurnoutVelocity#

class ansys.stk.core.stkobjects.astrogator.BurnoutVelocity#

The burnout velocity.

Overview#

burnout_option

Select to use the fixed or inertial frame.

fixed_velocity

Get or set the velocity magnitude . Uses Rate Dimension.

inertial_velocity

Get or set the velocity magnitude. Uses Rate Dimension.

inertial_velocity_azimuth

Get or set the inertial velocity azimuth. Inertial velocity azimuth is the angle from the projection of north in the local horizontal plane to the inertial velocity vector, right handed. Uses Angle Dimension.

inertial_horizontal_flight_path_angle

Inertial horizontal flight path angle is the angle from the local horizontal to the inertial velocity vector, positive towards radius. It is also 90 degrees minus vertical flight path angle. Uses Angle Dimension.

Import detail#

from ansys.stk.core.stkobjects.astrogator import BurnoutVelocity

Property detail#

property BurnoutVelocity.burnout_option: BurnoutOptions#

Select to use the fixed or inertial frame.

property BurnoutVelocity.fixed_velocity: float#

Get or set the velocity magnitude . Uses Rate Dimension.

property BurnoutVelocity.inertial_velocity: float#

Get or set the velocity magnitude. Uses Rate Dimension.

property BurnoutVelocity.inertial_velocity_azimuth: Any#

Get or set the inertial velocity azimuth. Inertial velocity azimuth is the angle from the projection of north in the local horizontal plane to the inertial velocity vector, right handed. Uses Angle Dimension.

property BurnoutVelocity.inertial_horizontal_flight_path_angle: Any#

Inertial horizontal flight path angle is the angle from the local horizontal to the inertial velocity vector, positive towards radius. It is also 90 degrees minus vertical flight path angle. Uses Angle Dimension.