MaterialOutputAction

Outputs material properties to various Outputs objects, based on the parameters set in each Material

This MOOSE Action System is used to output the material properties computed by a Material or a FunctorMaterial to an auxiliary variable. Vector, tensor, and array-valued properties can be output to variables prefixed with the component or index.

Input Parameters

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

    Default:__all__

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

    Unit:(no unit assumed)

    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>

    Unit:(no unit assumed)

    Controllable:No

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

  • print_automatic_aux_variable_creationTrueFlag to print list of aux variables created for automatic output by MaterialOutputAction.

    Default:True

    C++ Type:bool

    Unit:(no unit assumed)

    Controllable:No

    Description:Flag to print list of aux variables created for automatic output by MaterialOutputAction.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters