ASL
0.1.7
Advanced Simulation Library
|
Bondary condition corresponding to a rigid wall ( \( \vec u=0\)) More...
#include <aslLBGKBC.h>
Public Member Functions | |
BCNoSlip (SPLBGK nm) | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
![]() | |
BCLBGKCommon (SPLBGK nm) | |
virtual void | execute () |
Executes the numerical procedure. More... | |
![]() | |
BCond (const Block &b) | |
BCond (const Block &b, const VectorTemplate *const t) | |
void | addPoint (AVec< int > a, int d=0, double fr=0) |
const Block & | getBlock () |
const VectorTemplate * | getVT () |
![]() | |
virtual | ~NumMethod () |
Additional Inherited Members | |
![]() | |
void | sortDirections () |
![]() | |
void | loadIndicesToACL () |
void | loadNeighbourIndicesToACL () |
void | loadDirectionsToACL () |
void | loadfractionsACL () |
![]() | |
SPLBGK | num |
std::vector< acl::SPKernel > | kernels |
acl::SPKernelMerger | km |
AVec< int > | directionGroupsShifts |
AVec< int > | directionGroupsSizes |
![]() | |
Block | block |
const VectorTemplate *const | templ |
std::vector< int > | indices |
std::vector< int > | directions |
std::vector< double > | fractions |
std::vector< int > | neighbourIndices |
acl::SPVectorOfElementsData | indicesACL |
acl::SPVectorOfElementsData | neighbourIndicesACL |
acl::SPVectorOfElementsData | directionsACL |
acl::SPVectorOfElementsData | fractionsACL |
Bondary condition corresponding to a rigid wall ( \( \vec u=0\))
The class realizes simple bounce back boundary conditions
\[ \vec v =0,\; \nabla P = 0 \]
Definition at line 67 of file aslLBGKBC.h.
asl::BCNoSlip::BCNoSlip | ( | SPLBGK | nm | ) |
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.