21 params.
addClassDescription(
"Compute a strain increment and rotation increment for finite strains " 22 "under axisymmetric assumptions.");
38 mooseError(
"The coordinate system must be set to RZ for Axisymmetric geometries.");
42 "The out-of-plane direction for axisymmetric systems is currently restricted to z");
const MooseArray< Point > & _q_point
const VariableValue & _disp_old_0
the old value of the first component of the displacements vector
bool absoluteFuzzyEqual(const T &var1, const T2 &var2, const T3 &tol=libMesh::TOLERANCE *libMesh::TOLERANCE)
registerMooseObject("SolidMechanicsApp", ADComputeAxisymmetricRZIncrementalStrain)
ADReal computeOutOfPlaneGradDisp() override
Computes the current out-of-plane component of the displacement gradient; as a virtual function...
Moose::CoordinateSystemType getBlockCoordSystem()
void initialSetup() override
DualNumber< Real, DNDerivativeType, true > ADReal
ADCompute2DIncrementalStrain defines a strain increment only for incremental strains in 2D geometries...
ADComputeAxisymmetricRZIncrementalStrain defines a strain increment only for incremental strains in a...
const unsigned int _out_of_plane_direction
Real computeOutOfPlaneGradDispOld() override
Computes the old out-of-plane component of the displacement gradient; as a virtual function...
void paramError(const std::string ¶m, Args... args) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void mooseError(Args &&... args) const
ADComputeAxisymmetricRZIncrementalStrain(const InputParameters ¶meters)
std::vector< const ADVariableValue * > _disp
Displacement variables.
void initialSetup() override
static InputParameters validParams()
static InputParameters validParams()