https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ComputeAxisymmetric1DIncrementalStrain.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
21{
22public:
24
26
27 void initialSetup() override;
28
29protected:
31 Real computeGradDispYY() override;
32
34 Real computeGradDispYYOld() override;
35
38 Real computeGradDispZZ() override;
39
42 Real computeGradDispZZOld() override;
43
45 unsigned int getCurrentSubblockIndex() const
46 {
48 };
49
52
55
58
63
66
68 std::vector<const VariableValue *> _scalar_out_of_plane_strain;
69 std::vector<const VariableValue *> _scalar_out_of_plane_strain_old;
71};
Compute1DIncrementalStrain defines a strain increment only for incremental small strains in 1D proble...
ComputeAxisymmetric1DIncrementalStrain defines a strain increment only for incremental small strains ...
const VariableValue & _out_of_plane_strain
Current and old values of the out-of-plane strain variable.
Real computeGradDispZZOld() override
Computes the old dUz/dz for axisymmetric problems, where .
std::vector< const VariableValue * > _scalar_out_of_plane_strain
Current and old values of the out-of-plane strain scalar variable.
std::vector< const VariableValue * > _scalar_out_of_plane_strain_old
Real computeGradDispYY() override
Computes the current dUy/dy for axisymmetric problems.
const VariableValue & _disp_old_0
the old value of the first component of the displacements vector
bool _has_scalar_out_of_plane_strain
Whether an out-of-plane strain scalar variable is coupled.
unsigned int getCurrentSubblockIndex() const
gets its subblock index for current element
const SubblockIndexProvider *const _subblock_id_provider
A Userobject that carries the subblock ID for all elements.
Real computeGradDispZZ() override
Computes the current dUz/dz for axisymmetric problems, where .
Real computeGradDispYYOld() override
Computes the old dUy/dy for axisymmetric problems.
bool _has_out_of_plane_strain
Whether an out-of-plane strain variable is coupled.
Abstract base class for user objects that provide an index for a given element that is independent of...
virtual unsigned int getSubblockIndex(const Elem &) const =0
The index of subblock this element is on.
VariableValueTempl< false > VariableValue