This material uses a LinearInterpolation object to define the dependence of the material's value on a...
const Real _scale_factor
Factor to scale the ordinate values by (default = 1)
static InputParameters validParams()
const bool _extrap
use linear extrapolation
const ADVariableValue & _coupled_var
Value of the coupled variable to be used as the abscissa in the piecewise linear interpolation.
virtual void computeQpProperties() override
Users must override this method.
ADMaterialProperty< Real > & _property
Material property to be calculated.
std::unique_ptr< LinearInterpolation > _linear_interp
LinearInterpolation object.
const std::string _prop_name
Name of the property to be computed.
Materials compute MaterialProperties.
const InputParameters & parameters() const
Get the parameters of the object.