Go to the source code of this file.
|
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...
|
|
◆ validParams< ACInterface2DMultiPhase2 >()
Definition at line 16 of file ACInterface2DMultiPhase2.C.
19 params.addClassDescription(
20 "Gradient energy Allen-Cahn Kernel where the interface parameter kappa is considered.");
21 params.addParam<MaterialPropertyName>(
"dkappadgrad_etaa_name",
23 "The derivative of the kappa with respect to grad_etaa");