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

Calculator : Chilled Water Decoupler Loop
Category   : Tools

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

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

  chilled_water_decoupler < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Primary Production Flow [m³/h]\nSecondary Distribution Flow [m³/h]\nChiller Supply Temp [°C]\nDesign Return Temp [°C]\nActual Return Temp [°C]\nMax Allowable Bridge Velocity [m/s]

Website : https://thermofluidcalc.com
