Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010E

3.11.7 arsolws - Oblique shock relations given θ and δ
void arsolws(double g, double d, double t, double result[10], int *ierr);

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

Performance
Iterative

Arguments

G - REAL

ENTRY: Specific heat constant γ .

D - REAL

ENTRY: Wave angle 0< δ<90  .

T - REAL

ENTRY: Deflection surface angle 0< θ< 90  .

RESULT - ARRAY OF REAL

EXIT: Array with result properties as described in  9.

IERR - INTEGER

EXIT: (optional) Return status code.

Status codes

-1

Specific heat ratio γ≤ 1  .

-3

Given θ or δ out of range.