SUBROUTINE AR07AG(G,T0,IS_SUB,RESULT,IERR) DOUBLE PRECISION G, T0, RESULT(8) LOGICAL IS_SUB INTEGER IERR
Compute the rayleigh relations given the stagnation temperature ratio, .
Argument | Intent | Description |
g | in | Specific heat constant . |
t0 | in | Stagnation temperature ratio . |
is_sub | in | Whether corresponding to the given is assumed to be sub- or super-sonic. |
result | out | Array with result properties as described in 5. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Computed out of range.
Given out of range.
Iterative solver failed.