RadiationPressure#

class ansys.stk.core.stkobjects.RadiationPressure#

Class defining solar radiation pressure on a vehicle.

Overview#

area_mass_ratio

Area exposed to radiation pressure (nominally along the radial direction) divided by the mass. Uses AreaPerMass Dimension.

ck

Coefficient of radiation pressure reflectivity of the satellite. Dimensionless.

file

File containing parameters defining a ground reflection model that defines albedo and emissivity properties of the central body surface.

include_albedo

Opt whether to consider albedo effects (i.e., radiation pressure caused by sunlight reflected off the lit part of the central body).

include_thermal

Opt whether to consider thermal radiation pressure effects (i.e., radiation pressure caused by blackbody heat radiation of the central body).

Import detail#

from ansys.stk.core.stkobjects import RadiationPressure

Property detail#

property RadiationPressure.area_mass_ratio: float#

Area exposed to radiation pressure (nominally along the radial direction) divided by the mass. Uses AreaPerMass Dimension.

property RadiationPressure.ck: float#

Coefficient of radiation pressure reflectivity of the satellite. Dimensionless.

property RadiationPressure.file: str#

File containing parameters defining a ground reflection model that defines albedo and emissivity properties of the central body surface.

property RadiationPressure.include_albedo: bool#

Opt whether to consider albedo effects (i.e., radiation pressure caused by sunlight reflected off the lit part of the central body).

property RadiationPressure.include_thermal: bool#

Opt whether to consider thermal radiation pressure effects (i.e., radiation pressure caused by blackbody heat radiation of the central body).