void arscoms(double g, double m, double s, double result[3], int *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.