File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ The software presented here includes a couple of examples: a rectangular wing an
66
77This package was translated from the Python code available at https://github.com/awegroup/Vortex-Step-Method .
88
9+ ## Input
10+ - geometry, defined by section
11+ - rec wing two section, two point + polars
12+ - kite: model of polars included, n sections to define
13+
14+ - flow
15+ - v_app vector
16+
17+ - config
18+ - how many panels
19+ -> two sections make a panel
20+
21+ Surfplan output file can be converted to an input for the vortex step method with a tool that is in this repo.
22+
23+ ## Output
24+ - cl, cd, cs (side force coefficient)
25+ - spanwise distribution of forces
26+ -> moment coefficients (not yet implemented)
27+
928## Citation
1029If you use this project in your research, please consider citing it.
1130Citation details can be found in the [ CITATION.cff] ( CITATION.cff ) file included in this repository.
You can’t perform that action at this time.
0 commit comments