SUBROUTINE AR11AE(G,P0,D,RESULT,IERR) DOUBLE PRECISION G, P0, D, RESULT(10) INTEGER IERR
Compute the oblique shock relations given the stagnation pressure and the wave angle .
Argument | Intent | Description |
g | in | Specific heat constant . |
p0 | in | Stagnation pressure ratio . |
d | in | Wave angle . |
result | out | Array with result properties as described in 9. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.
Given out of range.
Iterative solver failed.