RadiationPressureFunction#

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

Bases: IComponentInfo, ICloneable

Radiation Pressure Propagator Function.

Overview#

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.

ground_reflection_model_filename

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

central_body_name

Name of the central body.

override_segment_settings

Do not use this property, as it is deprecated. True to use Ck and area values defined on this component for radiation pressure computations, rather than those defined in the MCS segments.

radiation_pressure_coefficient

Do not use this property, as it is deprecated. Coefficient, Ck, for use with radiation pressure computation.

radiation_pressure_area

Do not use this property, as it is deprecated. Area to be used for radiation pressure computations. Small area dimension.

Import detail#

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

Property detail#

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.

property RadiationPressureFunction.ground_reflection_model_filename: str#

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

property RadiationPressureFunction.central_body_name: str#

Name of the central body.

property RadiationPressureFunction.override_segment_settings: bool#

Do not use this property, as it is deprecated. True to use Ck and area values defined on this component for radiation pressure computations, rather than those defined in the MCS segments.

property RadiationPressureFunction.radiation_pressure_coefficient: float#

Do not use this property, as it is deprecated. Coefficient, Ck, for use with radiation pressure computation.

property RadiationPressureFunction.radiation_pressure_area: float#

Do not use this property, as it is deprecated. Area to be used for radiation pressure computations. Small area dimension.