OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
olb::collision::NguyenLaddCorrection< COLLISION > Struct Template Reference

Nguyen-Ladd Velocity Correction using momenta-defined velocity. More...

#include <collision.h>

+ Collaboration diagram for olb::collision::NguyenLaddCorrection< COLLISION >:

Classes

struct  type
 

Public Types

using parameters = typename COLLISION::parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<typename COLLISION>
struct olb::collision::NguyenLaddCorrection< COLLISION >

Nguyen-Ladd Velocity Correction using momenta-defined velocity.

Use in conjunction with e.g. momenta::ExternalVelocityTuple

N.-Q. Nguyen, A. J. C. Ladd, Lubrication corrections for lattice- Boltzmann simulations of particle suspensions, Physical Review E 66 (4) (Oct. 2002). doi:10.1103/PhysRevE.66.046708.

Definition at line 275 of file collision.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION >
using olb::collision::NguyenLaddCorrection< COLLISION >::parameters = typename COLLISION::parameters

Definition at line 276 of file collision.h.

Member Function Documentation

◆ getName()

template<typename COLLISION >
static std::string olb::collision::NguyenLaddCorrection< COLLISION >::getName ( )
inlinestatic

Definition at line 278 of file collision.h.

278 {
279 return "NguyenLaddCorrection<" + COLLISION::getName() + ">";
280 }

The documentation for this struct was generated from the following file: