https://mooseframework.inl.gov
ComputePlaneSmallStrainNOSPD.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 
13 #include "RankTwoTensor.h"
14 
20 {
21 public:
23 
25 
26 protected:
27  virtual void computeQpTotalStrain() override;
28 
35 
36 private:
41 
46 };
virtual void computeQpTotalStrain() override
Function to compute the total strain tensor for small strain case.
const VariableValue & _scalar_out_of_plane_strain
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane strain for generalized plane strain.
ComputePlaneSmallStrainNOSPD(const InputParameters &parameters)
Material class for 2D correspondence material model for small strain: plane strain, generalized plane strain, weak plane stress.
Material class for horizon-stabilized peridynamic correspondence model for small strain.
Real computeOutOfPlaneStrain()
Function to compute out-of-plane component of strain tensor for generalized plane strain and weak pla...
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const bool _out_of_plane_strain_coupled
Out-of-plane strain for weak plane stress.