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

Calculator : Multicomponent Distillation (FUG)
Category   : Masstransfer

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

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

  multicomponent_distillation_fug < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Number of Components (NC)\nFeed Flow Rate F [kmol/h]\nFeed Thermal Quality q\nReflux Ratio Multiplier (R/Rmin)\nLight Key Index (LK)\nHeavy Key Index (HK)\nLight Key Distillate Recovery [fraction]\nHeavy Key Distillate Fraction [fraction]\nFeed Mole Fractions (NC values)\nRelative Volatilities alpha (NC values)

Website : https://thermofluidcalc.com
