Unstruct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Triangular Grids
|
#include <solver.h>
Public Member Functions | |
Region () | |
~Region () | |
Public Attributes | |
BoundaryConds * | boundaryConds |
FluidProps * | fluidProps |
Geometry * | geometry |
SpaceDiscr * | spaceDiscr |
TimeDiscr * | timeDiscr |
REAL * | cv |
Static Public Attributes | |
static const int | DENS =0 |
static const int | XMOM =1 |
static const int | YMOM =2 |
static const int | ENER =3 |
Encompasses variables and functions related to the flow region and to the convergence history. It takes care of input, output and initialization of the region and of the convergence data.
Region::Region | ( | ) |
Initializes variables related to flow region and to convergence history.
Region::~Region | ( | ) |
Finishes and cleans up the memory.
REAL* Region::cv |
conserved variables (rho, rho*u, rho*v, rho*E)
|
static |
density
|
static |
total energy per unit volume (density*E)
|
static |
x-momentum (density*u)
|
static |
y-momentum (density*v)