|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
namespace for global system-functions More...
Functions | |
| real | getDensity (const real *const &f) |
| real | getIncompVelocityX1 (const real *const &f) |
| real | getIncompVelocityX2 (const real *const &f) |
| real | getIncompVelocityX3 (const real *const &f) |
| std::string | getDirectionString (int direction) |
Variables | |
| const int | DX1 [] = { 0, 1, -1, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, -1, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, -1 } |
| const int | DX2 [] = { 0, 0, 0, 1, -1, 0, 0, 1, -1, -1, 1, 0, 0, 0, 0, 1, -1, 1, -1, 1, 1, -1, -1, 1, 1, -1, -1 } |
| const int | DX3 [] = { 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, -1, 1, 1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1 } |
| const real | WEIGTH [] |
| const int | INVDIR [] |
| const real | cNorm [3][ENDDIR] |
| const int | EX1 [ENDDIR+1] |
| const int | EX2 [ENDDIR+1] |
| const int | EX3 [ENDDIR+1] |
namespace for global system-functions
Definition at line 62 of file D3Q27System.cpp.
|
inline |
Definition at line 86 of file D3Q27System.h.
Definition at line 67 of file D3Q27System.cpp.
Definition at line 72 of file D3Q27System.cpp.
Definition at line 77 of file D3Q27System.cpp.
| const int d3q27_system::DX1 = { 0, 1, -1, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, -1, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, -1 } |
Definition at line 45 of file D3Q27System.cpp.
| const int d3q27_system::DX2 = { 0, 0, 0, 1, -1, 0, 0, 1, -1, -1, 1, 0, 0, 0, 0, 1, -1, 1, -1, 1, 1, -1, -1, 1, 1, -1, -1 } |
Definition at line 46 of file D3Q27System.cpp.
| const int d3q27_system::DX3 = { 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, -1, 1, 1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1 } |
Definition at line 47 of file D3Q27System.cpp.
Definition at line 54 of file D3Q27System.cpp.
Definition at line 49 of file D3Q27System.cpp.