vortex-step-method

Vortex Step Method

https://github.com/ocayon/vortex-step-method

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
Last synced: 6 months ago · JSON representation ·

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
Created almost 4 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

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

  1. Clone the repository: bash git clone https://github.com/ocayon/Vortex-Step-Method

  2. Navigate to the repository folder: bash cd Vortex-Step-Method

  3. Create a virtual environment:

Linux or Mac: bash python3 -m venv venv

Windows:
```bash
python -m venv venv
```
  1. Activate the virtual environment:

Linux or Mac: bash source venv/bin/activate

Windows
```bash
.\venv\Scripts\activate
```
  1. 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

```

  1. To deactivate the virtual environment: bash deactivate ### Dependencies
  2. numpy
  3. matplotlib>=3.7.1
  4. seaborn
  5. scipy
  6. numba
  7. ipykernel
  8. 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:

  1. Create an issue on GitHub
  2. Create a branch from this issue bash git checkout -b issue_number-new-feature
  3. --- Implement your new feature---
  4. Verify nothing broke using pytest pytest
  5. Commit your changes with a descriptive message git commit -m "#<number> <message>"
  6. Push your changes to the github repo: git push origin branch-name

  7. Create a pull-request, with base:develop, to merge this feature branch

  8. Once 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

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)
Top Labels
Issue Labels
enhancement (10) bug (7) documentation (2) priority (2)
Pull Request Labels