ComputeEigenstrain computes an Eigenstrain that is a function of a single variable defined by a base tensor and a scalar function defined in a Derivative Material. More...
#include <ComputeEigenstrain.h>
Public Member Functions | |
ComputeEigenstrain (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | computeQpEigenstrain () |
Compute the eigenstrain and store in _eigenstrain. More... | |
virtual void | initQpStatefulProperties () |
virtual void | computeQpProperties () |
Real | computeVolumetricStrainComponent (const Real volumetric_strain) const |
Helper function for models that compute the eigenstrain based on a volumetric strain. More... | |
Protected Attributes | |
const MaterialProperty< Real > & | _prefactor |
RankTwoTensor | _eigen_base_tensor |
const std::string | _base_name |
Base name prepended to material property name. More... | |
std::string | _eigenstrain_name |
Material property name for the eigenstrain tensor. More... | |
MaterialProperty< RankTwoTensor > & | _eigenstrain |
Stores the current total eigenstrain. More... | |
bool & | _step_zero |
Restartable data to check for the zeroth and first time steps for thermal calculations. More... | |
ComputeEigenstrain computes an Eigenstrain that is a function of a single variable defined by a base tensor and a scalar function defined in a Derivative Material.
Definition at line 25 of file ComputeEigenstrain.h.
ComputeEigenstrain::ComputeEigenstrain | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file ComputeEigenstrain.C.
|
protectedvirtual |
Compute the eigenstrain and store in _eigenstrain.
Implements ComputeEigenstrainBase.
Definition at line 35 of file ComputeEigenstrain.C.
Referenced by ComputeVariableEigenstrain::computeQpEigenstrain().
|
protectedvirtualinherited |
Definition at line 49 of file ComputeEigenstrainBase.C.
|
protectedinherited |
Helper function for models that compute the eigenstrain based on a volumetric strain.
This function computes the diagonal components of the eigenstrain tensor as logarithmic strains.
volumetric_strain | The current volumetric strain to be applied |
Definition at line 62 of file ComputeEigenstrainBase.C.
|
protectedvirtualinherited |
Reimplemented in ComputeReducedOrderEigenstrain.
Definition at line 41 of file ComputeEigenstrainBase.C.
|
static |
Definition at line 17 of file ComputeEigenstrain.C.
Referenced by ComputeVariableEigenstrain::validParams().
|
protectedinherited |
Base name prepended to material property name.
Definition at line 41 of file ComputeEigenstrainBase.h.
Referenced by ComputeReducedOrderEigenstrain::ComputeReducedOrderEigenstrain().
|
protected |
Definition at line 37 of file ComputeEigenstrain.h.
Referenced by ComputeEigenstrain(), and computeQpEigenstrain().
|
protectedinherited |
Stores the current total eigenstrain.
Definition at line 47 of file ComputeEigenstrainBase.h.
Referenced by computeQpEigenstrain(), ComputeEigenstrainFromInitialStress::computeQpEigenstrain(), ComputeVariableBaseEigenStrain::computeQpEigenstrain(), ComputeReducedOrderEigenstrain::computeQpEigenstrain(), ComputeEigenstrainBase::initQpStatefulProperties(), and ComputeReducedOrderEigenstrain::initQpStatefulProperties().
|
protectedinherited |
Material property name for the eigenstrain tensor.
Definition at line 44 of file ComputeEigenstrainBase.h.
|
protected |
Definition at line 35 of file ComputeEigenstrain.h.
Referenced by computeQpEigenstrain().
|
protectedinherited |
Restartable data to check for the zeroth and first time steps for thermal calculations.
Definition at line 60 of file ComputeEigenstrainBase.h.
Referenced by ComputeEigenstrainBase::computeQpProperties().