Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
Vortex Step Method
Basic Info
- Host: GitHub
- Owner: ocayon
- License: mit
- Language: Python
- Default Branch: main
- Size: 23.6 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 18
- Releases: 2
Metadata Files
README.md
Vortex Step Method
The Vortex Step Method (VSM) is an enhanced lifting line method that improves upon the classic approach by solving the circulation system at the three-quarter chord position, among the most important details. This adjustment allows for more accurate calculations of lift and drag forces, particularly addressing the shortcomings in induced drag prediction. VSM is further refined by coupling it with 2D viscous airfoil polars, making it well-suited for complex geometries, including low aspect ratio wings, as well as configurations with sweep, dihedral, and anhedral angles.
The software presented here includes a couple of examples: a rectangular wing and a leading-edge inflatable kite.
Installation Instructions
Clone the repository:
bash git clone https://github.com/ocayon/Vortex-Step-MethodNavigate to the repository folder:
bash cd Vortex-Step-MethodCreate a virtual environment:
Linux or Mac:
bash
python3 -m venv venv
Windows:
```bash
python -m venv venv
```
- Activate the virtual environment:
Linux or Mac:
bash
source venv/bin/activate
Windows
```bash
.\venv\Scripts\activate
```
- Install the required dependencies:
For users:
bash
pip install .
For developers:
bash
pip install -e .[dev]
For ubuntu add:
```
pip instal pyqt5
sudo apt install cm-super
sudo apt install dvipng
```
- To deactivate the virtual environment:
bash deactivate### Dependencies - numpy
- matplotlib>=3.7.1
- seaborn
- scipy
- numba
- ipykernel
- screeninfo
Usages
Please look at the tutorial on a rectangular wing, where the code usage and settings are fully detailed.
You can find it in examples/rectangular_wing/tutorial_rectangular_wing.py
Another tutorial is present under examples/TUDELFT_V3_LEI_KITE/tutorial_testing_stall_model.py where a geometry is loaded from .csv, plotted, distributions are plotted and polars are created to demonstrate the effect of the stall model.
For more detailed information one is referred to: - Aerodynamic model - Paper: Fast Aero-Structural Model of a Leading-Edge Inflatable Kite
A Julia version of this project is available at VortexStepMethod.jl
Contributing Guide
Please report issues and create pull requests using the URL:
https://github.com/ocayon/Vortex-Step-Method/
This is required because you cannot/should not do it using the URL
https://github.com/awegroup/Vortex-Step-Method
We welcome contributions to this project! Whether you're reporting a bug, suggesting a feature, or writing code, here’s how you can contribute:
- Create an issue on GitHub
- Create a branch from this issue
bash git checkout -b issue_number-new-feature - --- Implement your new feature---
- Verify nothing broke using pytest
pytest - Commit your changes with a descriptive message
git commit -m "#<number> <message>" Push your changes to the github repo: git push origin branch-name
Create a pull-request, with
base:develop, to merge this feature branchOnce the pull request has been accepted, close the issue
Citation
If you use this project in your research, please consider citing it. Citation details can be found in the CITATION.cff file included in this repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
WAIVER
Technische Universiteit Delft hereby disclaims all copyright interest in the package written by the Author(s). Prof.dr. H.G.C. (Henri) Werij, Dean of Aerospace Engineering
Copyright
Copyright (c) 2022 Oriol Cayon
Copyright (c) 2024 Oriol Cayon, Jelle Poland, TU Delft
Owner
- Name: Oriol Cayon
- Login: ocayon
- Kind: user
- Company: TU Delft
- Repositories: 1
- Profile: https://github.com/ocayon
PhD candidate
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you are using this software, please cite it as shown below."
authors:
- given-names: "Oriol"
family-names: "Cayon"
orcid: "https://orcid.org/0000-0002-2065-8673"
- given-names: "Jelle Agatho Wilhelm"
family-names: "Poland"
orcid: "https://orcid.org/0000-0003-3164-5648"
title: "VortexStepMethod"
keywords:
- "Airborne Wind Energy"
version: "0.1.0"
doi: "10.1111/11111"
date-released: "2023-01-01"
license: "MIT"
url: "https://github.com/ocayon/Vortex-Step-Method"
references:
- type: article
authors:
- given-names: "Oriol"
family-names: "Cayon"
orcid: "https://orcid.org/0000-0002-2065-8673"
- given-names: "Mac"
family-names: "Gaunaa"
- given-names: "Roland"
family-names: "Schmehl"
title: "Fast Aero-Structural Model of a Leading-Edge Inflatable Kite"
doi: "10.3390/en16073061"
journal: "Energies"
volume: "16"
issue: "7"
year: "2023"
preferred-citation:
type: article
authors:
- given-names: "Oriol"
family-names: "Cayon"
orcid: "https://orcid.org/0000-0002-2065-8673"
- given-names: "Mac"
family-names: "Gaunaa"
- given-names: "Roland"
family-names: "Schmehl"
title: "Fast Aero-Structural Model of a Leading-Edge Inflatable Kite"
doi: "10.3390/en16073061"
journal: "Energies"
volume: "16"
issue: "7"
year: "2023"
GitHub Events
Total
- Issues event: 81
- Watch event: 6
- Delete event: 5
- Issue comment event: 26
- Push event: 81
- Pull request review event: 2
- Pull request event: 14
- Fork event: 1
- Create event: 5
Last Year
- Issues event: 81
- Watch event: 6
- Delete event: 5
- Issue comment event: 26
- Push event: 81
- Pull request review event: 2
- Pull request event: 14
- Fork event: 1
- Create event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 46
- Total pull requests: 7
- Average time to close issues: 3 months
- Average time to close pull requests: 33 minutes
- Total issue authors: 4
- Total pull request authors: 1
- Average comments per issue: 0.22
- Average comments per pull request: 0.29
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 41
- Pull requests: 7
- Average time to close issues: about 1 month
- Average time to close pull requests: 33 minutes
- Issue authors: 3
- Pull request authors: 1
- Average comments per issue: 0.17
- Average comments per pull request: 0.29
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jellepoland (78)
- ocayon (9)
- ufechner7 (6)
- corentintran (2)
- 1-Bart-1 (1)
Pull Request Authors
- jellepoland (33)
- ocayon (5)