Microflow 3D
v1.0
|
Basic data structure for storing f(i) data for each computational grid node. More...
#include <Node.h>
Data Fields | |
std::shared_ptr< MF::Database::Thread > * | pMyThread_Ptr |
Pointer to Shared pointer to node MFThread parameters. More... | |
double | FQ19 [MFQ19] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} |
Particle distribution function f(i). More... | |
Basic data structure for storing f(i) data for each computational grid node.
double MF::Database::Node::FQ19[MFQ19] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} |
std::shared_ptr<MF::Database::Thread>* MF::Database::Node::pMyThread_Ptr |
Pointer to Shared pointer to node MFThread parameters.
Definition at line 27 of file Node.h.
Referenced by MF::Solver_CPU::BoundaryFunctions::SetBoundaryNodePointerToFunc(), and MF::Solver_CPU::Collision::SetCollisionPointerToFunc().