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

Go to the source code of this file.

Classes

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

Functions

template<>
InputParameters validParams< GeneralizedPlaneStrainUserObjectNOSPD > ()
 

Function Documentation

◆ validParams< GeneralizedPlaneStrainUserObjectNOSPD >()

template<>
InputParameters validParams< GeneralizedPlaneStrainUserObjectNOSPD > ( )

Definition at line 19 of file GeneralizedPlaneStrainUserObjectNOSPD.C.

20 {
21  InputParameters params = validParams<GeneralizedPlaneStrainUserObjectBasePD>();
22  params.addClassDescription("Class for calculating the scalar residual and diagonal Jacobian "
23  "entry of generalized plane strain in SNOSPD formulation");
24 
25  return params;
26 }
validParams< GeneralizedPlaneStrainUserObjectBasePD >
InputParameters validParams< GeneralizedPlaneStrainUserObjectBasePD >()
Definition: GeneralizedPlaneStrainUserObjectBasePD.C:15