Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-110
3.11.7 arsolws - Oblique shock relations given θ and δ
SUBROUTINE AR11AF(G,D,T,RESULT,IERR)
  DOUBLE PRECISION G, D, T, RESULT(10)
  INTEGER IERR

Compute the oblique shock relations given the deflection surface angle θ and the wave angle δ .

Performance
Iterative

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

t in

Deflection surface angle 0<θ <90  .

d in

Wave angle 0 <δ <90  .

result out

Array with result properties as described in  9.

ierr out

(optional) Return status code




Status codes

-1

Specific heat ratio γ≤ 1  .

-3

Given θ or δ out of range.