ASL  0.1.6
Advanced Simulation Library
Public Member Functions | Protected Attributes | List of all members
asl::BCImposedDisplacementVelocityValue Class Reference

Bondary condition set given values to displacement/velocity. More...

#include <aslFDElasticityBC.h>

Inheritance diagram for asl::BCImposedDisplacementVelocityValue:
asl::BCond asl::BCond asl::NumMethod asl::NumMethod asl::NumMethod asl::NumMethod

Public Member Functions

 BCImposedDisplacementVelocityValue (SPFDElasticityIncompressibleStatic nm)
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
void setDisplacement (AVec< double > d)
 
void setVelocity (AVec< double > v)
 
 BCImposedDisplacementVelocityValue (SPFDElasticityIncompressibleStatic nm)
 
virtual void execute ()
 Executes the numerical procedure. More...
 
virtual void init ()
 Builds the necesery internal data and kernels. More...
 
void setDisplacement (AVec< double > d)
 
void setVelocity (AVec< double > v)
 
- Public Member Functions inherited from asl::BCond
 BCond (const Block &b)
 
 BCond (const Block &b, const VectorTemplate *const t)
 
void addPoint (AVec< int > a, int d=0, double fr=0)
 
const BlockgetBlock ()
 
const VectorTemplategetVT ()
 
 BCond (const Block &b)
 
 BCond (const Block &b, const VectorTemplate *const t)
 
void addPoint (AVec< int > a, int d=0, double fr=0)
 
const BlockgetBlock ()
 
const VectorTemplategetVT ()
 
- Public Member Functions inherited from asl::NumMethod
virtual ~NumMethod ()
 
virtual ~NumMethod ()
 

Protected Attributes

std::unique_ptr< acl::Kernelkernel
 
SPFDElasticityIncompressibleStatic num
 
AVec< double > displacement
 
bool bDisplacement
 
AVec< double > velocity
 
bool bVelocity
 
bool initialized
 
- Protected Attributes inherited from asl::BCond
Block block
 
const VectorTemplate *const templ
 
std::vector< int > indices
 
std::vector< int > directions
 
std::vector< double > fractions
 
std::vector< int > neighbourIndices
 
acl::SPVectorOfElementsData indicesACL
 
acl::SPVectorOfElementsData neighbourIndicesACL
 
acl::SPVectorOfElementsData directionsACL
 
acl::SPVectorOfElementsData fractionsACL
 

Additional Inherited Members

- Protected Member Functions inherited from asl::BCond
void loadIndicesToACL ()
 
void loadNeighbourIndicesToACL ()
 
void loadDirectionsToACL ()
 
void loadfractionsACL ()
 
void loadIndicesToACL ()
 
void loadNeighbourIndicesToACL ()
 
void loadDirectionsToACL ()
 
void loadfractionsACL ()
 

Detailed Description

Bondary condition set given values to displacement/velocity.

Definition at line 252 of file aslFDElasticityBC.h.

Constructor & Destructor Documentation

asl::BCImposedDisplacementVelocityValue::BCImposedDisplacementVelocityValue ( SPFDElasticityIncompressibleStatic  nm)
asl::BCImposedDisplacementVelocityValue::BCImposedDisplacementVelocityValue ( SPFDElasticityIncompressibleStatic  nm)

Member Function Documentation

virtual void asl::BCImposedDisplacementVelocityValue::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

virtual void asl::BCImposedDisplacementVelocityValue::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

virtual void asl::BCImposedDisplacementVelocityValue::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

virtual void asl::BCImposedDisplacementVelocityValue::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

void asl::BCImposedDisplacementVelocityValue::setDisplacement ( AVec< double >  d)
void asl::BCImposedDisplacementVelocityValue::setDisplacement ( AVec< double >  d)
void asl::BCImposedDisplacementVelocityValue::setVelocity ( AVec< double >  v)
void asl::BCImposedDisplacementVelocityValue::setVelocity ( AVec< double >  v)

Member Data Documentation

bool asl::BCImposedDisplacementVelocityValue::bDisplacement
protected

Definition at line 258 of file aslFDElasticityBC.h.

bool asl::BCImposedDisplacementVelocityValue::bVelocity
protected

Definition at line 260 of file aslFDElasticityBC.h.

AVec< double > asl::BCImposedDisplacementVelocityValue::displacement
protected

Definition at line 257 of file aslFDElasticityBC.h.

bool asl::BCImposedDisplacementVelocityValue::initialized
protected

Definition at line 261 of file aslFDElasticityBC.h.

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

Definition at line 255 of file aslFDElasticityBC.h.

SPFDElasticityIncompressibleStatic asl::BCImposedDisplacementVelocityValue::num
protected

Definition at line 256 of file aslFDElasticityBC.h.

AVec< double > asl::BCImposedDisplacementVelocityValue::velocity
protected

Definition at line 259 of file aslFDElasticityBC.h.


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