CreateProblemAction

under construction:Undocumented Class

The CreateProblemAction has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with an action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

!syntax description /Problem/CreateProblemAction

Input Parameters

  • material_coverage_checkTrueSet to false to disable material->subdomain coverage check

    Default:True

    C++ Type:bool

    Description:Set to false to disable material->subdomain coverage check

  • rz_coord_axisYThe rotation axis (X | Y) for axisymetric coordinates

    Default:Y

    C++ Type:MooseEnum

    Description:The rotation axis (X | Y) for axisymetric coordinates

  • kernel_coverage_checkTrueSet to false to disable kernel->subdomain coverage check

    Default:True

    C++ Type:bool

    Description:Set to false to disable kernel->subdomain coverage check

  • nameMOOSE ProblemThe name the problem

    Default:MOOSE Problem

    C++ Type:std::string

    Description:The name the problem

  • restart_file_baseFile base name used for restart (e.g. / or /LATEST to grab the latest file available)

    C++ Type:FileNameNoExtension

    Description:File base name used for restart (e.g. / or /LATEST to grab the latest file available)

  • extra_tag_vectorsExtra vectors to add to the system that can be filled by objects which compute residuals and Jacobians (Kernels, BCs, etc.) by setting tags on them.

    C++ Type:std::vector

    Description:Extra vectors to add to the system that can be filled by objects which compute residuals and Jacobians (Kernels, BCs, etc.) by setting tags on them.

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

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

  • coord_typeXYZType of the coordinate system per block param

    Default:XYZ

    C++ Type:MultiMooseEnum

    Description:Type of the coordinate system per block param

  • parallel_barrier_messagingTrueDisplays messaging from parallel barrier notifications when executing or transferring to/from Multiapps (default: true)

    Default:True

    C++ Type:bool

    Description:Displays messaging from parallel barrier notifications when executing or transferring to/from Multiapps (default: true)

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

  • extra_tag_matricesExtra matrices to add to the system that can be filled by objects which compute residuals and Jacobians (Kernels, BCs, etc.) by setting tags on them.

    C++ Type:std::vector

    Description:Extra matrices to add to the system that can be filled by objects which compute residuals and Jacobians (Kernels, BCs, etc.) by setting tags on them.

  • blockBlock IDs for the coordinate systems

    C++ Type:std::vector

    Description:Block IDs for the coordinate systems

Optional Parameters

References