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

Calculator : Prandtl Mixing Length Solver
Category   : Cfd

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

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

  prandtl_mixing_length < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
y (distance from wall) [m]\nÎ´ (BL thickness) [m]\nUinf_init\nÏ [kg/mÂ³]\nÎ¼ [PaÂ·s]\nÎº (von KÃ¡rmÃ¡n)\nAplus_init\ndpdx_init

Website : https://thermofluidcalc.com
