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/explanation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ Flowchart that describes how this software works:
10
10
11
11
[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
12
12
13
-
For extensions of the original work see: [News.md](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/NEWS.md).
13
+
For extensions of the original work see: [News.md](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/NEWS.md).
Copy file name to clipboardExpand all lines: docs/src/index.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ including low aspect ratio wings, as well as configurations with sweep, dihedral
10
10
11
11
The software presented here includes a couple of examples: a rectangular wing, a leading-edge inflatable kite and a ram-air kite.
12
12
13
-
This package was translated from the Python code version 1.0.0 available at [https://github.com/ocayon/Vortex-Step-Method](https://github.com/ocayon/Vortex-Step-Method) with some extensions as documented in [News.md](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/NEWS.md).
13
+
This package was translated from the Python code version 1.0.0 available at [https://github.com/ocayon/Vortex-Step-Method](https://github.com/ocayon/Vortex-Step-Method) with some extensions as documented in [News.md](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/NEWS.md).
14
14
15
15
## Installation
16
16
Install [Julia 1.10](https://ufechner7.github.io/2024/08/09/installing-julia-with-juliaup.html) or later,
@@ -50,7 +50,7 @@ If you have git installed, check out this repo because it makes it easier to und
@@ -137,10 +137,10 @@ See also the [documentation](https://albatross-kite-transport.github.io/VortexSt
137
137
138
138
## Citation
139
139
If you use this project in your research, please consider citing it.
140
-
Citation details can be found in the [CITATION.cff](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/CITATION.cff) file included in this repository.
140
+
Citation details can be found in the [CITATION.cff](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/CITATION.cff) file included in this repository.
141
141
142
142
## License
143
-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/LICENSE) file for details.
143
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/LICENSE) file for details.
144
144
145
145
## WAIVER
146
146
Technische Universiteit Delft hereby disclaims all copyright interest in the package “VortexStepMethod.jl” written by the Author(s).
Copy file name to clipboardExpand all lines: docs/src/tips_and_tricks.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Currently, the `solve!()` function returns the results as [VSMSolution](@ref) st
20
20
Calling `init!(body_aero; init_aero=false)` is very fast. After calling `deform!(wing)`, you have to run `init!(body_aero; init_aero=false)` to apply the deformed wing to the body aerodynamics. This is in turn necessary for the linearization from deformation to aerodynamic coefficients for RAM-air kites.
0 commit comments