Computes the cells C1, C2, C3, C4 in function of the cells Cell1, Cell2, Cell3, Cell4 taking into account boundary conditions. More...
#include "Carmen.h"
Functions | |
void | GetBoundaryCells (Cell &Cell1, Cell &Cell2, Cell &Cell3, Cell &Cell4, Cell &C1, Cell &C2, Cell &C3, Cell &C4, const int AxisNo) |
Transform the 4 cells of the flux Cell1, Cell2, Cell3, Cell4 into C1, C2, C3, C4, to take into account boundary conditions (used in Flux.cpp). More... | |
Computes the cells C1, C2, C3, C4 in function of the cells Cell1, Cell2, Cell3, Cell4 taking into account boundary conditions.
void GetBoundaryCells | ( | Cell & | Cell1, |
Cell & | Cell2, | ||
Cell & | Cell3, | ||
Cell & | Cell4, | ||
Cell & | C1, | ||
Cell & | C2, | ||
Cell & | C3, | ||
Cell & | C4, | ||
int | AxisNo | ||
) |
Transform the 4 cells of the flux Cell1, Cell2, Cell3, Cell4 into C1, C2, C3, C4, to take into account boundary conditions (used in Flux.cpp).
Cell1 | second neighbour on the left side |
Cell2 | first neighbour on the left side |
Cell3 | first neighbour on the right side |
Cell4 | second neighbour on the right side |
C1 | Auxiliar cell1 |
C2 | Auxiliar cell2 |
C3 | Auxiliar cell3 |
C4 | Auxiliar cell4 |
AxisNo | ... |