OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation > Class Template Reference

Boundary condition details: More...

#include <zouHeDynamics.h>

+ Inheritance diagram for olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >:
+ Collaboration diagram for olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >:

Public Types

using MomentaF = typename MOMENTA::template type<DESCRIPTOR>
 
using EquilibriumF = typename CORRECTED_DYNAMICS::EquilibriumF
 
using parameters = typename CORRECTED_DYNAMICS::parameters
 
template<typename M >
using exchange_momenta = ZouHeDynamics<T,DESCRIPTOR,DYNAMICS,M,direction,orientation>
 
- Public Types inherited from olb::dynamics::CustomCollision< T, DESCRIPTOR, MOMENTA >
using value_t = T
 
using descriptor_t = DESCRIPTOR
 
using MomentaF = typename MOMENTA::template type<DESCRIPTOR>
 
- Public Types inherited from olb::Dynamics< T, DESCRIPTOR >
using value_t = T
 
using descriptor_t = DESCRIPTOR
 

Public Member Functions

std::type_index id () override
 Expose unique type-identifier for RTTI.
 
AbstractParameters< T, DESCRIPTOR > & getParameters (BlockLattice< T, DESCRIPTOR > &block) override
 Parameters access for legacy post processors.
 
template<typename CELL , typename PARAMETERS , typename V = typename CELL::value_t>
CellStatistic< V > collide (CELL &cell, PARAMETERS &parameters) any_platform
 
void computeEquilibrium (ConstCell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d], T fEq[DESCRIPTOR::q]) const override
 Return iPop equilibrium for given first and second momenta.
 
std::string getName () const override
 Return human-readable name.
 
- Public Member Functions inherited from olb::dynamics::CustomCollision< T, DESCRIPTOR, MOMENTA >
void initialize (Cell< T, DESCRIPTOR > &cell) override
 Initialize dynamics-specific data for cell.
 
computeRho (ConstCell< T, DESCRIPTOR > &cell) const override
 Compute particle density.
 
void computeU (ConstCell< T, DESCRIPTOR > &cell, T u[DESCRIPTOR::d]) const override
 Compute fluid velocity.
 
void computeJ (ConstCell< T, DESCRIPTOR > &cell, T j[DESCRIPTOR::d]) const override
 Compute fluid momentum.
 
void computeStress (ConstCell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d], T pi[util::TensorVal< DESCRIPTOR >::n]) const override
 Compute stress tensor.
 
void computeRhoU (ConstCell< T, DESCRIPTOR > &cell, T &rho, T u[DESCRIPTOR::d]) const override
 Compute fluid velocity and particle density.
 
void computeAllMomenta (ConstCell< T, DESCRIPTOR > &cell, T &rho, T u[DESCRIPTOR::d], T pi[util::TensorVal< DESCRIPTOR >::n]) const override
 Compute all momenta up to second order.
 
void defineRho (Cell< T, DESCRIPTOR > &cell, T rho) override
 Set particle density.
 
void defineU (Cell< T, DESCRIPTOR > &cell, const T u[DESCRIPTOR::d]) override
 Set fluid velocity.
 
void defineRhoU (Cell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d]) override
 Define fluid velocity and particle density.
 
void defineAllMomenta (Cell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d], const T pi[util::TensorVal< DESCRIPTOR >::n]) override
 Define all momenta up to second order.
 
void inverseShiftRhoU (ConstCell< T, DESCRIPTOR > &cell, T &rho, T u[DESCRIPTOR::d]) const override
 Calculate population momenta s.t. the physical momenta are reproduced by the computeRhoU.
 
- Public Member Functions inherited from olb::Dynamics< T, DESCRIPTOR >
virtual ~Dynamics () any_platform
 
virtual CellStatistic< T > collide (Cell< T, DESCRIPTOR > &cell)
 Perform purely-local collision step on Cell interface (legacy, to be deprecated)
 
void iniEquilibrium (Cell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d])
 Initialize to equilibrium distribution.
 
void iniRegularized (Cell< T, DESCRIPTOR > &cell, T rho, const T u[DESCRIPTOR::d], const T pi[util::TensorVal< DESCRIPTOR >::n])
 Initialize cell to equilibrium and non-equilibrum part.
 

