27#ifndef SET_LOCAL_PRESSURE_BOUNDARY_2D_H
28#define SET_LOCAL_PRESSURE_BOUNDARY_2D_H
36template <concepts::BaseType T, concepts::LatticeDescriptor DESCRIPTOR,
typename MixinDynamics>
37requires (DESCRIPTOR::d == 2)
38struct LocalPressure<T,DESCRIPTOR,MixinDynamics> {
55 throw std::runtime_error(
"No valid discrete normal found. This BC is not suited for curved walls.");
Regularized BGK collision followed by any other Dynamics.
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< PostProcessorPromise< T, DESCRIPTOR > > getPostProcessor(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)
std::optional< DynamicsPromise< T, DESCRIPTOR > > getDynamics(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)