Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010
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




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.