OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
advectionDiffusionDynamics.h File Reference

A collection of dynamics classes (e.g. More...

#include "latticeDescriptors.h"
#include "dynamics/dynamics.h"
#include "core/unitConverter.h"
#include "collisionMRT.h"
+ Include dependency graph for advectionDiffusionDynamics.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::TotalEnthalpy::T_S
 
struct  olb::TotalEnthalpy::T_L
 
struct  olb::TotalEnthalpy::CP_S
 
struct  olb::TotalEnthalpy::CP_L
 
struct  olb::TotalEnthalpy::LAMBDA_S
 
struct  olb::TotalEnthalpy::LAMBDA_L
 
struct  olb::TotalEnthalpy::L
 
struct  olb::AdvectionDiffusionExternalVelocityCollision
 
class  olb::CombinedAdvectionDiffusionRLBdynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA >
 
struct  olb::SourcedAdvectionDiffusionBGKdynamics< T, DESCRIPTOR, MOMENTA >
 
struct  olb::SourcedLimitedAdvectionDiffusionBGKdynamics< T, DESCRIPTOR, MOMENTA >
 
struct  olb::TotalEnthalpyAdvectionDiffusionBGKdynamics< T, DESCRIPTOR, MOMENTA >
 
struct  olb::TotalEnthalpyAdvectionDiffusionTRTdynamics< T, DESCRIPTOR, MOMENTA >
 
struct  olb::descriptors::INTERFACE_THICKNESS
 
struct  olb::PhaseFieldAdvectionDiffusionBGKdynamics< T, DESCRIPTOR, MOMENTA >
 
struct  olb::ParticleAdvectionDiffusionBGKdynamics< T, DESCRIPTOR, MOMENTA >
 This approach contains a slight error in the diffusion term. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::TotalEnthalpy
 
namespace  olb::descriptors
 Descriptors for the 2D and 3D lattices.
 

Typedefs

template<typename T , typename DESCRIPTOR , typename MOMENTA = momenta::AdvectionDiffusionBulkTuple>
using olb::AdvectionDiffusionRLBdynamics
 
template<typename T , typename DESCRIPTOR , typename MOMENTA = momenta::AdvectionDiffusionBulkTuple>
using olb::AdvectionDiffusionBGKdynamics
 This approach contains a slight error in the diffusion term.
 
template<typename T , typename DESCRIPTOR , typename MOMENTA = momenta::AdvectionDiffusionBulkTuple>
using olb::AdvectionDiffusionTRTdynamics
 This approach contains a slight error in the diffusion term.
 
template<typename T , typename DESCRIPTOR , typename MOMENTA = momenta::AdvectionDiffusionBulkTuple>
using olb::AdvectionDiffusionMRTdynamics
 This approach is based on the multi-distribution LBM model.
 
template<typename T , typename DESCRIPTOR >
using olb::NoCollideDynamics
 

Detailed Description

A collection of dynamics classes (e.g.

BGK) with which a Cell object can be instantiated – header file.

Definition in file advectionDiffusionDynamics.h.