SUBROUTINE AR17AA(G,M,W,RESULT,IERR) DOUBLE PRECISION G, M, W, RESULT(3) INTEGER IERR
Solve the conical flow given a mach number and wave angle .
Argument | Intent | Description |
g | in | Specific heat constant . |
m | in | Mach number . |
w | in | Wave angle . |
result | out | Array with result properties as described in 15. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.
Given out of range.
Iterative solver failed.