Compressible Flow Library
This is a library for compressible flows that is written in C. A Makefile has also been included to compile the different parts of the code into object code. Linking it with Main is the user’s responsibility. Here is a list of things which this library could compute:
- Isentropic flow relations
- Normal shock relations
- Oblique shock relations
- Prandtl-Meyer expansion
- Area relations for isentropic flow
- Template for a Bisection Solver
- Template for a Newton Method Solver
- Some Ideal Gas Conversions
- A little bit of Unit Conversion capability
Read other posts