void arckarcp(double g, double m, double cin, double result[3], int *ierr);
Compute the Karman-Tsien pressure correction coefficient relations given the mach number and the the
incompressebility coefficient
.
Argument | Intent | Description |
g | in | Specific heat constant |
m | in | Mach number |
cin | in | Incompressebility coefficient |
result | out | Array with result properties as described in 18. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.