OpenLB 1.8.1
Loading...
Searching...
No Matches
discreteNormals.hh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<concepts::BaseType T>
std::pair< DiscreteNormalType, Vector< int, 2 > > olb::computeBoundaryTypeAndNormal (BlockIndicatorF2D< T > &fluidI, BlockIndicatorF2D< T > &outsideI, Vector< int, 2 > latticeR)
 Returns type (e.g. edge / corner) and discrete normal in 2D.
 
template<concepts::BaseType T>
std::pair< DiscreteNormalType, Vector< int, 3 > > olb::computeBoundaryTypeAndNormal (BlockIndicatorF3D< T > &fluidI, BlockIndicatorF3D< T > &outsideI, Vector< int, 3 > latticeR)
 Returns type (e.g. edge / corner) and discrete normal in 3D.