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

Calculator : ASME Pressure Vessel (Sec VIII)
Category   : Tools

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

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

  pressure_vessel_asme < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Design Pressure P [bar g]\nDesign Temperature [°C]\nInside Diameter D [mm]\nAllowable Stress S [MPa]\nJoint Efficiency E\nCorrosion Allowance CA [mm]\nNominal Plate Thickness [mm]

Website : https://thermofluidcalc.com
