Unstruct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Triangular Grids
|
#include <solution.h>
Public Member Functions | |
Solution () | |
~Solution () | |
Public Attributes | |
REAL * | cv |
REAL * | dv |
Static Public Attributes | |
static const int | DENS =0 |
static const int | XMOM =1 |
static const int | YMOM =2 |
static const int | ENER =3 |
static const int | PRESS =0 |
static const int | TEMP =1 |
static const int | CSOUN =2 |
static const int | GAMMA =3 |
static const int | CPGAS =4 |
static const int | MUEL =5 |
static const int | CONDL =6 |
Contains variables and functions related to the flow solution and to the convergence history. It takes care of input, output and initialization of the solution and convergence data.
Solution::Solution | ( | ) |
Initializes variables related to flow solution and to convergence history.
Solution::~Solution | ( | ) |
Finishes and cleans up the memory.
|
static |
laminar heat conductivity
|
static |
specific heat coeff. at const. pressure
|
static |
speed of sound
REAL* Solution::cv |
conserved variables
|
static |
density
REAL* Solution::dv |
dependent variables
|
static |
total energy per unit volume (density*E)
|
static |
ratio of specific heats
|
static |
laminar viscosity
|
static |
static pressure
|
static |
static temperature
|
static |
x-momentum (density*u)
|
static |
y-momentum (density*v)