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

Calculator : Non-Newtonian Pipe Flow
Category   : Fluid

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

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

  non_newtonian_pipe < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Pipe diameter D\nPipe diameter D\nPipe length L\nVolume flow Q [mÂ³/s]\nDensity Ï [kg/mÂ³]\nFlow index n\nConsistency K [PaÂ·sâ¿]\nty_init

Website : https://thermofluidcalc.com
