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

Calculator : Turbulent Kinetic Energy (TKE)
Category   : Cfd

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

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

  turbulent_ke < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
up_init\nvp_init\nwp_init\nUmean_init\nÎ´ (BL thickness) [m]\nÏ [kg/mÂ³]\nÎ¼ [PaÂ·s]\nÎµ [mÂ²/sÂ³]\nÎµ [mÂ²/sÂ³]

Website : https://thermofluidcalc.com
