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

Calculator : Heat Exchanger Fouling Factor
Category   : Tools

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

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

  fouling_factor < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Hot side fluid preset ID (1=Distilled water, 2=River water, 3=Sea water, 4=Engine coolant, 5=Fuel oil, 6=Steam, 7=Air, 8=Organic solvents, 9=Light hydrocarbons, 10=Exhaust gas)
Cold side fluid preset ID
Clean overall heat transfer coefficient Uc [W/m2-K]

Website : https://thermofluidcalc.com
