Mushy Layer
1.0
|
Computes values for the pressure at boundaries to enforce inflow. More...
Public Member Functions | |
PressureInflowValueFunction () | |
Default constructor. | |
PressureInflowValueFunction (Real a_value, int a_nComp, Real a_inflowValue, Real a_plumeStart, Real a_plumeEnd, MushyLayerParams *a_params) | |
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 |
Boundary value for inflow. | |
Real | m_plumeStart |
Position along domain edge where plume starts. | |
Real | m_plumeEnd |
Position along domain edge where plume ends. | |
MushyLayerParams * | m_params |
Params object. | |
Computes values for the pressure at boundaries to enforce inflow.