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: docs/src/tips_and_tricks.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ The following bodies can be simulated:
10
10
To build the geometry of a RAM-air kite, a 3D .obj file can be used as input. In addition a `.dat` file is needed.
11
11
It should have two columns, one for the `x` and one for the `y` coordinate of the 2D polar that is used.
12
12
13
+
### RAM-air kite model
14
+
If running the example `ram_air_kite.jl` fails, try to run the `cleanup.jl` script and then try again. Background: this example caches the calculated polars. Reading cached polars can fail after an update.
15
+
13
16
### Output formats
14
17
Currently, the `solve!()` function returns the results as [VSMSolution](@ref) struct. The function solve() returns a
15
18
dictionary with the results. The `solve!()` function is faster, and the `solve()` contains many more entries, therefore
0 commit comments