- postprocessorThe name of the postprocessor.
C++ Type:PostprocessorName
Controllable:No
Description:The name of the postprocessor.
CopyPostprocessorValueControl
Forwards the value of a postprocessor to a ControlData named with the name of the postprocessor.
This is useful for the numerous ControlLogic objects that rely on ControlData. Using this object, we can forward the value of the postprocessor so it can be used by these objects.
Input Parameters
- depends_onThe Controls that this control relies upon (i.e. must execute before this one)
C++ Type:std::vector<std::string>
Controllable:No
Description:The Controls that this control relies upon (i.e. must execute before this one)
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
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
Controllable:No
Description:Determines whether this object is calculated using an implicit or explicit form