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

Calculator : Centrifugal Pump Impeller & Slip Factor (Wiesner / Stodola)
Category   : Turbomachinery

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

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

  centrifugal_pump_impeller_vane_slip < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Flow Rate Q [m³/h]
Head Target H [m]
Shaft Speed N [rpm]
Liquid Density [kg/m³]
Eye Diameter D1 [mm]
Tip Diameter D2 [mm]
Exit Width b2 [mm]
Blade Exit Angle β2b [deg]
Number of Vanes Z
Hydraulic Efficiency

Website : https://thermofluidcalc.com
