Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-110
3.14.2 arsefm - Expansion fan properties given M1   and M2
SUBROUTINE AR14AA(G,M1,M2,RESULT,IERR)
  DOUBLE PRECISION G, M1, M2, RESULT(5)
  INTEGER IERR

Compute the expansion fan properties given M1   and M2   .

Performance
Fixed

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

m1 in

Upstream mach number M1 ≥1  .

m2 in

Downstream mach number M2 > 0  .

result out

Array with result properties as described in  12.

ierr out

(optional) Return status code




Status codes

-1

Specific heat ratio γ≤ 1  .

-2

Given M1   or M2   out of range.