Mushy Layer
1.0
|
Base class for solving for nonlinear ghost cell values. More...
#include <NonlinearBC.H>
Public Member Functions | |
virtual | ~NonlinearBCSolver () |
Destructor. | |
NonlinearBCSolver () | |
Default constructor. | |
NonlinearBCSolver (NonlinearTemperatureBC *a_bc, const int a_max_iter, const Real a_max_residual, const Real a_relax_coeff=0.5) | |
virtual void | solve (Real &a_ghost_enthalpy, const Real a_interior_temperature, const Real a_ghost_bulk_conc) |
Method for solving the system - must be implemented by inherited classes. | |
Public Attributes | |
NonlinearTemperatureBC * | m_bc |
int | m_max_iter |
Real | m_max_resid |
Real | m_relax_coeff |
Base class for solving for nonlinear ghost cell values.
Given a NonlinearTemperatureBC object which computes the residual, find the root