- postprocessorPost-processor nameC++ Type:PostprocessorName Unit:(no unit assumed) Controllable:No Description:Post-processor name 
GetPostprocessorChainControl
This ChainControl copies the current value of a Postprocessor into a ChainControlData of type Real. This data will be named as <control>:value, where <control> is the user-given name of the GetPostprocessorChainControl, unless "name_data_same_as_postprocessor" is set to true, in which case the data is named the same as the post-processor.
Note that modification of this ChainControlData does not modify the value of the original post-processor.
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) 
- execute_onINITIAL TIMESTEP_ENDThe list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html.Default:INITIAL TIMESTEP_END C++ Type:ExecFlagEnum Controllable:No Description:The list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html. 
- name_data_same_as_postprocessorFalseIf true, name the new control data to be the same as the post-processor name; otherwise name as ':value', where ' ' is the name of this control object. Default:False C++ Type:bool Controllable:No Description:If true, name the new control data to be the same as the post-processor name; otherwise name as ' :value', where ' ' is the name of this control object. 
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 formDefault:True C++ Type:bool Controllable:No Description:Determines whether this object is calculated using an implicit or explicit form