Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010
3.17.2 arscomw - Conical flow given M and δ
void arscomw(double g, double m, double w, double result[3], int *ierr);

Solve the conical flow given a mach number M and wave angle δ .

Performance
Iterative

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

m in

Mach number M  ≥1  .

w in

Wave angle 0 <δ <90  .

result out

Array with result properties as described in  15.

ierr out

(optional) Return status code




Status codes

-1

Specific heat ratio γ≤ 1  .

-2

Given M out of range.

-3

Given δ out of range.

-4

Iterative solver failed.