cuIBM
A GPU-based Immersed Boundary Method code
Public Member Functions | Public Attributes | List of all members
boundaryCondition Class Reference

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...
 

Detailed Description

Stores the type of boundary condition and its value.

Definition at line 19 of file boundaryCondition.h.

Constructor & Destructor Documentation

boundaryCondition::boundaryCondition ( )
inline

Constructor. Sets Dirichlet boundary condition with value.

Definition at line 28 of file boundaryCondition.h.

boundaryCondition::boundaryCondition ( bcType  _type,
real  _value 
)
inline

Constructor overloading. Sets boundary condition to a given type with a given value.

Parameters
_typethe type of boundary condition
_valuethe value at the boundary

Definition at line 37 of file boundaryCondition.h.

Member Data Documentation

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().


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