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

Calculator : Reflux Partial Condenser Sizer (Dephlegmator)
Category   : Heat-exchangers

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

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

  reflux_partial_condenser_dephlegmator < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Vapor Mixture (1=Ethanol-Water, 2=Methanol-Water, 3=Benzene-Toluene, 4=Acetone-Water)\nVapor Feed Flow [kg/h]\nVapor Inlet Temp [°C]\nInlet Mole Fraction [%]\nReflux Split Ratio\nCooling Water Temp [°C]\nNumber of Tubes\nTube ID [mm]\nTube Length [m]

Website : https://thermofluidcalc.com
