www.mooseframework.org
Functions
StrainGradDispDerivatives.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
StrainGradDispDerivatives   
)

◆ validParams< StrainGradDispDerivatives >()

template<>
InputParameters validParams< StrainGradDispDerivatives > ( )

Definition at line 17 of file StrainGradDispDerivatives.C.

18 {
19  InputParameters params = validParams<Material>();
20  params.addClassDescription(
21  "Provide the constant derivatives of strain w.r.t. the displacement gradient components.");
22  params.addCoupledVar("displacement_gradients",
23  "List of displacement gradient component variables");
24  return params;
25 }