ArrayDGDiffusion

Description

This array DG (discontinuous Galerkin) kernel implements the following piece of a weak form:

where is the test function, is the finite element solution and is the diffusion coefficients for all components of the array variable. and are the jump and average of the enclosed quantity on the internal sides.

is a unit norm defined on internal sides denoted by . can be 1, -1, and 0, corresponding symmetric, asymetric and incomplete interior penalty methods respectively. The penalty coefficients are evaluated with the following formulation: where is the polynomial order of the shape functions; is the length of the element orthogonal to the side; is an adjustable constant.

Input Parameters

  • diffThe diffusion (or thermal conductivity or viscosity) coefficient.

    C++ Type:MaterialPropertyName

    Options:

    Description:The diffusion (or thermal conductivity or viscosity) coefficient.

  • variableThe name of the variable that this boundary condition applies to

    C++ Type:NonlinearVariableName

    Options:

    Description:The name of the variable that this boundary condition applies to

Required Parameters

  • blockThe list of block ids (SubdomainID) that this object will be applied

    C++ Type:std::vector

    Options:

    Description:The list of block ids (SubdomainID) that this object will be applied

  • boundaryThe list of boundary IDs from the mesh where this boundary condition applies

    C++ Type:std::vector

    Options:

    Description:The list of boundary IDs from the mesh where this boundary condition applies

  • diag_save_inThe name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

    C++ Type:std::vector

    Options:

    Description:The name of auxiliary variables to save this Kernel's diagonal Jacobian contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • epsilon1epsilon

    Default:1

    C++ Type:double

    Options:

    Description:epsilon

  • exclude_boundaryThe internal side sets to be excluded from this kernel.

    C++ Type:std::vector

    Options:

    Description:The internal side sets to be excluded from this kernel.

  • save_inThe name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

    C++ Type:std::vector

    Options:

    Description:The name of auxiliary variables to save this Kernel's residual contributions to. Everything about that variable must match everything about this variable (the type, what blocks it's on, etc.)

  • sigma4sigma

    Default:4

    C++ Type:double

    Options:

    Description:sigma

Optional Parameters

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

    C++ Type:std::vector

    Options:

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • implicitTrueDetermines whether this object is calculated using an implicit or explicit form

    Default:True

    C++ Type:bool

    Options:

    Description:Determines whether this object is calculated using an implicit or explicit form

  • use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

    Default:False

    C++ Type:bool

    Options:

    Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.

Advanced Parameters

  • extra_matrix_tagsThe extra tags for the matrices this Kernel should fill

    C++ Type:std::vector

    Options:

    Description:The extra tags for the matrices this Kernel should fill

  • extra_vector_tagsThe extra tags for the vectors this Kernel should fill

    C++ Type:std::vector

    Options:

    Description:The extra tags for the vectors this Kernel should fill

  • matrix_tagssystemThe tag for the matrices this Kernel should fill

    Default:system

    C++ Type:MultiMooseEnum

    Options:nontime system

    Description:The tag for the matrices this Kernel should fill

  • vector_tagsnontimeThe tag for the vectors this Kernel should fill

    Default:nontime

    C++ Type:MultiMooseEnum

    Options:nontime time

    Description:The tag for the vectors this Kernel should fill

Tagging Parameters

Input Files