PostprocessorAsControlAction

This action adds a control object that copies a postprocessor value into the control system so that users can work with the postprocessor name directly.

This conversion is performed for every postprocessor by every application that registers the ThermalHydraulicsApp syntax.

This Action relies on creating a CopyPostprocessorValueControl with the postprocessor as the "postprocessor" parameter.

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

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.

Advanced Parameters