SUBROUTINE AR05AD(G,T,RESULT,IERR) DOUBLE PRECISION G, T, RESULT(5) INTEGER IERR
Compute the isentropic relations given the temperature ratio .
Argument | Intent | Description |
g | in | Specific heat constant . |
t | in | Temperature ratio . |
result | out | Array with result properties as described in 3. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Computed out of range.
Given out of range.