v1.0.0 #9
coding4Acause
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PANKH v1.0.0 Release Notes
Release Title: Initial Public Release of PANKH
Release Version: v1.0.0
Release Date: September 2, 2025
Release Note Version: 1.0
Date of Release Note: September 2, 2025
Summary of Changes
PANKH v1.0.0 is the first official public release of our unsteady potential flow solver specifically designed for hovering airfoils. This version includes:
This release lays the groundwork for future research and development in the field of bio-inspired flapping wing aerodynamics and unsteady potential flow solvers.
Detailed Description of Changes and Features
1. Unsteady Vortex Panel Solver
2. JSON-Based Modular Input
input.jsonfile.3. Aerodynamic Output
Cl,Cd) are written to theoutput_files/directory.4. Visualization with Gnuplot
5. Test Automation using GitHub Actions
test.cppthat compares the solver's output to reference data..github/workflows/CI.yml) automatically runs tests on each push.Troubleshooting Tips and Resources
Compilation Issues:
Make sure you're using a C++11 (or newer) compiler. Use the following example:
g++ -o PANKH_solver src/*.cpp -Iinclude -std=c++11Missing Dependencies:
Eigenis correctly installed or included.Input Errors:
input.jsonusing an online JSON validator.Test Failures:
diffor rerun thetestbinary.tests/and checked using a defined tolerance.Runtime Permission Issues:
chmod +x PANKH_solverif your system blocks the binary due to lack of execution permissions.Contact Information
If you have suggestions, want to report issues, or contribute, feel free to reach out:
Thank you for trying out PANKH. We welcome your support, suggestions, and contributions to help improve this solver and expand it into new domains like 2D-3D FSI and real-time visualization.
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions