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

Calculator : Eddy Viscosity & Reynolds Stress
Category   : Cfd

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

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

  eddy_viscosity < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
k [m/s]\ne_i\no_i\nl_i\nd_i\n[kg/m]\n[Pas]\ndel_i\ny_i\nU [m/s]

Website : https://thermofluidcalc.com
