ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
asl::BCKineticsLimitedDepositionMap Class Reference

Set outflux corresponding to kinetics and transport limitations of the deposition rate. More...

#include <aslLBGKBC.h>

Inheritance diagram for asl::BCKineticsLimitedDepositionMap:
Collaboration diagram for asl::BCKineticsLimitedDepositionMap:

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.
virtual void init ()
 Builds the necesery internal data and kernels.
 BCKineticsLimitedDepositionMap (SPLBGK nm, acl::VectorOfElements p, acl::VectorOfElements lF, acl::VectorOfElements b, SPAbstractDataWithGhostNodes map)
 ~BCKineticsLimitedDepositionMap ()
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 VectorTemplategetVT ()
const VectorTemplategetVT ()
Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
virtual ~NumMethod ()

Protected Attributes

std::unique_ptr< acl::Kernelkernel
SPLBGK num
acl::VectorOfElements p0
acl::VectorOfElements limitingFactor
acl::VectorOfElements beta
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< TemplateVEmapTVE
unique_ptr< TemplateVEcDomainTVE

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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ BCKineticsLimitedDepositionMap() [1/2]

asl::BCKineticsLimitedDepositionMap::BCKineticsLimitedDepositionMap ( SPLBGK nm,
acl::VectorOfElements p,
acl::VectorOfElements lF,
acl::VectorOfElements b,
SPAbstractDataWithGhostNodes map )

◆ ~BCKineticsLimitedDepositionMap() [1/2]

asl::BCKineticsLimitedDepositionMap::~BCKineticsLimitedDepositionMap ( )

◆ BCKineticsLimitedDepositionMap() [2/2]

asl::BCKineticsLimitedDepositionMap::BCKineticsLimitedDepositionMap ( SPLBGK nm,
acl::VectorOfElements p,
acl::VectorOfElements lF,
acl::VectorOfElements b,
SPAbstractDataWithGhostNodes map )

◆ ~BCKineticsLimitedDepositionMap() [2/2]

asl::BCKineticsLimitedDepositionMap::~BCKineticsLimitedDepositionMap ( )

Member Function Documentation

◆ execute() [1/2]

virtual void asl::BCKineticsLimitedDepositionMap::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ execute() [2/2]

virtual void asl::BCKineticsLimitedDepositionMap::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init() [1/2]

virtual void asl::BCKineticsLimitedDepositionMap::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

◆ init() [2/2]

virtual void asl::BCKineticsLimitedDepositionMap::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

Member Data Documentation

◆ beta

acl::VectorOfElements asl::BCKineticsLimitedDepositionMap::beta
protected

Definition at line 231 of file aslLBGKBC.h.

◆ kernel

std::unique_ptr< acl::Kernel > asl::BCKineticsLimitedDepositionMap::kernel
protected

Definition at line 227 of file aslLBGKBC.h.

◆ limitingFactor

acl::VectorOfElements asl::BCKineticsLimitedDepositionMap::limitingFactor
protected

Definition at line 230 of file aslLBGKBC.h.

◆ num

SPLBGK asl::BCKineticsLimitedDepositionMap::num
protected

Definition at line 228 of file aslLBGKBC.h.

◆ p0

acl::VectorOfElements asl::BCKineticsLimitedDepositionMap::p0
protected

Definition at line 229 of file aslLBGKBC.h.


The documentation for this class was generated from the following files: