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

Calculator : Kolmogorov Turbulence Scales
Category   : Cfd

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

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

  kolmogorov_scales < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
eps_i\n[m/s]\n[kg/m]\n[Pas]\nk [m/s]\nU_i\nL_i

Website : https://thermofluidcalc.com
