VehicleHPOPForceModelDragOptions#

class ansys.stk.core.stkobjects.VehicleHPOPForceModelDragOptions#

Class defining HPOP atmospheric drag options.

Overview#

use_approx_altitude

Opt whether to have the drag model use an approximate expression to determine altitude, instead of finding the exact altitude, when computing density.

use_apparent_sun_position

Opt whether to use the apparent position of the sun; otherwise, the true position of the sun is used.

Import detail#

from ansys.stk.core.stkobjects import VehicleHPOPForceModelDragOptions

Property detail#

property VehicleHPOPForceModelDragOptions.use_approx_altitude: bool#

Opt whether to have the drag model use an approximate expression to determine altitude, instead of finding the exact altitude, when computing density.

property VehicleHPOPForceModelDragOptions.use_apparent_sun_position: bool#

Opt whether to use the apparent position of the sun; otherwise, the true position of the sun is used.