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

Calculator : Rotary Regenerator Sizer (Ljungström APH)
Category   : Heat-exchangers

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

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

  rotary_regenerator_ljungstrom_aph < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Fuel Type (1=Coal, 2=Oil, 3=Gas, 4=Biomass)\nFlue Gas Flow [kg/s]\nFlue Gas Inlet Temp [°C]\nCombustion Air Flow [kg/s]\nAir Inlet Temp [°C]\nRotor Diameter [m]\nMatrix Depth [m]\nRotor Speed [rpm]\nMatrix Mass [tonnes]

Website : https://thermofluidcalc.com
