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

Calculator : Air-Cooled Steam Condenser Sizer (ACC)
Category   : Heat-exchangers

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

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

  air_cooled_condenser_acc_steam < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Steam Flow from Turbine [t/h]\nAmbient Dry-Bulb Temp [°C]\nTurbine Backpressure [mbar abs]\nNumber of A-Frame Bays\nNumber of Axial Fans\nFan Impeller Diameter [m]

Website : https://thermofluidcalc.com
