SUBROUTINE AR17AB(G,M,S,RESULT,IERR) DOUBLE PRECISION G, M, S, RESULT(3) INTEGER IERR
Solve the conical flow given a mach number and deflection surface angle .
Argument | Intent | Description |
g | in | Specific heat constant . |
m | in | Mach number . |
s | in | Deflection surface 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.