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

Calculator : Blasius Boundary Layer Solver
Category   : Cfd

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

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

  blasius_boundary_layer < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
U [m/s]\n[kg/m]\n[Pas]\nx_i\nTw_i\nTi_i\nPr\ncp [J/kgK]\nk_i

Website : https://thermofluidcalc.com
