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

Calculator : Sedimentation & Terminal Velocity
Category   : Fluid

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

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

  sedimentation < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Particle diameter dp\nrp_init\nrf_init\nViscosity Î¼ [PaÂ·s]\nGravity g [m/sÂ²]\nShape factor Ï• (1 = sphere)\nVolume concentration c (0â€“0.65)

Website : https://thermofluidcalc.com
