21 params.
addClassDescription(
"Compute a strain increment and rotation increment for small 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
Real computeOutOfPlaneGradDispOld() override
Computes the old out-of-plane component of the displacement gradient; as a virtual function...
bool absoluteFuzzyEqual(const T &var1, const T2 &var2, const T3 &tol=libMesh::TOLERANCE *libMesh::TOLERANCE)
void initialSetup() override
Moose::CoordinateSystemType getBlockCoordSystem()
Real computeOutOfPlaneGradDisp() override
Computes the current out-of-plane component of the displacement gradient; as a virtual function...
std::vector< const VariableValue * > _disp
Displacement variables.
static InputParameters validParams()
static InputParameters validParams()
const VariableValue & _disp_old_0
the old value of the first component of the displacements vector
Compute2DIncrementalStrain defines a strain increment only for incremental strains in 2D geometries...
ComputeAxisymmetricRZIncrementalStrain(const InputParameters ¶meters)
void paramError(const std::string ¶m, Args... args) const
registerMooseObject("SolidMechanicsApp", ComputeAxisymmetricRZIncrementalStrain)
void initialSetup() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ComputeAxisymmetricRZIncrementalStrain defines a strain increment only for incremental strains in an ...
void mooseError(Args &&... args) const
const unsigned int _out_of_plane_direction