ssapy_toolkit.Rockets.fuel
Functions
|
Estimate propellant usage for an SSAPy AccelConstNTW maneuver. |
|
Mass vs time on a provided time grid (GPS seconds), using 'constant_accel' interpretation. |
- ssapy_toolkit.Rockets.fuel.estimate_fuel_for_accel_ntw_burn(burn: AccelConstNTW, m0_kg: float, isp_s: float, t_min=None, t_max=None, g0=9.80665, mode='constant_accel')[source]
Estimate propellant usage for an SSAPy AccelConstNTW maneuver.
- mode:
“constant_accel” (recommended for AccelConstNTW): commanded acceleration -> exponential mass decay
“constant_thrust”: constant thrust inferred from initial mass and |a| -> linear mass decay