void arseft(double g, double t, double m, bool is_m2, double result[5], int *ierr);
Compute the expansion fan properties given and either or .
Argument | Intent | Description |
g | in | Specific heat constant . |
t | in | Temperature ratio . |
m | in | Either or depending on whether is_m2 is false or true, respectivly. |
is_m2 | in | Whether the given m refers to or . |
result | out | Array with result properties as described in 12. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given or out of range.
Given pressure ratio out of range.