https://mooseframework.inl.gov
Loading...
Searching...
No Matches
StrainEnergyDensity.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>
56
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
StrainEnergyDensityTempl< true > ADStrainEnergyDensity
StrainEnergyDensityTempl< false > StrainEnergyDensity
StrainEnergyDensity calculates the strain energy density.
virtual void initQpStatefulProperties() override
const MaterialProperty< RankTwoTensor > & _stress_old
virtual void computeQpProperties() override
const GenericOptionalMaterialProperty< RankTwoTensor, is_ad > & _strain_increment
Current value of the strain increment for incremental models.
const std::string _base_name
Base name of the material system.
static InputParameters validParams()
virtual void initialSetup() override
const std::string _stress_name
stress name, for different stresses on the same material system
const MaterialProperty< Real > & _strain_energy_density_old
const GenericMaterialProperty< RankTwoTensor, is_ad > & _stress
Current and old values of stress.
MaterialProperty< Real > & _strain_energy_density
The strain energy density material property.
const GenericMaterialProperty< RankTwoTensor, is_ad > & _mechanical_strain
Current value of mechanical strain which includes elastic and inelastic components of the strain.