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

Calculator : Hot Tapping & Welding (API 2201)
Category   : Tools

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

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

  hot_tapping_pipeline < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Run Pipe Outside Diameter [mm]\nActual Wall Thickness [mm]\nMaterial SMYS [MPa]\nOperating Pressure [bar g]\nFluid Velocity [m/s]\nBranch Tap Diameter [mm]\nArc Voltage [V]\nWelding Current [A]\nTravel Speed [mm/s]

Website : https://thermofluidcalc.com
