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

Calculator : Indirect Evaporative Cooler Sizer (M-Cycle)
Category   : Heat-exchangers

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

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

  indirect_evaporative_cooler_mcycle < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Climate (1=Desert, 2=Med, 3=Moderate)\nAmbient Dry-Bulb Temp [°C]\nRelative Humidity [%]\nSupply Product Airflow [m³/h]\nWorking Air Fraction [%]\nDew-Point Effectiveness

Website : https://thermofluidcalc.com
