|
Unstruct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Triangular Grids
|
Dependent variables (inviscid flow). All quantities are in SI units.
#include <defs.h>
Public Attributes | |
| REAL | press |
| REAL | temp |
| REAL | csoun |
| REAL | gamma |
| REAL | cpgas |
| REAL T_DEPVARS::cpgas |
specific heat coeff. at const. pressure (cp)
| REAL T_DEPVARS::csoun |
speed of sound (c)
| REAL T_DEPVARS::gamma |
ratio of specific heats (gamma)
| REAL T_DEPVARS::press |
static pressure (p)
| REAL T_DEPVARS::temp |
static temperature (T)