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

Calculator : Compressible Rayleigh Flow (Heat Addition)
Category   : Cfd

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

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

  compressible_rayleigh_flow_heat < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Inlet Mach Number\nInlet Total Temp [K]\nHeat Added [kJ/kg]\nSpecific Heat cp [kJ/(kg·K)]\nInlet Total Pressure [bar]\nSpecific Heat Ratio gamma

Website : https://thermofluidcalc.com
