Skip to content

Commit 990cc47

Browse files
committed
Update Tips and tricks
1 parent 456d7b6 commit 990cc47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/tips_and_tricks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The following bodies can be simulated:
1010
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.
1111
It should have two columns, one for the `x` and one for the `y` coordinate of the 2D polar that is used.
1212

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+
1316
### Output formats
1417
Currently, the `solve!()` function returns the results as [VSMSolution](@ref) struct. The function solve() returns a
1518
dictionary with the results. The `solve!()` function is faster, and the `solve()` contains many more entries, therefore

0 commit comments

Comments
 (0)