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

Calculator : Linde-Hampson Gas Liquefaction
Category   : Thermo

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

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

  linde_hampson < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Gas type (1=Nitrogen, 2=Oxygen, 3=Air, 4=Methane, 5=Argon)
Inlet temperature Tin [K]
High pressure Phigh [MPa]
Low pressure Plow [MPa]
Pre-cooling temperature [K]
Compressor isothermal efficiency
Make-up mass flow rate [kg/s]

Website : https://thermofluidcalc.com
