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

Calculator : Pipe Support Span (ASME B31)
Category   : Tools

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

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

  pipe_support_span < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Pipe Outside Diameter [mm]\nWall Thickness [mm]\nElastic Modulus E [GPa]\nAllowable Stress Sh [MPa]\nFluid Density [kg/m³]\nInsulation Thickness [mm]\nInsulation Density [kg/m³]\nAllowable Sag Deflection [mm]

Website : https://thermofluidcalc.com
