ASL  0.1.7
Advanced Simulation Library
Public Member Functions | Protected Attributes | List of all members

Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\)) More...

#include <aslFDPoroElasticityBC.h>

Inheritance diagram for asl::BCRigidWallDF:
Inheritance graph
[legend]
Collaboration diagram for asl::BCRigidWallDF:
Collaboration graph
[legend]

Public Member Functions

 BCRigidWallDF (SPFDPoroElasticity nm, SPDistanceFunction rw, SPAbstractDataWithGhostNodes map)
 
 ~BCRigidWallDF ()
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
- Public Member Functions inherited from asl::BCondWithMap
const VectorTemplategetVT ()
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 

Protected Attributes

std::unique_ptr< acl::Kernelkernel
 
SPFDPoroElasticity num
 
SPDistanceFunction rWall
 
- Protected Attributes inherited from asl::BCondWithMap
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< TemplateVEmapTVE
 
unique_ptr< TemplateVEcDomainTVE
 

Additional Inherited Members

- Protected Member Functions inherited from asl::BCondWithMap
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)
 

Detailed Description

Bondary condition corresponding to a rigid wall ( \(\vec u=0\) and \(\nabla p=0\))

Definition at line 65 of file aslFDPoroElasticityBC.h.

Constructor & Destructor Documentation

◆ BCRigidWallDF()

asl::BCRigidWallDF::BCRigidWallDF ( SPFDPoroElasticity  nm,
SPDistanceFunction  rw,
SPAbstractDataWithGhostNodes  map 
)

◆ ~BCRigidWallDF()

asl::BCRigidWallDF::~BCRigidWallDF ( )

Member Function Documentation

◆ execute()

virtual void asl::BCRigidWallDF::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init()

virtual void asl::BCRigidWallDF::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

Member Data Documentation

◆ kernel

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

Definition at line 68 of file aslFDPoroElasticityBC.h.

◆ num

SPFDPoroElasticity asl::BCRigidWallDF::num
protected

Definition at line 69 of file aslFDPoroElasticityBC.h.

◆ rWall

SPDistanceFunction asl::BCRigidWallDF::rWall
protected

Definition at line 70 of file aslFDPoroElasticityBC.h.


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