Go to the source code of this file.
◆ validParams< GBDependentTensorBase >()
Definition at line 14 of file GBDependentTensorBase.C.
16 InputParameters params = validParams<Material>();
17 params.addRequiredCoupledVar(
"gb",
"GB variable");
18 params.addParam<Real>(
"bulk_parameter", 0.0,
"Parameter value of bulk material");
19 params.addParam<Real>(
"gb_parameter", 0.0,
"Parameter value at GB");
20 params.addParam<MaterialPropertyName>(
"gb_normal_tensor_name",
21 "Name of GB normal tensor property");
22 params.addParam<MaterialPropertyName>(
"gb_tensor_prop_name",
"Name of GB tensor property");
Referenced by validParams< GBDependentAnisotropicTensor >(), and validParams< GBDependentDiffusivity >().