Go to the source code of this file.
|
class | ACInterface2DMultiPhase1 |
| Compute the Allen-Cahn interface term with the weak form residual \( \left(\nabla (L \psi), 1/2 {\partial \kappa} \over {\partial \nabla \eta_{\alpha i}} \sum \{(\nabla \eta_{\beta j})^2 \} \right) \). More...
|
|
◆ validParams< ACInterface2DMultiPhase1 >()
Definition at line 16 of file ACInterface2DMultiPhase1.C.
19 params.addClassDescription(
20 "Gradient energy Allen-Cahn Kernel where the derivative of interface parameter kappa "
21 "wrt the gradient of order parameter is considered.");
22 params.addParam<MaterialPropertyName>(
"dkappadgrad_etaa_name",
24 "The derivative of the kappa with respect to grad_etaa");
25 params.addParam<MaterialPropertyName>(
26 "d2kappadgrad_etaa_name",
28 "The second derivative of the kappa with respect to grad_etaa");
29 params.addRequiredCoupledVar(
30 "etas",
"All other coupled order parameters eta_i of the multiphase problem");