DOUBLE PRECISION FUNCTION AR15AB(G,P0,IS_SUB,IERR) DOUBLE PRECISION G, P0 LOGICAL IS_SUB INTEGER IERR
Compute the Rayleigh-Pitot properties given a one of the pressure ratios or .
Fixed if is_sub is true.
Iterative if is_sub is false.
Argument | Intent | Description |
g | in | Specific heat constant . |
p0 | in | The pressure ratio or depending upon is_sub. |
is_sub | in | Whether p0 refers to a Pitot pressure fraction (true) or to a Rayleigh-Pitot pressure fraction (false). |
result | out | Array with result properties as described in 13. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given pressure ratio out of range.
Iterative solver failed.
Return Values
The Mach number or NAN on error.