Skip to content

Commit 1d88967

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-02-19-13-17-37-904-03126065510
2 parents a91e690 + f7caede commit 1d88967

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

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

1919
[compat]
2020
StaticArrays = "1"
21+
Plots = "1"
22+
Statistics = "1"
23+
DelimitedFiles = "1"
24+
BenchmarkTools = "1"
25+
LaTeXStrings = "1"
26+
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)