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

Track time-averaged velocity of COLLISION into cell field AVERAGE_VELOCITY. More...

#include <collisionModifiers.h>

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

Classes

struct  type
 

Public Types

using parameters = typename COLLISION::parameters::template include<descriptors::LATTICE_TIME>
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

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

Track time-averaged velocity of COLLISION into cell field AVERAGE_VELOCITY.

Definition at line 86 of file collisionModifiers.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION >
using olb::collision::TrackAverageVelocity< COLLISION >::parameters = typename COLLISION::parameters::template include<descriptors::LATTICE_TIME>

Definition at line 87 of file collisionModifiers.h.

Member Function Documentation

◆ getName()

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

Definition at line 89 of file collisionModifiers.h.

89 {
90 return "TrackAverageVelocity<" + COLLISION::getName() + ">";
91 }

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