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

#include <guoZhaoDynamics.h>

+ Collaboration diagram for olb::guoZhao::GuoZhaoForcing< Forced >:

Classes

struct  combined_collision
 

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename Forced<MOMENTA>::template type<DESCRIPTOR>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,Forced<MOMENTA>>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using combined_parameters = typename COLLISION::parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<template< typename > typename Forced = momenta::Forced>
struct olb::guoZhao::GuoZhaoForcing< Forced >

Definition at line 147 of file guoZhaoDynamics.h.

Member Typedef Documentation

◆ combined_equilibrium

template<template< typename > typename Forced = momenta::Forced>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::guoZhao::GuoZhaoForcing< Forced >::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,Forced<MOMENTA>>

Definition at line 156 of file guoZhaoDynamics.h.

◆ combined_momenta

template<template< typename > typename Forced = momenta::Forced>
template<typename DESCRIPTOR , typename MOMENTA >
using olb::guoZhao::GuoZhaoForcing< Forced >::combined_momenta = typename Forced<MOMENTA>::template type<DESCRIPTOR>

Definition at line 153 of file guoZhaoDynamics.h.

◆ combined_parameters

template<template< typename > typename Forced = momenta::Forced>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::guoZhao::GuoZhaoForcing< Forced >::combined_parameters = typename COLLISION::parameters

Definition at line 184 of file guoZhaoDynamics.h.

Member Function Documentation

◆ getName()

template<template< typename > typename Forced = momenta::Forced>
static std::string olb::guoZhao::GuoZhaoForcing< Forced >::getName ( )
inlinestatic

Definition at line 148 of file guoZhaoDynamics.h.

148 {
149 return "GuoEpsilonForcing";
150 }

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