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

Calculator : Radiation in Participating Media (Non-Grey)
Category   : Radiation

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

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

  participating_media < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Gas Temperature Tg [C]
Wall Temperature Tw [C]
Total Pressure Pt [bar]
CO2 mole fraction x_co2
H2O mole fraction x_h2o
Gas Volume V [m3]
Wall Surface Area Aw [m2]
Wall Emissivity eps_w

Website : https://thermofluidcalc.com
