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

Calculator : Gas Radiation (Leckner)
Category   : Radiation

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

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

  gas_radiation < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Gas temperature Tg [Â°C]
Wall temperature Ts [Â°C]
CO2 partial pressure pc [bar]
H2O partial pressure pw [bar]
Mean beam length L [m]
Total pressure Pt [bar]

Website : https://thermofluidcalc.com
