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

Calculator : Control Valve Noise (IEC 60534)
Category   : Tools

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

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

  control_valve_noise < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Inlet Pressure P1 [bar a]\nOutlet Pressure P2 [bar a]\nInlet Temperature [°C]\nMass Flow Rate [kg/h]\nMolecular Weight [g/mol]\nSpecific Heat Ratio γ\nDownstream Pipe Inside Diameter [mm]\nPipe Wall Thickness [mm]

Website : https://thermofluidcalc.com
