We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc21d commit 85fb3b8Copy full SHA for 85fb3b8
rocketpy/rocket/parachute.py
@@ -191,7 +191,6 @@ def __init__(
191
self.sampling_rate = sampling_rate
192
self.lag = lag
193
self.noise = noise
194
- self.porosity = porosity
195
self.noise_signal = [[-1e-6, np.random.normal(noise[0], noise[1])]]
196
self.noisy_pressure_signal = []
197
self.clean_pressure_signal = []
rocketpy/rocket/rocket.py
@@ -1549,7 +1549,7 @@ def add_parachute(
1549
in [0, 1]. Affects only the added-mass scaling during descent; it does
1550
not change ``cd_s`` (drag). The default, 0.0432, yields an added-mass
1551
of 1.0 (“neutral” behavior).
1552
-
+
1553
Returns
1554
-------
1555
parachute : Parachute
0 commit comments