|
Mushy Layer
1.0
|
Constant value boundary condition function. More...
Public Member Functions | |
| ConstValueFunction () | |
| Default constructor. | |
| ConstValueFunction (Real a_value, int a_nComp) | |
| Constructor. | |
| virtual void | operator() (Real *a_pos, int *a_dir, Side::LoHiSide *a_side, Real *a_value) |
| Apply BC. | |
Public Attributes | |
| Real | m_value |
| The constant value to apply. | |
| int | m_nComp |
| The component to apply this BC to. | |
Constant value boundary condition function.
Returns a single scalar value, independent of side or position along side, which can be different for different components.
1.8.13