You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,14 @@ my_vessel = {
31
31
"t_P": 0.0, # Thrust deduction factor
32
32
"D_p": 0.0, # Propeller Diameter
33
33
"eta": 0.0, # Ratio of propeller diameter to rudder span
34
-
"f_alpha" : 0.0# Rudder lift gradient coefficient (If not given you will be asked for the rudder aspect ratio)
34
+
"f_alpha" : 0.0# Rudder lift gradient coefficient
35
+
# (If not given you will be asked for the rudder aspect ratio)
35
36
}
36
37
```
37
38
38
39
### Extension for currents
39
40
40
-
This model currently only implements currents in x-direction seen from the global coordinate system. Positive current velocity flow in postive x direction, negative ones in negative x direction.
41
+
The angle of attack of currents is set as the angle between the vessel heading and and the current heading as seen from the global frame. Positive angles attack from starborard.
0 commit comments