Skip to content

Commit 0863db1

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-02-19-13-17-39-932-01404861576
2 parents e74c508 + 77df319 commit 0863db1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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
Measures = "0.3"
21+
StaticArrays = "1"
22+
Plots = "1"
23+
Statistics = "1"
24+
DelimitedFiles = "1"
25+
BenchmarkTools = "1"
26+
LaTeXStrings = "1"
27+
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)