A two degree-of-freedom parachute descent simulator used to determine approximate descent time, drift distance, and shock loading based on measured parachute and atmospheric parameters.
Parachute opening is modeled as constant acceleration process based on a known opening time. Opening time is determined empirically from deployment testing at predicted airspeed.
The opening process begins at a specified time or altitude. Parachute 'openness' starts at zero and increases quadratically until an 'openness' of one is reached at the specified opening time. Parachute drag is determined by multiplying base parachute drag with the 'openness' factor.
quadratic (default) $x_t = (\Delta t / 12) (5 \dot{x}{t} + 8 \dot{x}{t-1} - \dot{x}_{t-2})$
trapezoidal $x_t = (\Delta t / 2) (\dot{x}{t} + \dot{x}{t-1})$
rectangular