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