SideSetsBetweenSubdomains

under construction:Undocumented Class

The SideSetsBetweenSubdomains 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 a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.

!syntax description /MeshModifiers/SideSetsBetweenSubdomains

Input Parameters

  • master_blockThe master set of blocks for which to draw a sideset between

    C++ Type:std::vector

    Description:The master set of blocks for which to draw a sideset between

  • new_boundaryThe name of the boundary to create

    C++ Type:std::vector

    Description:The name of the boundary to create

  • paired_blockThe paired set of blocks for which to draw a sideset between

    C++ Type:std::vector

    Description:The paired set of blocks for which to draw a sideset between

Required Parameters

  • force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation between modifiers where they might be needed.

    Default:False

    C++ Type:bool

    Description:Normally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation between modifiers where they might be needed.

  • depends_onThe MeshModifiers that this modifier relies upon (i.e. must execute before this one)

    C++ Type:std::vector

    Description:The MeshModifiers that this modifier relies upon (i.e. must execute before this one)

Optional Parameters

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

    C++ Type:std::vector

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

References