www.mooseframework.org
NodalDamageIndexPD.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 
14 class NodalDamageIndexPD;
15 
16 template <>
17 InputParameters validParams<NodalDamageIndexPD>();
18 
24 {
25 public:
26  NodalDamageIndexPD(const InputParameters & parameters);
27 
28  virtual void computeValue(unsigned int id, dof_id_type dof) override;
29 };
NodalDamageIndexPD
UserObject class to compute damage index for each material point in PD fracture modeling and simulati...
Definition: NodalDamageIndexPD.h:23
NodalAuxVariableUserObjectBasePD.h
NodalDamageIndexPD::NodalDamageIndexPD
NodalDamageIndexPD(const InputParameters &parameters)
Definition: NodalDamageIndexPD.C:29
NodalAuxVariableUserObjectBasePD
UserObject base class to compute nodal quantities stored as AuxVariable at a material point based on ...
Definition: NodalAuxVariableUserObjectBasePD.h:23
NodalDamageIndexPD::computeValue
virtual void computeValue(unsigned int id, dof_id_type dof) override
Function to assemble elemental quantities to nodal AuxVariable at a material point.
Definition: NodalDamageIndexPD.C:35
validParams< NodalDamageIndexPD >
InputParameters validParams< NodalDamageIndexPD >()
Definition: NodalDamageIndexPD.C:18