https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputePlasticHeatEnergy.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
13#include "Material.h"
14#include "RankTwoTensor.h"
15#include "RankFourTensor.h"
16
ComputePlasticHeatEnergy computes stress * (plastic_strain - plastic_strain_old) and,...
virtual void computeQpProperties() override
const MaterialProperty< RankTwoTensor > & _plastic_strain
plastic strain
static InputParameters validParams()
MaterialProperty< RankTwoTensor > & _dplastic_heat_dstrain
d(plastic_heat)/d(total strain)
const MaterialProperty< RankFourTensor > & _Jacobian_mult
d(stress)/d(total strain)
const MaterialProperty< RankTwoTensor > & _plastic_strain_old
old value of plastic strain
MaterialProperty< Real > & _plastic_heat
computed property: stress * (plastic_strain - plastic_strain_old) / dt
const MaterialProperty< RankFourTensor > & _elasticity_tensor
elasticity tensor
const std::string _base_name
optional parameter that allows multiple mechanics materials to be defined
const MaterialProperty< RankTwoTensor > & _stress
stress