/VAST_HBMM

vortex-based aerodynamic solver toolkit

Primary LanguageHTMLGNU Lesser General Public License v3.0LGPL-3.0

VAST

GitHub Actions Test Badge Forks Issues

VAST

Vortex-based Aerodynamic Solver Toolkit

README.md file contains high-level information about your package: it's purpose, high-level instructions for installation and usage.

Items Subtasks Timeline Notes
VAST examples steady ex_1vlm_simulation_rec_wing done Rec wing -> OAS
ex_2vlm_simulation_PAV_wing done PAV wing -> AVL
ex_3vlm_simulation_PAV_wing_tail to be confirmed w/ v&v group PAV wing tail -> AVL
ex_4vlm_simulation_CRM_wing done CRM PG transform for compressible -> OAS
unsteady ex_5vlm_simulation_sudden_acc done could further cleanup Rec differnet AR -> Katz & Plotkin
ex_6vlm_simulation_pitching_theodorsen done could further cleanup Rec inf AR -> Theodorsen
ex_7vlm_simulation_plunging do be done Rec AR=4 -> Katz & Plotkin

Installation

Installation instructions for users

For direct installation with all dependencies, run on the terminal or command line

git clone https://github.com/jiy352/VAST
pip install -e .

For Developers

For details on documentation, refer to the README in docs directory.

For details on testing/pull requests, refer to the README in tests directory.