26#ifndef OLB_ZOUHE_PRESSURE_2D_H
27#define OLB_ZOUHE_PRESSURE_2D_H
35template <concepts::BaseType T, concepts::LatticeDescriptor DESCRIPTOR,
typename MixinDynamics>
36requires (DESCRIPTOR::d == 2)
37struct ZouHePressure<T,DESCRIPTOR,MixinDynamics> {
Boundary condition details:
Top level namespace for all of OpenLB.
DiscreteNormalType
Type associated with a discrete normal vector.
std::int64_t CellDistance
Type for in-memory distance of block-local cell indices.
CellDistance getNeighborhoodRadius()
std::optional< DynamicsPromise< T, DESCRIPTOR > > getDynamics(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)
std::optional< PostProcessorPromise< T, DESCRIPTOR > > getPostProcessor(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)