https://mooseframework.inl.gov
ComputeCrystalPlasticityThermalEigenstrain.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 
14 
22 class ComputeCrystalPlasticityThermalEigenstrain
23  : public DerivativeMaterialInterface<ComputeCrystalPlasticityEigenstrainBase>
24 {
25 public:
27 
28  ComputeCrystalPlasticityThermalEigenstrain(const InputParameters & parameters);
29 
30 protected:
32  virtual void computeQpDeformationGradient() override;
33 
35  const VariableValue & _temperature;
36  const VariableValue & _temperature_old;
37 
39  MaterialProperty<RankTwoTensor> * _ddeformation_gradient_dT;
40 
42  const RankTwoTensor _thermal_expansion_coefficients;
43 
45  MaterialProperty<RankTwoTensor> & _lattice_thermal_expansion_coefficients;
46 };
InputParameters validParams()
OutputTools< Real >::VariableValue VariableValue