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

Calculator : Grid Peclet Number Solver
Category   : Cfd

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

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

  peclet_number < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Velocity u (m/s)\nCell size L (m)\ndiffusivity (m/s) â€” or leave 0\ndensity (kg/m)\ndiffusion coeff (if =0)

Website : https://thermofluidcalc.com
