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

Calculator : Hydrogen Cryogenic Liquefaction (Claude)
Category   : Thermo

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

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

  hydrogen_liquefaction_claude_cycle < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Compressor Discharge Pressure [bar]\nAmbient Feed Temp [K]\nHydrogen Feed Flow [kg/h]\nCompressor Efficiency\nCryo-Turbine Efficiency\nLN2 Precooling Temp [K]

Website : https://thermofluidcalc.com
