25#ifndef BLOCK_LATTICE_INTEGRAL_F_2D_H
26#define BLOCK_LATTICE_INTEGRAL_F_2D_H
46template<
typename T>
class BlockIndicatorF2D;
50template <
typename T,
typename DESCRIPTOR>
63 bool operator() (T output[],
const int input[])
override;
71template <
typename T,
typename DESCRIPTOR>
84 bool operator() (T output[],
const int input[])
override;
Representation of the 2D block geometry view – header file.
Base block indicator functor (discrete)
BlockLatticePhysBoundaryForce2D returns pointwise phys force acting on a boundary.
functor returns pointwise phys force acting on a indicated boundary on local lattice see: Caiazzo,...
functor to get pointwise phys force acting on a indicated boundary on local lattice
BlockLatticePhysCorrDrag2D(BlockLattice< T, DESCRIPTOR > &blockLattice, BlockIndicatorF2D< T > &indicatorF, const UnitConverter< T, DESCRIPTOR > &converter)
bool operator()(T output[], const int input[]) override
has to be implemented for 'every' derived class
functor to get pointwise phys force acting on a indicated boundary on local lattice
BlockLatticePhysDrag2D(BlockLattice< T, DESCRIPTOR > &blockLattice, BlockIndicatorF2D< T > &indicatorF, const UnitConverter< T, DESCRIPTOR > &converter)
bool operator()(T output[], const int input[]) override
has to be implemented for 'every' derived class
represents all functors that operate on a DESCRIPTOR with output in Phys, e.g. physVelocity(),...
BlockSum2D sums all components of f over a indicated subset.
Conversion between physical and lattice units, as well as discretization.
The description of a generic interface for all functor classes – header file.
Top level namespace for all of OpenLB.