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

Calculator : Cooling Coil Psychrometrics
Category   : Tools

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

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

  cooling_coil_psychrometrics < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Entering Air Dry Bulb [°C]\nEntering Relative Humidity [%]\nAir Flow Rate [m³/h]\nCoil Bypass Factor (BF)\nApparatus Dew Point ADP [°C]\nChilled Water Delta-T [°C]

Website : https://thermofluidcalc.com
