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

Calculator : Agitated Stirred Vessel Mixing & Impeller Power
Category   : Fluid-mechanics

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

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

  agitated_vessel_mixing_power < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Impeller Type (1=Rushton, 2=Pitched Blade, 3=Propeller, 4=Anchor, 5=Ribbon)\nBaffles (1=Standard 4, 2=Unbaffled)\nImpeller Speed [rpm]\nImpeller Diameter [m]\nTank Diameter [m]\nLiquid Depth [m]\nFluid Density [kg/m³]\nDynamic Viscosity [Pa·s]\nAeration Rate [vvm]

Website : https://thermofluidcalc.com
