Skip to content

jellepoland/SurfplanAdapter

Repository files navigation

Description

Reads out SurfPlan native export, transforms the data structure, and runs an aerodynamic analysis using the Vortex-Step-Method (VSM) on your kite design.

Installation Instructions

Use the package manager pip to install

  1. Clone the repository:

    git clone https://github.com/jellepoland/SurfplanAdapter.git
  2. Navigate to the repository folder:

    cd SurfplanAdapter/
  3. Create a virtual environment:

    Linux or Mac:

    python3 -m venv venv

    Windows:

    python -m venv venv
  4. Activate the virtual environment:

    Linux or Mac:

    source venv/bin/activate

    Windows

    .\venv\Scripts\activate
  5. Install the required dependencies:

    For users:

    pip install .

    For developers:

    pip install -e .[dev]
  6. To deactivate the virtual environment:

    deactivate

Contributing Guide

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
    git checkout -b issue_number-new-feature
  3. --- Implement your new feature---
  4. Verify nothing broke using pytest
  pytest
  1. Commit your changes with a descriptive message
  git commit -m "#<number> <message>"
  1. Push your changes to the github repo: git push origin branch-name

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

  3. Once the pull request has been accepted, close the issue

👀 Usage

Inside the examples folder, the main_run_VSM.py script is present that goes through the main steps for the TUDELFT_V3_LEI_KITE SurfPlan files, in the following order.

  1. Loading the surfplan files from the data folder.
  2. Transforming the data into the appropriate format and store it inside the processed_data folder as .csv
  3. Running an aerodynamic analysis using the Vortex-Step-Method (VSM)
  4. Storing the outcome in the results folder.

To use this code on your kite designs from SurfPlan, one needs to:

  1. Acquire the .txt and rib profiles in .dat format from the SurfPlan export menu
  2. Install this code and insert the SurfPlan exported files into the data folder
  3. Adjust the path inside the main_run_VSM.py code to where your files are stored and press run!

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.

Copyright

Copyright (c) 2024 Jelle Poland (TU Delft), Tom Mooijman (Kitepower), Corentin Tan (BeyondTheSea)

💎 Help and Documentation

AWE Group | Developer Guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages