Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< CoupledMaterialDerivative >()
Definition at line 16 of file CoupledMaterialDerivative.C.
18 InputParameters params = validParams<Kernel>();
19 params.addClassDescription(
"Kernel that implements the first derivative of a function material "
20 "property with respect to a coupled variable.");
21 params.addRequiredCoupledVar(
"v",
"Variable to take the derivative with respect to");
22 params.addParam<MaterialPropertyName>(
"f_name",
24 "Function material to take the derivative of (should "
25 "provide derivative properties - such as a "
26 "DerivativeParsedMaterial)");
29 "Vector of other nonlinear variables F depends on (used for computing Jacobian entries)");