Microflow 3D  v1.0
MF::Database::Node Struct Reference

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...
 

Detailed Description

Basic data structure for storing f(i) data for each computational grid node.

Note
The key parameters for LBM calculations are the directional values of the probability density distribution function of momentum for a fictitious particle (material point) in a node, stored in one Microflow's array FQ19.

Definition at line 26 of file Node.h.

Field Documentation

◆ FQ19

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}

Particle distribution function f(i).

Definition at line 28 of file Node.h.

◆ pMyThread_Ptr

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().


The documentation for this struct was generated from the following file: