Go to the documentation of this file.
35 effective_strain += (*_driving_eigenstrain_old)[_qp];
82 mooseDoOnce(mooseWarning(
"Generalized Maxwell model with longterm viscosity may not converge "
83 "under Dirichlet boundary conditions"));
101 (gamma / (1. + gamma));
MaterialProperty< RankFourTensor > & _first_elasticity_tensor
Elasticity tensor of a stand-alone elastic spring in the chain.
MaterialProperty< RankTwoTensor > & _apparent_creep_strain
The apparent creep strain resulting from the internal viscous strains.
MaterialProperty< RankFourTensor > & _apparent_elasticity_tensor
Apparent elasticity tensor. This is NOT the elasticity tensor of the material.
std::vector< MaterialProperty< Real > * > _dashpot_viscosities
List of viscosities of each subsequent dashpot in the chain.
const MaterialProperty< RankTwoTensor > * _driving_eigenstrain
Pointer to the value of the driving eigenstrain.
std::vector< const MaterialProperty< Real > * > _dashpot_viscosities_old
virtual void updateQpViscousStrains() final
Update the internal viscous strains at a quadrature point.
defineLegacyParams(GeneralizedMaxwellBase)
bool _has_driving_eigenstrain
Indicates if the model is only driven by the stress, or also by an additional eigenstrain.
const MaterialProperty< RankTwoTensor > & _creep_strain_old
Previous value of the true creep strain for update purposes.
Real computeTheta(Real dt, Real viscosity) const
Provides theta as a function of the time step and a viscosity.
GeneralizedMaxwellBase(const InputParameters ¶meters)
static InputParameters validParams()
bool _has_longterm_dashpot
Indicates if the spring-dashpot assembly has a single dashpot not associated with a spring.
This class represents an assembly of springs and dashpots following a generalized Maxwell model (an a...
std::vector< MaterialProperty< RankTwoTensor > * > _viscous_strains
MaterialProperty< RankFourTensor > & _apparent_elasticity_tensor_inv
Inverse of the apparent elasticity tensor.
bool _need_viscoelastic_properties_inverse
If active, indicates that we need to call computeQpViscoelasticPropertiesInv()
virtual void computeQpApparentCreepStrain() final
This method computes the apparent creep strain corresponding to the current viscous_strain of each da...
MaterialProperty< RankFourTensor > & _elasticity_tensor
std::vector< const MaterialProperty< RankTwoTensor > * > _viscous_strains_old
virtual void computeQpApparentElasticityTensors() final
This method computes the apparent elasticity tensor used in the internal time-stepping scheme.
const MaterialProperty< RankTwoTensor > & _elastic_strain_old
previous value of the elastic strain for update purposes
MaterialProperty< RankFourTensor > & _elasticity_tensor_inv
Instantaneous elasticity tensor. This IS the real elasticity tensor of the material.
std::vector< MaterialProperty< RankFourTensor > * > _springs_elasticity_tensors
List of elasticity tensor of each subsequent spring in the chain.
static InputParameters validParams()
This class is a base class for materials consisting of an assembly of linear springs and dashpots.