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

Calculator : Cooling Tower Merkel Integral (KaV/L)
Category   : Masstransfer

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

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

  merkel_cooling_tower_transfer < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Hot Water Inlet Temp [°C]\nCold Water Outlet Temp [°C]\nAmbient Dry Bulb Temp [°C]\nDesign Wet Bulb Temp [°C]\nCirculating Water Flow [m³/h]\nLiquid-to-Gas Mass Ratio L/G

Website : https://thermofluidcalc.com
