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