Go to the source code of this file.
|
| namespace | olb |
| | Top level namespace for all of OpenLB.
|
| |
|
| 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.
|
| |