https://mooseframework.inl.gov
ComputePlaneFiniteStrainNOSPD.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 
19 {
20 public:
22 
24 
25 protected:
26  virtual void computeQpFhat() override;
27 
32 
33 private:
39 
45 };
Material class for peridynamic correspondence model for finite strain.
const bool _out_of_plane_strain_coupled
Out-of-plane strain for weak plane stress.
const VariableValue & _scalar_out_of_plane_strain_old
virtual Real computeQpOutOfPlaneDeformationGradient()
Functions to compute the out-of-plane component of deformation gradient for generalized plane strain ...
Material class for 2D correspondence material model for finite strain: plane strain, generalized plane strain, weak plane stress.
const bool _scalar_out_of_plane_strain_coupled
Scalar out-of-plane strain for generalized plane strain.
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ComputePlaneFiniteStrainNOSPD(const InputParameters &parameters)