Go to the documentation of this file.
12 #include "DerivativeMaterialInterface.h"
14 #include "RankTwoTensor.h"
15 #include "RankFourTensor.h"
46 const MaterialProperty<RankTwoTensor> &
_stress;
const std::string _base_name
optional parameter that allows multiple mechanics materials to be defined
InputParameters validParams< ComputePlasticHeatEnergy >()
const MaterialProperty< RankTwoTensor > & _plastic_strain
plastic strain
virtual void computeQpProperties() override
ComputePlasticHeatEnergy(const InputParameters ¶meters)
const MaterialProperty< RankFourTensor > & _elasticity_tensor
elasticity tensor
ComputePlasticHeatEnergy computes stress * (plastic_strain - plastic_strain_old) and,...
MaterialProperty< RankTwoTensor > & _dplastic_heat_dstrain
d(plastic_heat)/d(total strain)
const MaterialProperty< RankFourTensor > & _Jacobian_mult
d(stress)/d(total strain)
static InputParameters validParams()
const MaterialProperty< RankTwoTensor > & _plastic_strain_old
old value of plastic strain
const MaterialProperty< RankTwoTensor > & _stress
stress
MaterialProperty< Real > & _plastic_heat
computed property: stress * (plastic_strain - plastic_strain_old) / dt