Loading [MathJax]/extensions/tex2jax.js
www.mooseframework.org
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Functions
ACInterface2DMultiPhase2.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", ACInterface2DMultiPhase2)
 
template<>
InputParameters validParams< ACInterface2DMultiPhase2 > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
ACInterface2DMultiPhase2   
)

◆ 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