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

Calculator : Absorption Refrigeration
Category   : Thermo

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

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

  absorption_refrig < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Working pair (1=NH3-H2O, 2=LiBr-H2O)
Generator temperature T_gen [K]
Absorber temperature T_abs [K]
Condenser temperature T_cond [K]
Evaporator temperature T_evap [K]
Refrigerant mass flow rate [kg/s]

Website : https://thermofluidcalc.com
