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

Calculator : Gas Turbine Combustor Sizer (Lefebvre Model)
Category   : Turbomachinery

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

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

  gas_turbine_combustor_sizing_lefebvre < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Fuel Type (1=Gas, 2=Jet-A, 3=Diesel, 4=H2)
Combustor Airflow [kg/s]
Inlet Pressure P3 [bar a]
Inlet Temp T3 [K]
Turbine Inlet TIT T4 [K]
Number of Cans (1=Annular)
Pressure Loss ΔP/P3 [%]
Length-to-Diameter L/D

Website : https://thermofluidcalc.com
