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

Calculator : Lift & Airfoil Calculator
Category   : Fluid

Files Included:
  - lift_airfoil.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 lift_airfoil.f90 -o lift_airfoil

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

  lift_airfoil < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Chord c [m]\nSpan b [m]\nFreestream velocity Vâˆž [m/s]\nAir density Ï [kg/mÂ³]\nViscosity Î¼ [PaÂ·s]\nCamber position digit (0â€“9)\nnm_init\nnp_init\nnt_init

Website : https://thermofluidcalc.com
