Mushy Layer
1.0
|
Class for implementing temperature bcs on the enthalpy field. More...
#include <NonlinearBC.H>
Public Member Functions | |
NonlinearTemperatureBC (const MushyLayerParams a_params, const Real a_dx) | |
virtual void | computeResidual (Real &a_residual, const Real a_ghost_enthalpy, const Real a_ghost_bulk_concentration, const Real a_interior_temperature) |
Compute the residual given the current estimate of the enthalpy on the boundary. | |
Protected Attributes | |
MushyLayerParams | m_params |
Real | m_dx |
Class for implementing temperature bcs on the enthalpy field.
This should be an abstract base class - different applications should inherit from this