- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- execute_onLINEARThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:LINEAR
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
- factor1Scale factor applied to prescribed pressure
Default:1
C++ Type:double
Description:Scale factor applied to prescribed pressure
- out_of_plane_pressure0Function used to prescribe pressure in the out-of-plane direction
Default:0
C++ Type:FunctionName
Description:Function used to prescribe pressure in the out-of-plane direction
- out_of_plane_stress_variableAuxiliary variable name for out-of-plane stress in GPS simulation
C++ Type:std::vector
Description:Auxiliary variable name for out-of-plane stress in GPS simulation
- strainSMALLStrain formulation
Default:SMALL
C++ Type:MooseEnum
Description:Strain formulation
Ordinary State-based Peridynamic Generalized Plane Strain UserObject
Description
UserObject GeneralizedPlaneStrainUserObjectOSPD
is used to provide the residual and Jacobian for the scalar out-of-plane strain field variable in a generalized plane strain formulation using the Ordinary State-based Peridynamic theory. The out-of-plane stress component is calculated using the NodalStressStrainPD
AuxKernel class. Integral of this component over the whole simulation domain is accomplished by summation of product of material point area and the component value. Residual is the difference between stress integral and the applied force in the our-of-plane direction. Jacobian is the derivative of residual with respect to the out-of-plane strain.
Input Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.