![]() |
Microflow 3D
v1.0
|
#include "BoundaryFunctions.h"
Go to the source code of this file.
Macros | |
| #define | f(x) (pNode->FQ19[x]) |
| #define | XVelocityLB_ux (Vector4.x) |
| #define | YVelocityLB_uy (Vector4.y) |
| #define | ZVelocityLB_uz (Vector4.z) |
| #define | DensityLB_rho (Vector4.rho) |
| #define | BoundaryDensityLB_rhoB (Thread_Ptr->m_BoundaryValue_RhoLB) |
| #define | BoundaryXVelocityLB_uxB (Thread_Ptr->m_BoundaryValue_ULB.x) |
| #define | BoundaryYVelocityLB_uyB (Thread_Ptr->m_BoundaryValue_ULB.y) |
| #define | BoundaryZVelocityLB_uzB (Thread_Ptr->m_BoundaryValue_ULB.z) |
| #define | ReverseDirectionVector_Rc(x) (MF::Solver_CPU::BoundaryFunctions::m_LatticeParameters_Ptr->ReverseDirectionVector_Rc[x]) |
| #define BoundaryDensityLB_rhoB (Thread_Ptr->m_BoundaryValue_RhoLB) |
Definition at line 17 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define BoundaryXVelocityLB_uxB (Thread_Ptr->m_BoundaryValue_ULB.x) |
Definition at line 18 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define BoundaryYVelocityLB_uyB (Thread_Ptr->m_BoundaryValue_ULB.y) |
Definition at line 19 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define BoundaryZVelocityLB_uzB (Thread_Ptr->m_BoundaryValue_ULB.z) |
Definition at line 20 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define DensityLB_rho (Vector4.rho) |
Definition at line 16 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define f | ( | x | ) | (pNode->FQ19[x]) |
Definition at line 12 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define ReverseDirectionVector_Rc | ( | x | ) | (MF::Solver_CPU::BoundaryFunctions::m_LatticeParameters_Ptr->ReverseDirectionVector_Rc[x]) |
Definition at line 21 of file BoundaryFunctions.cpp.
| #define XVelocityLB_ux (Vector4.x) |
Definition at line 13 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define YVelocityLB_uy (Vector4.y) |
Definition at line 14 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().
| #define ZVelocityLB_uz (Vector4.z) |
Definition at line 15 of file BoundaryFunctions.cpp.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc().