- KIII_vector_nameThe name of the vector that contains KIII
C++ Type:std::string
Description:The name of the vector that contains KIII
- KIII_vectorpostprocessorThe name of the VectorPostprocessor that computes KIII
C++ Type:VectorPostprocessorName
Description:The name of the VectorPostprocessor that computes KIII
- KII_vector_nameThe name of the vector that contains KII
C++ Type:std::string
Description:The name of the vector that contains KII
- KII_vectorpostprocessorThe name of the VectorPostprocessor that computes KII
C++ Type:VectorPostprocessorName
Description:The name of the VectorPostprocessor that computes KII
- KI_vector_nameThe name of the vector that contains KI
C++ Type:std::string
Description:The name of the vector that contains KI
- KI_vectorpostprocessorThe name of the VectorPostprocessor that computes KI
C++ Type:VectorPostprocessorName
Description:The name of the VectorPostprocessor that computes KI
- poissons_ratioPoisson's ratio for the material.
C++ Type:double
Description:Poisson's ratio for the material.
MixedModeEquivalentK
Computes the mixed-mode stress intensity factor given the , , and stress intensity factors
Description
This class computes an equivalent stress intensity factor for a crack under mixed-mode loading as a function of the stress intensity factors for the individual modes (, , and for modes , , and , respectively): where is the Poisson's ratio. This object is a VectorPostprocessor, and the individual stress intensity factors are computed by individual VectorPostprocessors.
This object is not typically defined directly by a user, but is set up automatically using the equivalent_K
parameter in DomainIntegralAction.
Input Parameters
- contains_complete_historyFalseSet this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
Default:False
C++ Type:bool
Description:Set this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
- execute_onTIMESTEP_ENDThe 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:TIMESTEP_END
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.
- parallel_typeREPLICATEDSet how the data is represented within the VectorPostprocessor (VPP); 'distributed' indicates that data within the VPP is distributed and no auto communication is preformed, this setting will result in parallel output within the CSV output; 'replicated' indicates that the data within the VPP is correct on processor 0, the data will automatically be broadcast to all processors unless the '_auto_broadcast' param is set to false within the validParams function.
Default:REPLICATED
C++ Type:MooseEnum
Description:Set how the data is represented within the VectorPostprocessor (VPP); 'distributed' indicates that data within the VPP is distributed and no auto communication is preformed, this setting will result in parallel output within the CSV output; 'replicated' indicates that the data within the VPP is correct on processor 0, the data will automatically be broadcast to all processors unless the '_auto_broadcast' param is set to false within the validParams function.
- ring_indexRing ID
C++ Type:unsigned int
Description:Ring ID
Optional 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.
- force_preauxFalseForces the GeneralUserObject to be executed in PREAUX
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREAUX
- force_preicFalseForces the GeneralUserObject to be executed in PREIC during initial setup
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREIC during initial setup
- outputsVector of output names were you would like to restrict the output of variables(s) associated with this object
C++ Type:std::vector<OutputName>
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
- 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.