https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ADComputePlaneFiniteStrain.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
DualNumber< Real, DNDerivativeType, true > ADReal
ADCompute2DFiniteStrain defines a strain increment and a rotation increment for finite strains in 2D ...
ADComputePlaneFiniteStrain defines strain increment and rotation increment for finite strain under 2D...
const VariableValue & _out_of_plane_strain_old
const bool _scalar_out_of_plane_strain_coupled
Whether out-of-plane strain scalar variables are coupled.
static InputParameters validParams()
virtual Real computeOutOfPlaneGradDispOld() override
Computes the old out-of-plane component of the displacement gradient; as a virtual function,...
const SubblockIndexProvider *const _subblock_id_provider
A Userobject that carries the subblock ID for all elements.
std::vector< const VariableValue * > _scalar_out_of_plane_strain_old
unsigned int getCurrentSubblockIndex() const
gets its subblock index for current element
virtual ADReal computeOutOfPlaneGradDisp() override
Computes the current out-of-plane component of the displacement gradient; as a virtual function,...
const bool _out_of_plane_strain_coupled
Whether out-of-plane strain variables are coupled.
const ADVariableValue & _out_of_plane_strain
Current and old values of the out-of-plane strain variable.
std::vector< const ADVariableValue * > _scalar_out_of_plane_strain
Current and old values of the out-of-plane strain scalar variable.
const Elem *const & _current_elem
const InputParameters & parameters() const
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< true > ADVariableValue
VariableValueTempl< false > VariableValue