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

Calculator : Counter-Current Extraction (Kremser)
Category   : Masstransfer

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

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

  countercurrent_extraction_kremser < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Feed Flow Rate F [kg/h]\nExtracting Solvent Flow S [kg/h]\nFeed Solute Concentration xF [wt%]\nInlet Solvent Solute Content yS [wt%]\nTarget Solute Recovery [%]\nDistribution Partition Ratio KD (y/x)\nHeight of Transfer Unit HTU [m]

Website : https://thermofluidcalc.com
