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

Calculator : Pitot Tube Calculator
Category   : Fluid

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

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

  pitot_tube < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Total (stagnation) pressure Pt\nStatic pressure Ps\nDensity Ï [kg/mÂ³]\nGas constant R [J/(kgÂ·K)]\nGas constant R [J/(kgÂ·K)]\nStatic temperature T\nPipe diameter D\nViscosity Î¼ [PaÂ·s]

Website : https://thermofluidcalc.com
