19 "weighted by material properties");
21 "Name of the mobility tensor property to generate");
27 _M_name(getParam<MaterialPropertyName>(
"M_name")),
28 _M(declareProperty<RealTensorValue>(_M_name))
registerMooseObject("PhaseFieldApp", CompositeMobilityTensor)
CompositeMobilityTensor provides a simple RealTensorValue type MaterialProperty that can be used as a...
void computeQpProperties()
MaterialProperty< RealTensorValue > & _M
const std::string _M_name
CompositeMobilityTensor(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()
void initializeDerivativeProperties(const std::string name)
virtual void computeQpTensorProperties(MaterialProperty< T > &M, Real derivative_prefactor=1.0)