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

Calculator : Thermoacoustic Stirling Refrigerator
Category   : Thermo

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

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

  thermoacoustic_stirling_refrigerator < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Gas Type (1=He, 2=Ar, 3=Air, 4=He-Xe)\nMean Gas Pressure [bar]\nAcoustic Frequency [Hz]\nAcoustic Drive Ratio Dr [%]\nCold Heat Exchanger Temp [K]\nHot Heat Exchanger Temp [K]\nStack Area [cm²]\nStack Length [cm]

Website : https://thermofluidcalc.com
