Skip to content

Commit a850b18

Browse files
committed
docs: update README.md with project badges and CI status
1 parent 21c73a7 commit a850b18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# PANKH: A potential flow solver for hovering airfoils
1+
# PANKH: A Potential Flow Solver for Hovering Airfoils
2+
3+
[![License](https://img.shields.io/github/license/coding4Acause/PANKH?color=blue)](LICENSE)
4+
![Latest Release](https://img.shields.io/github/v/release/coding4Acause/PANKH?style=flat-square)
5+
![Repo Size](https://img.shields.io/github/repo-size/coding4Acause/PANKH?color=blue)
6+
![C++](https://img.shields.io/badge/C%2B%2B-11-blue)
7+
![Dependencies](https://img.shields.io/badge/Dependencies-Eigen%2C%20Gnuplot-orange)
8+
![GitHub issues](https://img.shields.io/github/issues/coding4Acause/PANKH)
9+
![GitHub stars](https://img.shields.io/github/stars/coding4Acause/PANKH?style=social)
10+
![Last Commit](https://img.shields.io/github/last-commit/coding4Acause/PANKH)
11+
[![CI](https://github.com/coding4Acause/PANKH/actions/workflows/CI.yml/badge.svg)](https://github.com/coding4Acause/PANKH/actions/workflows/CI.yml)
212

313
## Description
414
This project implements **PANKH** (Panel Analysis of uNsteady Kinematics of Hovering airfoils), a solver designed to study the aerodynamics of flapping foils. PANKH is a **low-fidelity solver** that solves the **Laplace equation** to determine the velocity distribution in the flow field. It enforces the **Neumann boundary condition** to satisfy the **no-penetration condition** (zero normal flux) on the airfoil surface. The **unsteady Bernoulli equation** is then applied to compute the pressure difference across the airfoil, enabling the calculation of aerodynamic loads.

0 commit comments

Comments
 (0)