www.mooseframework.org
Functions
GBDependentTensorBase.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< GBDependentTensorBase > ()
 

Function Documentation

◆ validParams< GBDependentTensorBase >()

template<>
InputParameters validParams< GBDependentTensorBase > ( )

Definition at line 14 of file GBDependentTensorBase.C.

15 {
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");
23  return params;
24 }

Referenced by validParams< GBDependentAnisotropicTensor >(), and validParams< GBDependentDiffusivity >().