https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MechanicsBaseNOSPD.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
12#include "MechanicsBasePD.h"
13
18{
19public:
21
22 MechanicsBaseNOSPD(const InputParameters & parameters);
23
24protected:
32 virtual RankTwoTensor computeDSDU(unsigned int component, unsigned int nd);
33
43 const std::vector<MaterialPropertyName> _eigenstrain_names;
44 std::vector<const MaterialProperty<RankTwoTensor> *> _deigenstrain_dT;
46};
Base kernel class for bond-associated correspondence material models.
const MaterialProperty< RankTwoTensor > & _ddgraddu
const MaterialProperty< RankTwoTensor > & _shape2
const MaterialProperty< RankTwoTensor > & _stress
const MaterialProperty< RankTwoTensor > & _ddgraddw
std::vector< const MaterialProperty< RankTwoTensor > * > _deigenstrain_dT
const MaterialProperty< Real > & _multi
Material point based material properties.
const std::vector< MaterialPropertyName > _eigenstrain_names
virtual RankTwoTensor computeDSDU(unsigned int component, unsigned int nd)
Function to compute derivative of stress with respect to displacements for small strain problems.
const MaterialProperty< RankFourTensor > & _Jacobian_mult
const MaterialProperty< RankTwoTensor > & _dgrad
const MaterialProperty< RankTwoTensor > & _ddgraddv
static InputParameters validParams()
Base kernel class for peridynamic solid mechanics models.