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

Calculator : Agitator Power & Mixing Time
Category   : Tools

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

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

  agitator_power_mixing < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Tank Diameter [m]\nLiquid Height [m]\nImpeller Diameter [m]\nAgitator Speed [RPM]\nFluid Density [kg/m³]\nFluid Viscosity [cP]\nImpeller Type (1=Rushton, 2=Hydrofoil, 3=Pitched, 4=Anchor)\nBaffles (1=Yes, 0=No)

Website : https://thermofluidcalc.com
