Enforce gradient continuity between two different variables across a subdomain boundary. More...
#include <InterfaceDiffusionFluxMatch.h>
Public Member Functions | |
InterfaceDiffusionFluxMatch (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual (Moose::DGResidualType type) override |
virtual Real | computeQpJacobian (Moose::DGJacobianType type) override |
Protected Attributes | |
const Real | _D |
diffusion coefficient More... | |
const Real | _D_neighbor |
neighbor diffusion coefficient More... | |
Enforce gradient continuity between two different variables across a subdomain boundary.
Definition at line 23 of file InterfaceDiffusionFluxMatch.h.
InterfaceDiffusionFluxMatch::InterfaceDiffusionFluxMatch | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file InterfaceDiffusionFluxMatch.C.
|
overrideprotectedvirtual |
Definition at line 49 of file InterfaceDiffusionFluxMatch.C.
|
overrideprotectedvirtual |
Definition at line 30 of file InterfaceDiffusionFluxMatch.C.
|
protectedinherited |
diffusion coefficient
Definition at line 30 of file InterfaceDiffusionBase.h.
Referenced by InterfaceDiffusionBoundaryTerm::computeQpJacobian(), computeQpJacobian(), computeQpResidual(), and InterfaceDiffusionBoundaryTerm::computeQpResidual().
|
protectedinherited |
neighbor diffusion coefficient
Definition at line 33 of file InterfaceDiffusionBase.h.
Referenced by InterfaceDiffusionBoundaryTerm::computeQpJacobian(), computeQpJacobian(), computeQpResidual(), and InterfaceDiffusionBoundaryTerm::computeQpResidual().