www.mooseframework.org
Classes | Functions
GeneralizedPlaneStrainUserObjectOSPD.h File Reference

Go to the source code of this file.

Classes

class  GeneralizedPlaneStrainUserObjectOSPD
 UserObject class to compute the residual and diagonal Jacobian components for scalar out-of-plane strain variable of generalized plane strain model based on ordinary state-based peridynamic model. More...
 

Functions

template<>
InputParameters validParams< GeneralizedPlaneStrainUserObjectOSPD > ()
 

Function Documentation

◆ validParams< GeneralizedPlaneStrainUserObjectOSPD >()

template<>
InputParameters validParams< GeneralizedPlaneStrainUserObjectOSPD > ( )

Definition at line 18 of file GeneralizedPlaneStrainUserObjectOSPD.C.

19 {
20  InputParameters params = validParams<GeneralizedPlaneStrainUserObjectBasePD>();
21  params.addClassDescription("Class for calculating the scalar residual and diagonal Jacobian "
22  "entry of generalized plane strain in OSPD formulation");
23 
24  params.addCoupledVar("out_of_plane_stress_variable",
25  "Auxiliary variable name for out-of-plane stress in GPS simulation");
26 
27  return params;
28 }
validParams< GeneralizedPlaneStrainUserObjectBasePD >
InputParameters validParams< GeneralizedPlaneStrainUserObjectBasePD >()
Definition: GeneralizedPlaneStrainUserObjectBasePD.C:15