Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010
3.13.4 arspmt - Prandtl-Meyer properties given θ
void arspmt(double g, double t, double result[3], int *ierr);

Compute the Prandtl-Meyer properties given a mach angle θ .

Performance
Fixed

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

t in

Mach angle 0 ≤θ ≤90  .

result out

Array with result properties as described in  11.

ierr out

(optional) Return status code




Status codes

-1

Specific heat ratio γ≤ 1  .

-2

Computed M out of range.

-3

Given θ out of range.