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 b9d02dd commit 17bcb39Copy full SHA for 17bcb39
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
@@ -1520,7 +1520,7 @@ def add_parachute(
1520
in [0, 1]. Affects only the added-mass scaling during descent; it does
1521
not change ``cd_s`` (drag). The default, 0.0432, yields an added-mass
1522
of 1.0 (“neutral” behavior).
1523
-
+
1524
Returns
1525
-------
1526
parachute : Parachute
0 commit comments