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

Calculator : Hydraulic Turbine Design
Category   : Fluid

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

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

  hydraulic_turbine < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
tt_init\nNet head H\nVolume flow Q [mÂ³/s]\nRotational speed N [rpm]\nWater density Ï [kg/mÂ³]\nGravity g [m/sÂ²]\neu_init

Website : https://thermofluidcalc.com
