ASL 0.1.7
Advanced Simulation Library
|
Bondary condition corresponding an in- or outflow boundary conditions with a given pressure. More...
#include <aslLBGKBC.h>
Protected Attributes | |
acl::VectorOfElements | pressure |
![]() | |
SPLBGK | num |
std::vector< acl::SPKernel > | kernels |
acl::SPKernelMerger | km |
AVec< int > | directionGroupsShifts |
AVec< int > | directionGroupsSizes |
![]() | |
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 | |
![]() | |
void | sortDirections () |
void | sortDirections () |
![]() | |
void | loadIndicesToACL () |
void | loadNeighbourIndicesToACL () |
void | loadDirectionsToACL () |
void | loadfractionsACL () |
void | loadIndicesToACL () |
void | loadNeighbourIndicesToACL () |
void | loadDirectionsToACL () |
void | loadfractionsACL () |
Bondary condition corresponding an in- or outflow boundary conditions with a given pressure.
\[ \vec v =0,\; P = Const \]
Definition at line 79 of file aslLBGKBC.h.
asl::BCConstantPressure::BCConstantPressure | ( | SPLBGK | nm, |
const acl::VectorOfElements & | p | ||
) |
asl::BCConstantPressure::BCConstantPressure | ( | SPLBGK | nm, |
const acl::VectorOfElements & | p | ||
) |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protected |
Definition at line 82 of file aslLBGKBC.h.