Go to the documentation of this file.
12 #include "libmesh/quadrature.h"
20 params.addClassDescription(
"Compute strain increment for finite strain in 1D problem");
33 for (_qp = 0; _qp < _qrule->n_points(); ++_qp)
58 _Fhat[_qp] = A * Fbar.inverse();
59 _Fhat[_qp].addIa(1.0);
62 for (_qp = 0; _qp < _qrule->n_points(); ++_qp)
void computeProperties() override
virtual Real computeGradDispYYOld()=0
Computes the old dUy/dY; as a virtual function, this function is overwritten for the specific geometr...
ComputeFiniteStrain defines a strain increment and rotation increment, for finite strains.
std::vector< const VariableGradient * > _grad_disp_old
static InputParameters validParams()
std::vector< RankTwoTensor > _Fhat
Compute1DFiniteStrain(const InputParameters ¶meters)
virtual Real computeGradDispYY()=0
Computes the current dUy/dY; as a virtual function, this function is overwritten for the specific geo...
defineLegacyParams(Compute1DFiniteStrain)
Compute1DFiniteStrain defines a strain increment for finite strains in 1D problems,...
virtual void computeQpStrain()
MaterialProperty< RankTwoTensor > & _deformation_gradient
virtual Real computeGradDispZZ()=0
Computes the current dUz/dz; as a virtual function, this function is overwritten for the specific geo...
virtual Real computeGradDispZZOld()=0
Computes the old dUz/dz; as a virtual function, this function is overwritten for the specific geometr...
static InputParameters validParams()
std::vector< const VariableGradient * > _grad_disp