Peka2D_v5
v5.0
|
Geometrical mesh and flow data. More...
#include <structs.h>
Public Attributes | |
int | id |
int | NCwall |
int | nnodes |
int | ncells |
int | ncellsBound |
int | nw_calc |
int | nw_bound |
l_c_cells * | c_cells |
l_g_cells * | g_cells |
l_nodes * | nodes |
l_wall * | w_bound |
l_wall * | w_calc |
l_c_cells * | b_cells |
int | nInlet |
int | nTotalCellsIn |
t_bound * | in |
int | nOutlet |
int | nTotalCellsOut |
t_bound * | out |
double | minZ |
double | maxZ |
int | nSolutes |
l_solutes * | solutes |
Geometrical mesh and flow data.
l_c_cells* t_mesh_::b_cells |
l_c_cells* t_mesh_::c_cells |
l_g_cells* t_mesh_::g_cells |
int t_mesh_::id |
t_bound* t_mesh_::in |
double t_mesh_::maxZ |
double t_mesh_::minZ |
int t_mesh_::ncells |
int t_mesh_::ncellsBound |
int t_mesh_::NCwall |
int t_mesh_::nInlet |
int t_mesh_::nnodes |
l_nodes* t_mesh_::nodes |
int t_mesh_::nOutlet |
int t_mesh_::nSolutes |
int t_mesh_::nTotalCellsIn |
int t_mesh_::nTotalCellsOut |
int t_mesh_::nw_bound |
int t_mesh_::nw_calc |
t_bound* t_mesh_::out |
l_solutes* t_mesh_::solutes |
l_wall* t_mesh_::w_bound |
l_wall* t_mesh_::w_calc |