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

Calculator : Steam Humidifier & Absorption
Category   : Tools

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

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

  steam_humidifier_dispersion < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Air Flow Rate [m³/h]\nDuct Height [mm]\nDuct Width [mm]\nAir Dry Bulb Temp [°C]\nEntering Relative Humidity [%]\nTarget Relative Humidity [%]\nNumber of Dispersion Tubes

Website : https://thermofluidcalc.com
