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

Calculator : Venturi & Nozzle Flow Meter
Category   : Fluid

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

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

  venturi_nozzle < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Pipe diameter D [m]\nThroat diameter d [m]\nDensity Ï [kg/mÂ³]\nViscosity Î¼ [PaÂ·s]\nPipe diameter D [m]\nExpansion factor Î³\nOverride Cd (0 = auto)

Website : https://thermofluidcalc.com
