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

Calculator : Steam-Injected Gas Turbine (STIG / Cheng)
Category   : Thermo

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

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

  steam_injected_gas_turbine_stig < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Pressure Ratio rp\nTurbine Inlet Temp [°C]\nAmbient Air Temp [°C]\nAir Mass Flow [kg/s]\nSteam Injection Ratio [%]\nCompressor Efficiency\nTurbine Efficiency\nInjected Steam Temp [°C]

Website : https://thermofluidcalc.com
