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

Calculator : CFL Numerical Stability Criterion
Category   : Cfd

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

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

  cfl_criterion < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
u [m/s]\nv [m/s]\nw [m/s]\nc_i\nx [m]\ny [m]\nz [m]\nt [s]\nal_i\nu [m/s]\nga_i\nsc_i

Website : https://thermofluidcalc.com