Static Public Attributes

static constexpr bool is_vectorizable = false
 

Detailed Description

template<typename T, typename DESCRIPTOR, typename DYNAMICS, typename MOMENTA, int direction, int orientation>
class olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >

Boundary condition details:

Given name: Zou-He

References: non-equilibrium bounce back method [Zou and He, 1997, doi: 10.1063/1.869307]

Equation: Navier-Stokes

Type: onLattice

Condition on first moment (velocity): Dirichlet type or Condition on zeroth moment (pressure): Dirichlet type

This implementation is lattice independent.

Definition at line 49 of file zouHeDynamics.h.

Member Typedef Documentation

◆ EquilibriumF

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
using olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::EquilibriumF = typename CORRECTED_DYNAMICS::EquilibriumF

Definition at line 58 of file zouHeDynamics.h.

◆ exchange_momenta

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
template<typename M >
using olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::exchange_momenta = ZouHeDynamics<T,DESCRIPTOR,DYNAMICS,M,direction,orientation>

Definition at line 63 of file zouHeDynamics.h.

◆ MomentaF

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
using olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::MomentaF = typename MOMENTA::template type<DESCRIPTOR>

Definition at line 57 of file zouHeDynamics.h.

◆ parameters

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
using olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::parameters = typename CORRECTED_DYNAMICS::parameters

Definition at line 60 of file zouHeDynamics.h.

Member Function Documentation

◆ collide()

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
template<typename CELL , typename PARAMETERS , typename V = typename CELL::value_t>
CellStatistic< V > olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::collide ( CELL & cell,
PARAMETERS & parameters )
inline

Definition at line 74 of file zouHeDynamics.h.

74 {
75 // Along all the commented parts of this code there will be an example based
76 // on the situation where the wall's normal vector if (0,1) and the
77 // numerotation of the velocites are done according to the D2Q9
78 // lattice of the OpenLB library.
79
80 // Find all the missing populations
81 // (directions 3,4,5)
82 constexpr auto missingIndexesTmp = util::subIndexOutgoing<DESCRIPTOR,direction,orientation>();
83 std::vector<int> missingIndexes(missingIndexesTmp.cbegin(), missingIndexesTmp.cend());
84
85 // Will contain the missing poputations that are not normal to the wall.
86 // (directions 3,5)
87 std::vector<int> missingDiagonalIndexes = missingIndexes;
88 for (unsigned iPop = 0; iPop < missingIndexes.size(); ++iPop) {
89 int numOfNonNullComp = 0;
90 for (int iDim = 0; iDim < DESCRIPTOR::d; ++iDim) {
91 numOfNonNullComp += util::abs(descriptors::c<DESCRIPTOR>(missingIndexes[iPop],iDim));
92 }
93
94 if (numOfNonNullComp == 1) {
95 missingDiagonalIndexes.erase(missingDiagonalIndexes.begin()+iPop);
96 break;
97 }
98 }
99
100 V rho, u[DESCRIPTOR::d];
101 V falseRho, falseU[DESCRIPTOR::d];
102 MomentaF().computeRhoU(cell, rho, u);
104 V fEq[DESCRIPTOR::q] {};
105 EquilibriumF().compute(cell, rho, u, fEq);
106
107 // The unknown non equilibrium populations are bounced back
108 // (f[3] = feq[3] + fneq[7], f[4] = feq[4] + fneq[8],
109 // f[5] = feq[5] + fneq[1])
110 for (unsigned iPop = 0; iPop < missingIndexes.size(); ++iPop) {
111 cell[missingIndexes[iPop]] = cell[descriptors::opposite<DESCRIPTOR>(missingIndexes[iPop])]
112 - fEq[descriptors::opposite<DESCRIPTOR>(missingIndexes[iPop])] + fEq[missingIndexes[iPop]];
113 }
114
115 // We recompute rho and u in order to have the new momentum and density. Since
116 // the momentum is not conserved from this scheme, we will corect it. By adding
117 // a contribution to the missingDiagonalVelocities.
118 lbm<DESCRIPTOR>::computeRhoU(cell,falseRho,falseU);
119
120 V diff[DESCRIPTOR::d] {};
121 for (int iDim = 0; iDim < DESCRIPTOR::d; ++iDim) {
122 diff[iDim] = (rho*u[iDim] - falseRho*falseU[iDim])/ V(missingDiagonalIndexes.size());
123 }
124
125 for (unsigned iPop = 0; iPop < missingDiagonalIndexes.size(); ++iPop) {
126 for (int iDim = 1; iDim < DESCRIPTOR::d; ++iDim) {
127 cell[missingDiagonalIndexes[iPop]] +=
128 descriptors::c<DESCRIPTOR>(missingDiagonalIndexes[iPop],(direction+iDim)%DESCRIPTOR::d) * diff[(direction+iDim)%DESCRIPTOR::d];
129 }
130 }
131
132 typename CORRECTED_DYNAMICS::CollisionO().apply(cell, parameters);
133
134 return {rho, uSqr};
135 }
typename MOMENTA::template type< DESCRIPTOR > MomentaF
typename CORRECTED_DYNAMICS::EquilibriumF EquilibriumF
typename CORRECTED_DYNAMICS::parameters parameters
constexpr int c(unsigned iPop, unsigned iDim) any_platform
Definition functions.h:83
constexpr int opposite(unsigned iPop) any_platform
Definition functions.h:95
ADf< T, DIM > abs(const ADf< T, DIM > &a)
Definition aDiff.h:1019
constexpr auto subIndexOutgoing() any_platform
Compute opposites of wall-incoming population indices.
Definition util.h:262
auto normSqr(const ARRAY_LIKE &u) any_platform
Compute norm square of a d-dimensional vector.
Definition util.h:145
static void computeRhoU(CELL &cell, RHO &rho, U &u) any_platform
Computation of hydrodynamic variables.
Definition lbm.h:301

