SUBROUTINE AR22AB(G,M,CP,RESULT,IERR) DOUBLE PRECISION G, M, CP, RESULT(3) INTEGER IERR
Compute the Prandtl-Glauert pressure correction coefficient relations given the mach number and the the Prandtl-Glauert pressure correction coefficient .
Argument | Intent | Description |
g | in | Specific heat constant . |
m | in | Mach number . |
cp | in | Pressure correction coefficient . |
result | out | Array with result properties as described in 20. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.