www.mooseframework.org
Functions
CoupledSusceptibilityTimeDerivative.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
CoupledSusceptibilityTimeDerivative   
)

◆ validParams< CoupledSusceptibilityTimeDerivative >()

template<>
InputParameters validParams< CoupledSusceptibilityTimeDerivative > ( )

Definition at line 16 of file CoupledSusceptibilityTimeDerivative.C.

17 {
18  InputParameters params = validParams<CoupledTimeDerivative>();
19  params.addClassDescription("A modified coupled time derivative Kernel that multiplies the time "
20  "derivative of a coupled variable by a generalized susceptibility");
21  params.addRequiredParam<MaterialPropertyName>(
22  "f_name", "Susceptibility function F defined in a FunctionMaterial");
23  params.addCoupledVar("args", "Vector of arguments of the susceptibility");
24  return params;
25 }

Referenced by validParams< AntitrappingCurrent >().