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

Base class for solving for nonlinear ghost cell values. More...

#include <NonlinearBC.H>

Inheritance diagram for NonlinearBCSolver:
NonlinearBCSolverNewton NonlinearBCSolverPicard

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

NonlinearTemperatureBCm_bc
 
int m_max_iter
 
Real m_max_resid
 
Real m_relax_coeff
 

Detailed Description

Base class for solving for nonlinear ghost cell values.

Given a NonlinearTemperatureBC object which computes the residual, find the root


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