|
ASL 0.1.7
Advanced Simulation Library
|
Bondary condition corresponding wall with given velocity for uncompressible. More...
#include <aslLBGKBC.h>


Protected Attributes | |
| acl::VectorOfElements | velocity |
Protected Attributes inherited from asl::BCLBGKCommon | |
| SPLBGK | num |
| std::vector< acl::SPKernel > | kernels |
| acl::SPKernelMerger | km |
| AVec< int > | directionGroupsShifts |
| AVec< int > | directionGroupsSizes |
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::BCLBGKCommon | |
| void | sortDirections () |
| void | sortDirections () |
Protected Member Functions inherited from asl::BCond | |
| void | loadIndicesToACL () |
| void | loadNeighbourIndicesToACL () |
| void | loadDirectionsToACL () |
| void | loadfractionsACL () |
| void | loadIndicesToACL () |
| void | loadNeighbourIndicesToACL () |
| void | loadDirectionsToACL () |
| void | loadfractionsACL () |
Bondary condition corresponding wall with given velocity for uncompressible.
velocity value is valid for both tagential and normal components.
\[ \vec v =\vec v_0,\; \nabla P = 0 \]
\[ f^{ghost}_i = f^{bulk}_{\tilde i} + 2 \frac{\vec v \dot c_i}{c^2_s} \]
Definition at line 99 of file aslLBGKBC.h.
| asl::BCConstantVelocity::BCConstantVelocity | ( | SPLBGK | nm, |
| const acl::VectorOfElements & | v | ||
| ) |
| asl::BCConstantVelocity::BCConstantVelocity | ( | SPLBGK | nm, |
| const acl::VectorOfElements & | v | ||
| ) |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 102 of file aslLBGKBC.h.