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

Calculator : Fixed-Bed Adsorption Breakthrough (Thomas & BDST)
Category   : Masstransfer

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

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

  adsorption_breakthrough_bed < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Bed Height Z [m]\nColumn Diameter D [m]\nAdsorbent Bulk Density [g/L]\nLiquid Flow Rate Q [L/h]\nInlet Solute Concentration C0 [mg/L]\nAdsorption Capacity q0 [mg/g]\nThomas Kinetic Constant kTh [mL/(mg·min)]

Website : https://thermofluidcalc.com
