www.mooseframework.org
peridynamics
include
auxkernels
NodalVolumePD.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
12
#include "
AuxKernelBasePD.h
"
13
14
class
NodalVolumePD
;
15
class
PeridynamicsMesh
;
16
17
template
<>
18
InputParameters
validParams<NodalVolumePD>
();
19
23
class
NodalVolumePD
:
public
AuxKernelBasePD
24
{
25
public
:
26
NodalVolumePD
(
const
InputParameters & parameters);
27
28
protected
:
29
Real
computeValue
()
override
;
30
};
PeridynamicsMesh
Peridynamics mesh class.
Definition:
PeridynamicsMesh.h:25
AuxKernelBasePD.h
NodalVolumePD
Aux Kernel class to output the area/volume of material points.
Definition:
NodalVolumePD.h:23
NodalVolumePD::NodalVolumePD
NodalVolumePD(const InputParameters ¶meters)
Definition:
NodalVolumePD.C:27
NodalVolumePD::computeValue
Real computeValue() override
Definition:
NodalVolumePD.C:34
AuxKernelBasePD
Peridynamic Aux Kernel base class.
Definition:
AuxKernelBasePD.h:23
validParams< NodalVolumePD >
InputParameters validParams< NodalVolumePD >()
Definition:
NodalVolumePD.C:17
Generated on Sat Jan 25 2020 12:04:38 for www.mooseframework.org by
1.8.16