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

Calculator : Supercritical CO2 Extraction (Chrastil SFE)
Category   : Masstransfer

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

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

  supercritical_co2_extraction < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Extraction Temperature [°C]\nExtraction Pressure [bar]\nSolid Plant Matrix Mass [kg]\nExtractable Solute Content [g]\nCO2 Solvent Mass Flow [kg/h]\nChrastil Solvation Number k\nChrastil Heat Parameter a [K]\nChrastil Constant b

Website : https://thermofluidcalc.com
