|
ASL 0.1.7
Advanced Simulation Library
|
#include <aslLBGKBC.h>


Public Member Functions | |
| BCVelocityMap (SPLBGK nm, SPPositionFunction v, SPAbstractDataWithGhostNodes map) | |
| BCVelocityMap (SPLBGK nm, SPPositionFunction v, SPAbstractDataWithGhostNodes map, SPAbstractDataWithGhostNodes computationalDomain) | |
| ~BCVelocityMap () | |
| virtual void | execute () |
| Executes the numerical procedure. | |
| virtual void | init () |
| Builds the necesery internal data and kernels. | |
| BCVelocityMap (SPLBGK nm, SPPositionFunction v, SPAbstractDataWithGhostNodes map) | |
| BCVelocityMap (SPLBGK nm, SPPositionFunction v, SPAbstractDataWithGhostNodes map, SPAbstractDataWithGhostNodes computationalDomain) | |
| ~BCVelocityMap () | |
| 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 |
| SPPositionFunction | velocity |
| 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 |
Additional Inherited Members | |
| Protected Member Functions inherited from asl::BCondWithMap | |
| virtual void | initMapInfrastructure (acl::ExpressionContainer &ec) |
| initialize mapTVE and cDomainTVE | |
| acl::VectorOfElements | isGhostNode (unsigned int i) |
| returns expression corresponding to check if the node in i^th direction is ghost one | |
| acl::VectorOfElements | isComputationNode (unsigned int i) |
| returns expression corresponding to check if the node in i^th direction is computation one | |
| acl::VectorOfElements | isComputationNode (const vector< unsigned int > &ii) |
returns expression corresponding to check if nodes in directions ii are computation ones | |
| acl::VectorOfElements | isGhostNode () |
| returns expression corresponding to check if the current node is ghost one | |
| acl::VectorOfElements | isComputationNode () |
| returns expression corresponding to check if the current node is computation one | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt) | |
| BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt) | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt) | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt) | |
| BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt) | |
| virtual void | initMapInfrastructure (acl::ExpressionContainer &ec) |
| initialize mapTVE and cDomainTVE | |
| acl::VectorOfElements | isGhostNode (unsigned int i) |
| returns expression corresponding to check if the node in i^th direction is ghost one | |
| acl::VectorOfElements | isComputationNode (unsigned int i) |
| returns expression corresponding to check if the node in i^th direction is computation one | |
| acl::VectorOfElements | isComputationNode (const vector< unsigned int > &ii) |
returns expression corresponding to check if nodes in directions ii are computation ones | |
| acl::VectorOfElements | isGhostNode () |
| returns expression corresponding to check if the current node is ghost one | |
| acl::VectorOfElements | isComputationNode () |
| returns expression corresponding to check if the current node is computation one | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, const VectorTemplate *const vt) | |
| BCondWithMap (SPDistanceFunction m, const Block &b, const VectorTemplate *const vt) | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, SPAbstractDataWithGhostNodes cd, const VectorTemplate *const vt) | |
| BCondWithMap (SPAbstractDataWithGhostNodes m, SPDistanceFunction cd, const VectorTemplate *const vt) | |
| BCondWithMap (SPDistanceFunction m, SPDistanceFunction cd, const Block &b, const VectorTemplate *const vt) | |
Definition at line 149 of file aslLBGKBC.h.
| asl::BCVelocityMap::BCVelocityMap | ( | SPLBGK | nm, |
| SPPositionFunction | v, | ||
| SPAbstractDataWithGhostNodes | map ) |
| asl::BCVelocityMap::BCVelocityMap | ( | SPLBGK | nm, |
| SPPositionFunction | v, | ||
| SPAbstractDataWithGhostNodes | map, | ||
| SPAbstractDataWithGhostNodes | computationalDomain ) |
| asl::BCVelocityMap::~BCVelocityMap | ( | ) |
| asl::BCVelocityMap::BCVelocityMap | ( | SPLBGK | nm, |
| SPPositionFunction | v, | ||
| SPAbstractDataWithGhostNodes | map ) |
| asl::BCVelocityMap::BCVelocityMap | ( | SPLBGK | nm, |
| SPPositionFunction | v, | ||
| SPAbstractDataWithGhostNodes | map, | ||
| SPAbstractDataWithGhostNodes | computationalDomain ) |
| asl::BCVelocityMap::~BCVelocityMap | ( | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 152 of file aslLBGKBC.h.
|
protected |
Definition at line 153 of file aslLBGKBC.h.
|
protected |
Definition at line 154 of file aslLBGKBC.h.