OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::forcing::WellBalancedCahnHilliard Struct Reference

#include <forcing.h>

+ Collaboration diagram for olb::forcing::WellBalancedCahnHilliard:

Classes

struct  combined_collision
 

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename MOMENTA::template type<DESCRIPTOR>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,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

Definition at line 302 of file forcing.h.

Member Typedef Documentation

◆ combined_equilibrium

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::forcing::WellBalancedCahnHilliard::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>

Definition at line 311 of file forcing.h.

◆ combined_momenta

template<typename DESCRIPTOR , typename MOMENTA >
using olb::forcing::WellBalancedCahnHilliard::combined_momenta = typename MOMENTA::template type<DESCRIPTOR>

Definition at line 308 of file forcing.h.

◆ combined_parameters

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

Definition at line 342 of file forcing.h.

Member Function Documentation

◆ getName()

static std::string olb::forcing::WellBalancedCahnHilliard::getName ( )
inlinestatic

Definition at line 303 of file forcing.h.

303 {
304 return "WellBalancedCahnHilliardForcing";
305 }

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