https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADComputeAxisymmetric1DFiniteStrain.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
14
20{
21public:
23
25
26 void initialSetup() override;
27
28protected:
30 ADReal computeGradDispYY() override;
31
33 Real computeGradDispYYOld() override;
34
37 ADReal computeGradDispZZ() override;
38
41 Real computeGradDispZZOld() override;
42
44 unsigned int getCurrentSubblockIndex() const;
45
48
51
54
59
62
64 std::vector<const ADVariableValue *> _scalar_out_of_plane_strain;
65 std::vector<const VariableValue *> _scalar_out_of_plane_strain_old;
67};
DualNumber< Real, DNDerivativeType, true > ADReal
ADCompute1DFiniteStrain defines a strain increment for finite strains in 1D problems,...
ADComputeAxisymmetric1DFiniteStrain defines a strain increment for finite strains in an Axisymmetric ...
const bool _has_out_of_plane_strain
Whether an out-of-plane strain variable is coupled.
ADReal computeGradDispYY() override
Computes the current dUy/dy for axisymmetric problems.
const bool _has_scalar_out_of_plane_strain
Whether an out-of-plane strain scalar variable is coupled.
std::vector< const ADVariableValue * > _scalar_out_of_plane_strain
Current and old values of the out-of-plane strain scalar variable.
const SubblockIndexProvider *const _subblock_id_provider
A UserObject that carries the subblock ID for all elements.
const ADVariableValue & _out_of_plane_strain
Current and old values of the out-of-plane strain variable.
std::vector< const VariableValue * > _scalar_out_of_plane_strain_old
const VariableValue & _disp_old_0
the old value of the first component of the displacements vector
Real computeGradDispYYOld() override
Computes the old dUy/dy for axisymmetric problems.
Real computeGradDispZZOld() override
Computes the old dUz/dz for axisymmetric problems, where .
ADReal computeGradDispZZ() override
Computes the current dUz/dz for axisymmetric problems, where .
unsigned int getCurrentSubblockIndex() const
Gets the subblock index for the current element.
const InputParameters & parameters() const
Abstract base class for user objects that provide an index for a given element that is independent of...
VariableValueTempl< true > ADVariableValue
VariableValueTempl< false > VariableValue