- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector
Description:If specified only the blocks named will be visited and made active
- isObjectActionTrueIndicates that this is a MooseObjectAction.
Default:True
C++ Type:bool
Description:Indicates that this is a MooseObjectAction.
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.
AddTransferAction
The AddTransferAction is the general action that creates Transfer objects when listed within the [Transfers]
block of an input file.