PiecewiseLinearInterpolationMaterial(const InputParameters ¶meters)
const VariableValue & _coupled_var
Value of the coupled variable to be used as the abscissa in the piecewise linear interpolation. 
const InputParameters & parameters() const
Get the parameters of the object. 
const Real & _scale_factor
Factor to scale the ordinate values by (default = 1) 
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...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Interface class ("Veneer") to provide generator methods for derivative material property names...
MaterialProperty< Real > *const _dproperty
First derivative of the material property wrt the coupled variable. 
MaterialProperty< Real > & _property
Material property to be calculated. 
virtual void computeQpProperties() override
Users must override this method. 
const bool _extrap
use linear extrapolation 
std::string _prop_name
Name of the property to be computed. 
static InputParameters validParams()