36 std::vector<const MaterialProperty<Real> *>
_values;
Weighted average of material properties using aux variables as the weights
static InputParameters validParams()
std::vector< const VariableValue * > _weights
Weights of the values.
virtual void computeQpProperties()
const InputParameters & parameters() const
MaterialProperty< Real > & _prop
The material property where the weighted average is stored.
std::vector< const MaterialProperty< Real > * > _values
Values to average.
const unsigned int _n_values
Number of components (i.e. values and weights)
WeightedAverageMaterial(const InputParameters ¶meters)