Compressible Flow Subroutine Library
Programming Reference Manual
Version 1.0 DD-00008-010
3.8.7 arfitf - Isothermal relations given (4fL)/D
void arfitf(double g, double l, bool is_sub, double result[6], int *ierr);

Compute the isothermal relations given the characteristic line, (4fL)/D .

Performance
Iterative

Arguments




Argument Intent

Description




g in

Specific heat constant γ .

l in

Characteristic line (4fL)/D .

is_sub in

Whether M corresponding to the given (4fL)/D is assumed to be sub- or super- sonic.

result out

Array with result properties as described in  6.

ierr out

(optional) Return status code




Status codes

-1

Specific heat ratio γ≤ 1  .

-2

Computed M out of range.

-3

Given (4f L)/D out of range.

-4

Iterative solver failed.