SUBROUTINE AR09AE(G,A,IS_SUB,RESULT,IERR) DOUBLE PRECISION G, A, RESULT(5) LOGICAL IS_SUB INTEGER IERR
Compute the DeLaval nozzle isentropic relations given the critical area ratio .
Argument | Intent | Description |
g | in | Specific heat constant . |
a | in | Critical area ratio . |
is_sub | in | Whether the mach number correspdonding to is assumed to be sub- or super- sonic. |
result | out | Array with result properties as described in 7. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Computed out of range.
Given out of range.
Iterative solver failed.