Skip to content

Commit c40227a

Browse files
committed
Add page "How it works"
1 parent c972396 commit c40227a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ makedocs(;
1717
format = Documenter.HTML(prettyurls = haskey(ENV, "CI")),
1818
pages=[
1919
"Home" => "index.md",
20+
"How it works" => "explanation.md",
2021
"Exported Functions" => "functions.md",
2122
"Exported Types" => "types.md",
2223
],

docs/src/explanation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## How the model works
2+
3+
Flowchart that describes how this software works:
4+
5+
<p align="center"><img src="https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/docs/Flowchart.jpg?raw=true" width="500" /></p>
6+
7+
### References:
8+
9+
[Fast Aero-Structural Model of a Leading-Edge Inflatable Kite](https://www.mdpi.com/1996-1073/16/7/3061) by Oriol Canon, Mac Gaunaa and Roland Schmehl, Energies 2023 16(7), doi: 10.3390/en16073061
10+
11+
For extensions of the original work see: [News.md](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/NEWS.md).

0 commit comments

Comments
 (0)