Skip to content

Commit b87aa6c

Browse files
committed
version
1 parent 904a15c commit b87aa6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mmgdynamics
3-
version = 1.0.5
3+
version = 1.0.6
44
author = Niklas Paulig
55
author_email = [email protected]
66
description = MMG standard model for ship maneuvering

src/mmgdynamics/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def step(*, X: np.ndarray,vessel: Vessel, sps: float, nps: float,
2626
"""Solve the MMG system for a given vessel for an arbitrarily long timestep
2727
2828
Args:
29-
X (np.ndarray): Initial values
29+
X (np.ndarray): Initial values (u,v,r)
3030
params (dict): Vessel dict
3131
sps (float): Seconds to simulate per timestep
32-
nps_old (float): propeller rotations [s⁻¹] last timestep
33-
delta_old (float): rudder angle last timestep
32+
nps (float): Propeller revolutions per second
33+
delta (float): Rudder angle in [rad]
3434
fl_psi (float): Attack angle of current relative to heading [rad]
3535
fl_vel (Optional[float]): Fluid velocity (Current velocity)
3636
water_depth( Optional[float]): Water depth if vessel is simulated in shallow water

0 commit comments

Comments
 (0)