|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
compressible cumulant LBM kernel. More...
#include <K15CompressibleNavierStokes.h>
Public Types | |
| enum | Parameter { NORMAL , MAGIC } |
| This option set relaxation parameter: NORMAL More... | |
Protected Member Functions | |
| virtual void | initDataSet () |
Protected Attributes | |
| real | f [d3q27_system::ENDF+1] |
| vf::basics::Timer | timer |
| real | OxyyMxzz |
| Parameter | parameter |
| CbArray4D< real, IndexerX4X3X2X1 >::CbArray4DPtr | splitA |
| CbArray4D< real, IndexerX4X3X2X1 >::CbArray4DPtr | splitB |
| CbArray3D< real, IndexerX3X2X1 >::CbArray3DPtr | split0 |
| mu::value_type | muX1 |
| mu::value_type | muX2 |
| mu::value_type | muX3 |
| mu::value_type | muDeltaT |
| mu::value_type | muNu |
| real | forcingX1 |
| real | forcingX2 |
| real | forcingX3 |
| bool | bulkOmegaToOmega |
| real | OxxPyyPzz |
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.
CFD solver that use Cascaded Cumulant Lattice Boltzmann method for D3Q27 model
Definition at line 48 of file K15CompressibleNavierStokes.h.
This option set relaxation parameter: NORMAL
| Enumerator | |
|---|---|
| NORMAL | |
| MAGIC | |
Definition at line 52 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 82 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 63 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 77 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 78 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 79 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 75 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 76 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 74 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 74 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 74 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 83 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 67 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 68 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 72 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 70 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 71 of file K15CompressibleNavierStokes.h.
|
protected |
Definition at line 65 of file K15CompressibleNavierStokes.h.