Skip to content

Instantly share code, notes, and snippets.

View dangercomix07's full-sized avatar
🛰️
tinkering

Ameya dangercomix07

🛰️
tinkering
View GitHub Profile
@dangercomix07
dangercomix07 / PropSizing.py
Created December 1, 2025 15:55
Navika Mission Propulsion System Sizing
import numpy as np
import matplotlib.pyplot as plt
m = 4.00 # kg, chaser mass
u = 0.01 # m/s, approach speed to brake from
F = 0.010 # N, baseline nominal thrust
Tp = 0.100 # s, PWM time period
Tloss = 0.010 # s, time loss due to thruster ignition/termination (2*T_transient)
DeltaV_mission = 0.10 # m/s, total mission delta-V budget