SUBROUTINE AR13AB(G,N,RESULT,IERR) DOUBLE PRECISION G, N, RESULT(3) INTEGER IERR
Compute the Prandtl-Meyer properties from the Prandtl-Meyer angle .
Argument | Intent | Description |
g | in | Specific heat constant . |
n | in | Prandtl-Meyer angle . |
result | out | Array with result properties as described in 11. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.
Iterative solver failed.