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

Calculator : Taylor-Couette Flow Stability & Vortex Cells
Category   : Cfd

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

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

  taylor_couette_flow < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Inner Cylinder Radius [mm]\nOuter Cylinder Radius [mm]\nCylinder Height [mm]\nInner Speed [RPM]\nOuter Speed [RPM]\nKinematic Viscosity [cSt]\nFluid Density [kg/m³]

Website : https://thermofluidcalc.com
