Skip to content

Commit ce5f5b6

Browse files
committed
update README.md
1 parent ea8fe54 commit ce5f5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Three kinds of input data is needed:
7676
- how many panels
7777
--> two sections make a panel.
7878

79-
There is no input file yet, the input has to be defined in the code.
79+
Apart from the wing geometry there is no input file yet, the input has to be defined in the code.
8080

8181
### Example for defining the required input:
8282
```julia
@@ -110,6 +110,7 @@ wa = WingAerodynamics([wing])
110110
vel_app = [cos(alpha), 0.0, sin(alpha)] .* Umag
111111
set_va!(wa, (vel_app, 0.0)) # Second parameter is yaw rate
112112
```
113+
It is possible to import the wing geometry using an `.obj` file as shown in the example `ram_air_kite.jl`.
113114

114115
Surfplan files can be converted to an input for `VortexStepMethod.jl` using the [SurfplanAdapter](https://github.com/jellepoland/SurfplanAdapter).
115116

0 commit comments

Comments
 (0)