www.mooseframework.org
Classes | Functions
CoupledSusceptibilityTimeDerivative.h File Reference

Go to the source code of this file.

Classes

class  CoupledSusceptibilityTimeDerivative
 This calculates a modified coupled time derivative that multiplies the time derivative of a coupled variable by a function of the variables. More...
 

Functions

template<>
InputParameters validParams< CoupledSusceptibilityTimeDerivative > ()
 

Function Documentation

◆ 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 >().