ASL
0.1.7
Advanced Simulation Library
|
Set outflux corresponding to kinetics and transport limitations of the deposition rate. More...
#include <aslLBGKBC.h>
Public Member Functions | |
BCKineticsLimitedDepositionMap (SPLBGK nm, acl::VectorOfElements p, acl::VectorOfElements lF, acl::VectorOfElements b, SPAbstractDataWithGhostNodes map) | |
~BCKineticsLimitedDepositionMap () | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
![]() | |
const VectorTemplate * | getVT () |
![]() | |
virtual | ~NumMethod () |
Protected Attributes | |
std::unique_ptr< acl::Kernel > | kernel |
SPLBGK | num |
acl::VectorOfElements | p0 |
acl::VectorOfElements | limitingFactor |
acl::VectorOfElements | beta |
![]() | |
bool | pointsListFlag |
flag whether the point list to be generated or not More... | |
acl::VectorOfElements | currentPoint |
const VectorTemplate *const | templ |
Block | bl |
block More... | |
SPAbstractDataWithGhostNodes | map |
boundary description for the particular BC More... | |
SPDistanceFunction | mapDF |
SPAbstractDataWithGhostNodes | computationalDomain |
Computational domain which contains all boundaries and the particular boundary as well. More... | |
SPDistanceFunction | computationalDomainDF |
unique_ptr< TemplateVE > | mapTVE |
unique_ptr< TemplateVE > | cDomainTVE |
Additional Inherited Members | |
![]() | |
virtual void | initMapInfrastructure (acl::ExpressionContainer &ec) |
initialize mapTVE and cDomainTVE More... | |
acl::VectorOfElements | isGhostNode (unsigned int i) |
returns expression corresponding to check if the node in i^th direction is ghost one More... | |
acl::VectorOfElements | isComputationNode (unsigned int i) |
returns expression corresponding to check if the node in i^th direction is computation one More... | |
acl::VectorOfElements | isComputationNode (const vector< unsigned int > &ii) |
returns expression corresponding to check if nodes in directions ii are computation ones More... | |
acl::VectorOfElements | isGhostNode () |
returns expression corresponding to check if the current node is ghost one More... | |
acl::VectorOfElements | isComputationNode () |
returns expression corresponding to check if the current node is computation one More... | |
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) | |
Set outflux corresponding to kinetics and transport limitations of the deposition rate.
\[ J_{dep}−J_{subl}=\beta\frac{\rho−\rho_0}{1+ F}, \]
where \(\alpha \equiv \sum_{i\in \Omega} w_i\), \( F \) is the limiting factor
Definition at line 224 of file aslLBGKBC.h.
asl::BCKineticsLimitedDepositionMap::BCKineticsLimitedDepositionMap | ( | SPLBGK | nm, |
acl::VectorOfElements | p, | ||
acl::VectorOfElements | lF, | ||
acl::VectorOfElements | b, | ||
SPAbstractDataWithGhostNodes | map | ||
) |
asl::BCKineticsLimitedDepositionMap::~BCKineticsLimitedDepositionMap | ( | ) |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 231 of file aslLBGKBC.h.
|
protected |
Definition at line 227 of file aslLBGKBC.h.
|
protected |
Definition at line 230 of file aslLBGKBC.h.
|
protected |
Definition at line 228 of file aslLBGKBC.h.
|
protected |
Definition at line 229 of file aslLBGKBC.h.