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

Go to the source code of this file.

Classes

class  TestMatTimeDerivative
 

Functions

template<>
InputParameters validParams< TestMatTimeDerivative > ()
 

Function Documentation

◆ validParams< TestMatTimeDerivative >()

template<>
InputParameters validParams< TestMatTimeDerivative > ( )

Definition at line 16 of file TestMatTimeDerivative.C.

17 {
18  InputParameters params = validParams<TimeDerivative>();
19  params.addRequiredParam<MaterialPropertyName>("mat_prop_value", "Material "
20  "property to multiply by time "
21  "derivative");
22  return params;
23 }