ssapy_kwargs

ssapy.simple.ssapy_kwargs(mass=250, area=0.022, CD=2.3, CR=1.3)[source][source]

Generate a dictionary of default parameters for a space object used in simulations.

Parameters:

massfloat, optional

Mass of the object in kilograms (default is 250 kg).

areafloat, optional

Cross-sectional area of the object in square meters (default is 0.022 m^2).

CDfloat, optional

Drag coefficient of the object (default is 2.3).

CRfloat, optional

Radiation pressure coefficient of the object (default is 1.3).

Returns:

dict

A dictionary containing the parameters for the space object.