Mushy Layer  1.0
Public Member Functions | Public Attributes | List of all members
PressureInflowValueFunction Class Reference

Computes values for the pressure at boundaries to enforce inflow. More...

Inheritance diagram for PressureInflowValueFunction:
BCValueFunction

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.
 
MushyLayerParamsm_params
 Params object.
 

Detailed Description

Computes values for the pressure at boundaries to enforce inflow.


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