www.mooseframework.org
Classes | Functions
ACInterface2DMultiPhase2.h File Reference

Go to the source code of this file.

Classes

class  ACInterface2DMultiPhase2
 Compute the Allen-Cahn interface term with the weak form residual \( \left( \kappa \nabla \eta_{\alpha i}, \nabla (L \psi) \right) \) It is assumed kappa is a function of gradients of two order parameters eta_alpha and eta_beta. More...
 

Functions

template<>
InputParameters validParams< ACInterface2DMultiPhase2 > ()
 

Function Documentation

◆ validParams< ACInterface2DMultiPhase2 >()

template<>
InputParameters validParams< ACInterface2DMultiPhase2 > ( )

Definition at line 16 of file ACInterface2DMultiPhase2.C.

17 {
18  InputParameters params = validParams<ACInterface>();
19  params.addClassDescription(
20  "Gradient energy Allen-Cahn Kernel where the interface parameter kappa is considered.");
21  params.addParam<MaterialPropertyName>("dkappadgrad_etaa_name",
22  "dkappadgrad_etaa",
23  "The derivative of the kappa with respect to grad_etaa");
24  return params;
25 }
validParams< ACInterface >
InputParameters validParams< ACInterface >()
Definition: ACInterface.C:16