|
Mushy Layer
1.0
|
Return one value for inflow, and another if not. More...
Public Member Functions | |
| InflowValueFunction () | |
| Default constructor. | |
| InflowValueFunction (Real a_value, int a_nComp, Real a_inflowValue, Real a_plumeStart, Real a_plumeEnd) | |
| 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. | |
| Real | m_inflowValue |
| Value during inflow. | |
| Real | m_plumeStart |
| Position where plume starts. | |
| Real | m_plumeEnd |
| Position where plume ends. | |
Return one value for inflow, and another if not.
1.8.13