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

Constant value boundary condition function. More...

Inheritance diagram for ConstValueFunction:
BCValueFunction

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.
 

Detailed Description

Constant value boundary condition function.

Returns a single scalar value, independent of side or position along side, which can be different for different components.


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