|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Compressible cumulant LBM kernel. More...
#include <K17CompressibleNavierStokes.h>
Additional Inherited Members | |
Protected Attributes inherited from LBMKernel | |
| SPtr< DataSet3D > | dataSet |
| SPtr< BCSet > | bcSet |
| real | collFactor |
| int | ghostLayerWidth { 1 } |
| bool | compressible { false } |
| bool | withForcing { false } |
| mu::Parser | muForcingX1 |
| mu::Parser | muForcingX2 |
| mu::Parser | muForcingX3 |
| int | ix1 |
| int | ix2 |
| int | ix3 |
| real | deltaT { 1.0 } |
| WPtr< Block3D > | block |
| std::array< int, 3 > | nx |
Compressible cumulant LBM kernel.
LBM implementation that use Cascaded Cumulant Lattice Boltzmann method for D3Q27 model
The model is publisched in [ Geier et al., (2017), 10.1016/j.jcp.2017.05.040], [ Geier et al., (2017), 10.1016/j.jcp.2017.07.004]
Definition at line 53 of file K17CompressibleNavierStokes.h.
|
inlineoverridevirtual |
Implements LBMKernel.
Definition at line 59 of file K17CompressibleNavierStokes.h.
|
inline |
Definition at line 64 of file K17CompressibleNavierStokes.h.