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

Calculator : Industrial Cyclone Particle Separator Sizer (Leith-Licht)
Category   : Fluid-mechanics

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

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

  cyclone_particle_separator_leith_licht < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Model Proportions (1=Stairmand, 2=Swift, 3=Lapple)\nGas Volumetric Flow [m³/h]\nGas Temperature [°C]\nOperating Pressure [bar abs]\nBarrel Diameter Dc [m]\nDust Solid Density [kg/m³]\nTarget Particle Size [μm]

Website : https://thermofluidcalc.com
