OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs
olb::collision Namespace Reference

Namespaces

namespace  detail
 Implementations of meta-collisions modifying a COLLISION template argument.
 
namespace  LES
 

Classes

struct  AdvectionDiffusionRLB
 
struct  BGK
 
struct  ConSmagorinskyEffectiveOmega
 Compute dynamics parameter OMEGA locally using Consistent Smagorinsky LES model. More...
 
struct  ConStrainSmagorinskyEffectiveOmega
 Compute dynamics parameter OMEGA locally using Consistent Strain Smagorinsky LES model. More...
 
struct  ConstRhoBGK
 
struct  CUM
 
struct  DBBParticleBGK
 
struct  DualPorousBGK
 
struct  FixedEquilibrium
 
struct  FreeEnergy
 
struct  FreeEnergyInletOutlet
 
struct  KBC
 Implementation of the KBC method. See 10.1103/PhysRevE.90.031302. More...
 
struct  KrauseEffectiveOmega
 Compute dynamics parameter OMEGA locally using Krause LES model. More...
 
struct  KrauseH
 
struct  MRT
 
struct  NguyenLaddCorrection
 Nguyen-Ladd Velocity Correction using momenta-defined velocity. More...
 
struct  None
 
struct  OmegaFromCellTauEff
 Override COLLISION parameter OMEGA with inverse of cell field TAU_EFF. More...
 
struct  P1
 
struct  ParameterFromCell
 Override COLLISION parameter PARAMETER with cell field PARAMETER. More...
 
struct  PartialBounceBack
 
struct  PerPopulationBGK
 
struct  Poisson
 
struct  PorousParticle
 
struct  PSM
 Implementation of the Partially Saturated Method (PSM), see Krüger, Timm, et al. More...
 
struct  Revert
 
struct  RLB
 
struct  ShearSmagorinskyEffectiveOmega
 Compute dynamics parameter OMEGA locally using Shear Smagorinsky LES model. More...
 
struct  SmagorinskyEffectiveOmega
 Compute dynamics parameter OMEGA locally using Smagorinsky LES model. More...
 
struct  SmallParticle
 Implementation of the BGK collision step for a small particles enabling two way coupling. More...
 
struct  SubgridParticle
 
struct  TrackAverageVelocity
 Track time-averaged velocity of COLLISION into cell field AVERAGE_VELOCITY. More...
 
struct  TRT
 
struct  WaleEffectiveOmega
 Compute dynamics parameter OMEGA locally using WALE. More...
 

Typedefs

template<typename COLLISION >
using OmegaFromCell = ParameterFromCell<descriptors::OMEGA, COLLISION>
 Override COLLISION parameter OMEGA with cell field OMEGA.
 

Typedef Documentation

◆ OmegaFromCell

template<typename COLLISION >
using olb::collision::OmegaFromCell = ParameterFromCell<descriptors::OMEGA, COLLISION>

Override COLLISION parameter OMEGA with cell field OMEGA.

Definition at line 58 of file collisionModifiers.h.