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

Calculator : Transcritical CO2 Refrigeration (R744)
Category   : Thermo

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

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

  transritical_co2_refrigeration_r744 < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Evaporating Temp Te [°C]\nGas Cooler Outlet Temp [°C]\nHigh-Side Pressure [bar]\nR744 Mass Flow [kg/s]\nCompressor Isentropic Efficiency\nSuction Superheat [K]

Website : https://thermofluidcalc.com
