cuIBM
A GPU-based Immersed Boundary Method code
|
Stores the type of boundary condition and its value. More...
#include <boundaryCondition.h>
Public Member Functions | |
boundaryCondition () | |
Constructor. Sets Dirichlet boundary condition with value. More... | |
boundaryCondition (bcType _type, real _value) | |
Constructor overloading. Sets boundary condition to a given type with a given value. More... | |
Public Attributes | |
bcType | type |
type of boundary condition More... | |
real | value |
numerical value associated with the boundary condition More... | |
Stores the type of boundary condition and its value.
Definition at line 19 of file boundaryCondition.h.
|
inline |
Constructor. Sets Dirichlet boundary condition with value.
Definition at line 28 of file boundaryCondition.h.
Constructor overloading. Sets boundary condition to a given type with a given value.
_type | the type of boundary condition |
_value | the value at the boundary |
Definition at line 37 of file boundaryCondition.h.
bcType boundaryCondition::type |
type of boundary condition
Definition at line 22 of file boundaryCondition.h.
real boundaryCondition::value |
numerical value associated with the boundary condition
Definition at line 23 of file boundaryCondition.h.
Referenced by NavierStokesSolver< memoryType >::initialiseBoundaryArrays().