OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::forcing::FreeSurfaceGuo< Forced > Struct Template Reference

#include <freeSurfaceHelpers.h>

+ Collaboration diagram for olb::forcing::FreeSurfaceGuo< 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::forcing::FreeSurfaceGuo< Forced >

Definition at line 190 of file freeSurfaceHelpers.h.

Member Typedef Documentation

◆ combined_equilibrium

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

Definition at line 199 of file freeSurfaceHelpers.h.

◆ combined_momenta

template<template< typename > typename Forced = momenta::Forced>
template<typename DESCRIPTOR , typename MOMENTA >
using olb::forcing::FreeSurfaceGuo< Forced >::combined_momenta = typename Forced<MOMENTA>::template type<DESCRIPTOR>

Definition at line 196 of file freeSurfaceHelpers.h.

◆ combined_parameters

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

Definition at line 225 of file freeSurfaceHelpers.h.

Member Function Documentation

◆ getName()

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

Definition at line 191 of file freeSurfaceHelpers.h.

191 {
192 return "FreeSurfaceGuoForcing";
193 }

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