Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010
3.14.4 arsefd - Expansion fan properties given ρ2/ρ1   and either M1   or M2
void arsefd(double g, double d, double m, bool is_m2, double result[5], int *ierr);

Compute the expansion fan properties given ρ2/ρ1   and either M1   or M2   .

Performance
Fixed

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

d in

Density ratio ρ2/ρ1   .

m in

Either M1 ≥ 1  or M2 >0  depending on whether is_m2 is false or true, respectivly.

is_m2 in

Whether the given m refers to M1   or M2   .

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 M
  1   or M
  2   out of range.

-3

Given pressure ratio ρ /ρ
 2 1   out of range.