Skip to content

Commit 0ec5df7

Browse files
authored
Merge branch 'main' into controlplots
2 parents 6f35725 + 8f200b1 commit 0ec5df7

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

1919
[compat]
2020
ControlPlots = "0.2.5"
21+
Measures = "0.3"
22+
StaticArrays = "1"
23+
Statistics = "1"
24+
DelimitedFiles = "1"
25+
BenchmarkTools = "1"
26+
LaTeXStrings = "1"
27+
Colors = "0.13"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Build Status](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/Albatross-Kite-Transport/VortexStepMethod.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Albatross-Kite-Transport/VortexStepMethod.jl)
22

3-
U
3+
=======
44

5-
# Simulation of a Kite using the Vortex Step Method
5+
# Simulation of a 3D airfoil using the Vortex Step Method
66

77
The Vortex Step Method (VSM) is an enhanced lifting line method that improves upon the classic approach by solving the
88
circulation system at the three-quarter chord position, among the most important details. This adjustment allows for
@@ -113,7 +113,7 @@ vel_app = [cos(alpha), 0.0, sin(alpha)] .* Umag
113113
set_va!(wa, (vel_app, 0.0)) # Second parameter is yaw rate
114114
```
115115

116-
Surfplan output file can be converted to an input for the vortex step method with a tool that is in this repo.
116+
Surfplan files can be converted to an input for `VortexStepMethod.jl` using the [SurfplanAdapter](https://github.com/jellepoland/SurfplanAdapter).
117117

118118
## Output
119119
- CL, CD, CS (side force coefficient)
@@ -132,4 +132,4 @@ Copyright (c) 2022 Oriol Cayon
132132

133133
Copyright (c) 2024 Oriol Cayon, Jelle Poland, TU Delft
134134

135-
Copyright (c) 2025 Oriol Cayon, Jelle Poland, Bart van de Lint
135+
Copyright (c) 2025 Oriol Cayon, Jelle Poland, Bart van de Lint

0 commit comments

Comments
 (0)