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

Calculator : Supercritical Organic Rankine Cycle (sORC)
Category   : Thermo

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

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

  supercritical_organic_rankine_sorc < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Fluid Type (1=R245fa, 2=R1233zd, 3=Pentane, 4=Toluene)\nSupercritical High Pressure [bar]\nTurbine Inlet Temp [°C]\nCondensing Temp [°C]\nWorking Fluid Mass Flow [kg/s]\nTurbine Efficiency\nPump Efficiency\nRecuperator Effectiveness

Website : https://thermofluidcalc.com
