Microflow 3D
v1.0
|
#include <memory>
Go to the source code of this file.
Data Structures | |
class | MF::GU::LatticeParametersD3Q19 |
A class that stores the parameters characteristic for the D3Q19 lattice. More... | |
Namespaces | |
MF | |
MF::GU | |
Macros | |
#define | MFQ19 (19) |
Number of lattice directions D3Q19. More... | |
#define | MFQ27 (27) |
Number of lattice directions D3Q27. More... | |
#define | MFQ19_H ((MFQ19 - 1) / 2) |
Number of elements (linked directions) in propagation table for one node. More... | |
#define MFQ19 (19) |
Number of lattice directions D3Q19.
Definition at line 14 of file LatticeParametersD3Q19.h.
Referenced by MF::RW::VTIWriter< T_VDBGridType >::addFQ19FromThread(), MF::RW::VTIWriter< T_VDBGridType >::addPropagationDirFromThread(), MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc(), MF::Solver_CPU::Collision::SetCollisionPointerToFunc(), MF::Solver_CPU::FluidFunctions::SetFluidSolidNodePointerToFunc(), and MF::Solver_CPU::Initialization::ThreadDataInitialize().
#define MFQ19_H ((MFQ19 - 1) / 2) |
Number of elements (linked directions) in propagation table for one node.
Definition at line 16 of file LatticeParametersD3Q19.h.
Referenced by MF::Database::Thread::DoPropagation(), MF::Database::Thread::getLinkedNodePointer(), and MF::Database::AutoThreading::GridThreading().
#define MFQ27 (27) |
Number of lattice directions D3Q27.
Definition at line 15 of file LatticeParametersD3Q19.h.
Referenced by MF::GU::LatticeParametersD3Q19::find_f(), and MF::GU::PropagationD3Q19::PropagationTest().