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

Calculator : Pelton Hydro Turbine Runner & Bucket Sizer
Category   : Turbomachinery

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

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

  pelton_turbine_runner_bucket_sizing < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Net Head Hnet [m]
Total Flow Q [m³/s]
Runner Speed N [rpm]
Number of Nozzles
Nozzle Coeff Cv
Speed Ratio ku = U/Vj
Bucket Deflection Angle β2 [deg]

Website : https://thermofluidcalc.com
