https://mooseframework.inl.gov
Loading...
Searching...
No Matches
EshelbyTensor.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
12#include "Material.h"
15#include "MooseTypes.h"
16
20template <bool is_ad>
59
EshelbyTensorTempl< false > EshelbyTensor
EshelbyTensorTempl< true > ADEshelbyTensor
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
EshelbyTensor defines a strain increment and rotation increment, for finite strains.
const bool _compute_dissipation
Whether to also compute Eshelby tensor's dissipation for C(t) integral.
const MaterialProperty< Real > & _sed
std::vector< const VariableGradient * > _grad_disp_old
static InputParameters validParams()
virtual void initQpStatefulProperties() override
const MaterialProperty< Real > * _serd
const GenericMaterialProperty< RankTwoTensor, is_ad > & _stress
The stress tensor.
MaterialProperty< RankTwoTensor > & _eshelby_tensor
virtual void computeQpProperties() override
const OptionalMaterialProperty< RankTwoTensor > & _total_deigenstrain_dT
const MaterialProperty< RankTwoTensor > & _stress_old
The old stress tensor.
MaterialProperty< RealVectorValue > & _J_thermal_term_vec
const VariableGradient & _grad_temp
MaterialProperty< RankTwoTensor > * _eshelby_tensor_dissipation
virtual void initialSetup() override
const std::string _base_name
Base name of the material system.
std::vector< const VariableGradient * > _grad_disp
VariableGradientTempl< false > VariableGradient