ReadExecutorParamsAction

Add an Executor object to the simulation.

This MooseObjectAction checks whether a Preconditioner has been specified in the [Executor] block, and if not creates a default preconditioner.

The addition of the default preconditioner is similar to what is performed by the CreateExecutionerAction.

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

  • auto_preconditioningTrueWhen true and a [Preconditioning] block does not exist, the application will attempt to use the correct preconditioning given the Executor settings.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:When true and a [Preconditioning] block does not exist, the application will attempt to use the correct preconditioning given the Executor settings.

  • 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.

  • isObjectActionTrueIndicates that this is a MooseObjectAction.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Indicates that this is a MooseObjectAction.

Advanced Parameters