|
ASL 0.1.7
Advanced Simulation Library
|
Bondary condition corresponding to a rigid wall ( \( \vec u=0\)) More...
#include <aslLBGKBC.h>


Public Member Functions | |
| BCNoSlipMap (SPLBGK nm, SPAbstractDataWithGhostNodes map) | |
| ~BCNoSlipMap () | |
| virtual void | execute () |
| Executes the numerical procedure. | |
| virtual void | init () |
| Builds the necesery internal data and kernels. | |
| BCNoSlipMap (SPLBGK nm, SPAbstractDataWithGhostNodes map) | |
| ~BCNoSlipMap () | |
| virtual void | execute () |
| Executes the numerical procedure. | |
| virtual void | init () |
| Builds the necesery internal data and kernels. | |
Public Member Functions inherited from asl::BCondWithMap | |
| const VectorTemplate * | getVT () |
| const VectorTemplate * | getVT () |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
| virtual | ~NumMethod () |
Protected Attributes | |
| std::unique_ptr< acl::Kernel > | kernel |
| SPLBGK | num |
Protected Attributes inherited from asl::BCondWithMap | |
| bool | pointsListFlag |
| flag whether the point list to be generated or not | |
| acl::VectorOfElements | currentPoint |
| const VectorTemplate *const | templ |
| Block | bl |
| block | |
| SPAbstractDataWithGhostNodes | map |
| boundary description for the particular BC | |
| SPDistanceFunction | mapDF |
| SPAbstractDataWithGhostNodes | computationalDomain |
| Computational domain which contains all boundaries and the particular boundary as well. | |
| SPDistanceFunction | computationalDomainDF |
| unique_ptr< TemplateVE > | mapTVE |
| unique_ptr< TemplateVE > | cDomainTVE |
Bondary condition corresponding to a rigid wall ( \( \vec u=0\))
\[ \vec v =0,\; \nabla P = 0 \]
Definition at line 133 of file aslLBGKBC.h.
| asl::BCNoSlipMap::BCNoSlipMap | ( | SPLBGK | nm, |
| SPAbstractDataWithGhostNodes | map | ||
| ) |
| asl::BCNoSlipMap::~BCNoSlipMap | ( | ) |
| asl::BCNoSlipMap::BCNoSlipMap | ( | SPLBGK | nm, |
| SPAbstractDataWithGhostNodes | map | ||
| ) |
| asl::BCNoSlipMap::~BCNoSlipMap | ( | ) |
Executes the numerical procedure.
Implements asl::NumMethod.
Executes the numerical procedure.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 136 of file aslLBGKBC.h.
|
protected |
Definition at line 137 of file aslLBGKBC.h.