RadiationPressureFunction#

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

Bases: IComponentInfo, ICloneable

Radiation Pressure Propagator Function.

Overview#

central_body_name

Name of the central body.

ground_reflection_model_filename

A file containing a ground reflection model used for albedo and thermal radiation pressure.

include_albedo

True if including accelerations derived from albedo (reflected sunlight radiation from the central body).

include_thermal_radiation_pressure

True if including accelerations derived from thermal radiation pressure from the central body.

Import detail#

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

Property detail#

property RadiationPressureFunction.central_body_name: str#

Name of the central body.

property RadiationPressureFunction.ground_reflection_model_filename: str#

A file containing a ground reflection model used for albedo and thermal radiation pressure.

property RadiationPressureFunction.include_albedo: bool#

True if including accelerations derived from albedo (reflected sunlight radiation from the central body).

property RadiationPressureFunction.include_thermal_radiation_pressure: bool#

True if including accelerations derived from thermal radiation pressure from the central body.