https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeCrystalPlasticityVolumetricEigenstrain.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
22class ComputeCrystalPlasticityVolumetricEigenstrain
23 : public DerivativeMaterialInterface<ComputeCrystalPlasticityEigenstrainBase>
24{
25public:
27
28 ComputeCrystalPlasticityVolumetricEigenstrain(const InputParameters & parameters);
29
30protected:
32 virtual void computeQpDeformationGradient() override;
33
38 virtual Real computeLinearComponentVolume(const Real & radius, const Real & density);
39
45 const MaterialProperty<Real> & _void_density;
46 const MaterialProperty<Real> & _void_density_old;
47
53 const MaterialProperty<Real> & _void_radius;
54 const MaterialProperty<Real> & _void_radius_old;
55
60 MaterialProperty<Real> & _equivalent_linear_change;
61};
InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real