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

Calculator : Oblique Shock Wave relations
Category   : Fluid

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

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

  oblique_shock_calc < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Solve target (1=beta weak, 2=beta strong, 3=theta, 4=M1)
Upstream Mach number M1
Deflection angle theta [deg]
Shock wave angle beta [deg]
Specific heat ratio gamma

Website : https://thermofluidcalc.com
