ASL 0.1.7
Advanced Simulation Library
|
Set outflux corresponding to transport limitation of the deposition rate. More...
#include <aslLBGKBC.h>
Public Member Functions | |
BCTransportLimitedDepositionMap (SPLBGK nm, acl::VectorOfElements p, acl::VectorOfElements lF, SPAbstractDataWithGhostNodes map) | |
~BCTransportLimitedDepositionMap () | |
virtual void | execute () |
Executes the numerical procedure. | |
virtual void | init () |
Builds the necesery internal data and kernels. | |
![]() | |
const VectorTemplate * | getVT () |
![]() | |
virtual | ~NumMethod () |
Protected Attributes | |
std::unique_ptr< acl::Kernel > | kernel |
SPLBGK | num |
acl::VectorOfElements | p0 |
acl::VectorOfElements | limitingFactor |
![]() | |
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 |
Set outflux corresponding to transport limitation of the deposition rate.
\[ J_{dep}−J_{subl}=\frac{J_{dep}−P_0\alpha}{1+\alpha F, \]
where \(\alpha \equiv \sum_{i\in \Omega} w_i\), \( F \) is the limiting factor
Definition at line 200 of file aslLBGKBC.h.
asl::BCTransportLimitedDepositionMap::BCTransportLimitedDepositionMap | ( | SPLBGK | nm, |
acl::VectorOfElements | p, | ||
acl::VectorOfElements | lF, | ||
SPAbstractDataWithGhostNodes | map ) |
asl::BCTransportLimitedDepositionMap::~BCTransportLimitedDepositionMap | ( | ) |
Executes the numerical procedure.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 203 of file aslLBGKBC.h.
|
protected |
Definition at line 206 of file aslLBGKBC.h.
|
protected |
Definition at line 204 of file aslLBGKBC.h.
|
protected |
Definition at line 205 of file aslLBGKBC.h.