|
waLBerla 7.2
|
#include "core/DataTypes.h"#include "core/mpi/BufferSizeTrait.h"#include "core/mpi/RecvBuffer.h"#include "core/mpi/SendBuffer.h"#include "domain_decomposition/StructuredBlockStorage.h"Classes | |
| struct | walberla::lbm::collision_model::SRT_tag |
| struct | walberla::lbm::collision_model::TRT_tag |
| struct | walberla::lbm::collision_model::MRT_tag |
| struct | walberla::lbm::collision_model::Cumulant_tag |
| class | walberla::lbm::collision_model::SRT |
| Implementation of LB collision model SRT [bhatnagar1954model]. More... | |
| class | walberla::lbm::collision_model::SRTField< OmegaField_T > |
| class | walberla::lbm::collision_model::TRT |
| Implementation of LB collision model TRT [ginzburg2008two]. More... | |
| class | walberla::lbm::collision_model::D3Q19MRT |
| Implementation of LB collision model MRT [dhumieres2002multiple]. More... | |
| class | walberla::lbm::collision_model::D3Q27Cumulant |
| Implementation of Cumulant LB collision operator [geier2015cumulant]. More... | |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::lbm |
| namespace | walberla::lbm::collision_model |
Functions | |
| real_t | walberla::lbm::collision_model::levelDependentRelaxationParameter (const uint_t targetLevel, const real_t parameter_level, const uint_t level) |
| Returns the relaxation parameter for level 'targetLevel' given the relaxation parameter 'parameter_level' on level 'level'. | |
| real_t | walberla::lbm::collision_model::viscosityFromOmega (const real_t omega) |
| real_t | walberla::lbm::collision_model::omegaFromViscosity (const real_t viscosity) |