amroc/lbm/LBMD2Q9SupplementalBC.h File Reference

Supplemental boundary conditions for the LBM operators. More...

Go to the source code of this file.

Classes

class  BoundaryConditionsSupplemental
 Supplemental boundary conditions for the LBM operators. More...

Functions

template<typename T >
int sgn (T val)
 Supplemental boundary conditions for the LBM operators.
DataType sgnl2 (DataType a)

Detailed Description

Supplemental boundary conditions for the LBM operators.

Author:
Stephen Wood, Ralf Deiterding
Version:
1.0
Date:
June-2014

Function Documentation

template<typename T >
int sgn ( val  )  [inline]

Supplemental boundary conditions for the LBM operators.

Author:
Stephen Wood, Ralf Deiterding
Version:
1.0
Date:
June-2014 BC Standard : Symmetry=0, SlipWall=1, NoSlipWall=2, Inlet=3, Outlet=4, Pressure=5, SlidingWall=6 CharacteristicOutlet=7, CharacteristicInlet=8, NoSlipWallEntranceExit=9, BC Supplemental : Inlet with intialization ramp=10, 1/7 power law velocity profile inlet=11, Parabolic velocity profile with initialization=12, Sliding wall with initialization=13
DataType sgnl2 ( DataType  a  )  [inline]