waLBerla 7.3
Loading...
Searching...
No Matches
CollisionModel.h File Reference

Detailed Description

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 [6]. More...
class  walberla::lbm::collision_model::SRTField< OmegaField_T >
class  walberla::lbm::collision_model::TRT
 Implementation of LB collision model TRT [10]. More...
class  walberla::lbm::collision_model::D3Q19MRT
 Implementation of LB collision model MRT [7]. More...
class  walberla::lbm::collision_model::D3Q27Cumulant
 Implementation of Cumulant LB collision operator [8]. 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)