Skip to content

Commit 85766df

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-02-19-13-17-31-801-01253085445
2 parents f88500f + 03f0222 commit 85766df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

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

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