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

Calculator : Steam Trap & Flash Recovery
Category   : Tools

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

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

  steam_trap_sizing < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Steam Supply Pressure P1 [bar g]\nCondensate Return Pressure P2 [bar g]\nRunning Condensate Load [kg/h]\nSafety Factor SF (1.5-3.0)\nTrap Type (1=Float, 2=Thermodynamic, 3=Inverted Bucket)

Website : https://thermofluidcalc.com