References olb::util::abs(), olb::descriptors::c(), olb::lbm< DESCRIPTOR >::computeRhoU(), olb::util::normSqr(), olb::descriptors::opposite(), and olb::util::subIndexOutgoing().

+ Here is the call graph for this function:

◆ computeEquilibrium()

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
void olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::computeEquilibrium ( ConstCell< T, DESCRIPTOR > & cell,
T rho,
const T u[DESCRIPTOR::d],
T fEq[DESCRIPTOR::q] ) const
inlineoverridevirtual

Return iPop equilibrium for given first and second momenta.

Implements olb::Dynamics< T, DESCRIPTOR >.

Definition at line 137 of file zouHeDynamics.h.

137 {
138 EquilibriumF().compute(cell, rho, u, fEq);
139 };

◆ getName()

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
std::string olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::getName ( ) const
inlineoverridevirtual

Return human-readable name.

Reimplemented from olb::Dynamics< T, DESCRIPTOR >.

Definition at line 141 of file zouHeDynamics.h.

141 {
142 return "ZouHeDynamics<" + CORRECTED_DYNAMICS().getName() + ">";
143 };

◆ getParameters()

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
AbstractParameters< T, DESCRIPTOR > & olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::getParameters ( BlockLattice< T, DESCRIPTOR > & block)
inlineoverridevirtual

Parameters access for legacy post processors.

Implements olb::Dynamics< T, DESCRIPTOR >.

Definition at line 69 of file zouHeDynamics.h.

69 {
70 return block.template getData<OperatorParameters<ZouHeDynamics>>();
71 }

◆ id()

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
std::type_index olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::id ( )
inlineoverridevirtual

Expose unique type-identifier for RTTI.

Implements olb::Dynamics< T, DESCRIPTOR >.

Definition at line 65 of file zouHeDynamics.h.

65 {
66 return typeid(ZouHeDynamics);
67 }

Member Data Documentation

◆ is_vectorizable

template<typename T , typename DESCRIPTOR , typename DYNAMICS , typename MOMENTA , int direction, int orientation>
bool olb::ZouHeDynamics< T, DESCRIPTOR, DYNAMICS, MOMENTA, direction, orientation >::is_vectorizable = false
staticconstexpr

Definition at line 55 of file zouHeDynamics.h.


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