AccelDrag
- class ssapy.accel.AccelDrag(recalc_threshold=2592000, **defaultkw)[source][source]
Bases:
Accel
Acceleration due to atmospheric drag.
This class uses the Harris-Priester density model, which includes diurnal variation in the atmospheric bulge, but omits longer period seasonal variations.
The acceleration also depends on a drag coefficient, which is hard to determine a priori, but takes on typical values around ~2 to ~2.3 for most satellites.
See Section 3.5 of Montenbruck and Gill for more details.
- Parameters:
Methods Summary
__call__
(r, v, t[, _T])Evaluate acceleration at particular place/moment.
Methods Documentation