- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector<SubdomainName>
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
- strainSMALLStrain formulation
Default:SMALL
C++ Type:MooseEnum
Description:Strain formulation
UserObject for Generalized Plane Strain Model Based on Form I of Horizon-Stabilized Peridynamic Correspondence Formulation
Description
The GeneralizedPlaneStrainUserObjectNOSPD
UserObject is used to provide the residual and Jacobian for the scalar out-of-plane strain field variable in a generalized plane strain formulation using Form I of the horizon-stabilized peridynamic correspondence formulation. The out-of-plane stress component is retrieved from the Compute***Stress
Material class. Integration of this component over the whole simulation domain is accomplished by summation of the product of material point area and the component value. The residual is the difference between stress integral and the applied force in the out-of-plane direction. The 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<std::string>
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.