Skip to content

Commit 202986b

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-02-19-13-17-35-661-00700368530
2 parents 8116d5f + b804a6b commit 202986b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Project.toml

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

1919
[compat]
2020
Plots = "1"
21+
Statistics = "1"
22+
DelimitedFiles = "1"
23+
BenchmarkTools = "1"
24+
LaTeXStrings = "1"
25+
Colors = "0.13"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ vel_app = [cos(alpha), 0.0, sin(alpha)] .* Umag
111111
set_va!(wa, (vel_app, 0.0)) # Second parameter is yaw rate
112112
```
113113

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

116116
## Output
117117
- CL, CD, CS (side force coefficient)

0 commit comments

Comments
 (0)