virtual Real computeQpJacobian() override
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
Provides a heat source from plastic deformation: coeff * stress * plastic_strain_rate.
const MaterialProperty< Real > & _plastic_heat
stress * plastic_strain_rate
const std::string _base_name
optional parameter that allows multiple mechanics models to be defined
PlasticHeatEnergy(const InputParameters ¶meters)
Real _coeff
coefficient of stress * plastic_strain_rate
virtual Real computeQpResidual() override
InputParameters validParams< PlasticHeatEnergy >()
const MaterialProperty< RankTwoTensor > & _dplastic_heat_dstrain
d(plastic_heat)/d(total_strain)
unsigned int _ndisp
umber of coupled displacement variables
static InputParameters validParams()
std::vector< unsigned int > _disp_var
MOOSE variable number for the displacement variables.