=========================================================================
  ThermoFluidCalc — Standalone Fortran Execution Guide
=========================================================================

Calculator : Prandtl-Glauert Compressibility Correction
Category   : Cfd

Files Included:
  - prandtl_glauert.f90 (Fortran 90/2008 Source Code)
  - input.txt (Pre-configured Sample Input)

-------------------------------------------------------------------------
1. How to Compile
-------------------------------------------------------------------------
Make sure you have GNU Fortran (gfortran) or Intel Fortran (ifort) installed.
Run the following compilation command in your terminal:

  gfortran -O3 prandtl_glauert.f90 -o prandtl_glauert

-------------------------------------------------------------------------
2. How to Execute
-------------------------------------------------------------------------
Run the compiled binary and pipe the input.txt file into stdin:

  prandtl_glauert < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Mach ($M_\infty$)\nÎ³\ncpinc_init\nclinc_init\nÎ± [deg]\nChord [m]\npâˆž [Pa]\nTâˆž [K]\nGas

Website : https://thermofluidcalc.com
