www.mooseframework.org
ComputePlaneIncrementalStrain.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
13 #include "SubblockIndexProvider.h"
14 
20 {
21 public:
23 
25 
26 protected:
27  virtual Real computeOutOfPlaneGradDisp() override;
28  virtual Real computeOutOfPlaneGradDispOld() override;
29 
31  unsigned int getCurrentSubblockIndex() const
32  {
34  };
35 
38 
41 
43  std::vector<const VariableValue *> _scalar_out_of_plane_strain;
44  std::vector<const VariableValue *> _scalar_out_of_plane_strain_old;
46 
49 
54 };
std::vector< const VariableValue * > _scalar_out_of_plane_strain
{@ Current and old values of the out-of-plane strain scalar variable
virtual Real computeOutOfPlaneGradDisp() override
Computes the current out-of-plane component of the displacement gradient; as a virtual function...
virtual Real computeOutOfPlaneGradDispOld() override
Computes the old out-of-plane component of the displacement gradient; as a virtual function...
const VariableValue & _out_of_plane_strain
{@ Current and old values of the out-of-plane strain variable
Abstract base class for user objects that provide an index for a given element that is independent of...
const SubblockIndexProvider *const _subblock_id_provider
A Userobject that carries the subblock ID for all elements.
const bool _scalar_out_of_plane_strain_coupled
Whether out-of-plane strain scalar variables are coupled.
ComputePlaneIncrementalStrain defines strain increment for small strains in a 2D planar simulation...
Compute2DIncrementalStrain defines a strain increment only for incremental strains in 2D geometries...
OutputTools< Real >::VariableValue VariableValue
ComputePlaneIncrementalStrain(const InputParameters &parameters)
const bool _out_of_plane_strain_coupled
Whether an out-of-plane strain variable is coupled.
virtual unsigned int getSubblockIndex(const Elem &) const =0
The index of subblock this element is on.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
unsigned int getCurrentSubblockIndex() const
gets its subblock index for current element
std::vector< const VariableValue * > _scalar_out_of_plane_strain_old