www.mooseframework.org
InterfaceDiffusionFluxMatch.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "InterfaceDiffusionBase.h"
13 
15 
16 template <>
18 
24 {
25 public:
26  InterfaceDiffusionFluxMatch(const InputParameters & parameters);
27 
28 protected:
29  virtual Real computeQpResidual(Moose::DGResidualType type) override;
30  virtual Real computeQpJacobian(Moose::DGJacobianType type) override;
31 };
32 
InterfaceDiffusionFluxMatch::computeQpResidual
virtual Real computeQpResidual(Moose::DGResidualType type) override
Definition: InterfaceDiffusionFluxMatch.C:30
InterfaceDiffusionBase
Base class for Diffusion equation terms coupling two different variables across a subdomain boundary.
Definition: InterfaceDiffusionBase.h:23
validParams< InterfaceDiffusionFluxMatch >
InputParameters validParams< InterfaceDiffusionFluxMatch >()
Definition: InterfaceDiffusionFluxMatch.C:16
InterfaceDiffusionBase.h
InterfaceDiffusionFluxMatch
Enforce gradient continuity between two different variables across a subdomain boundary.
Definition: InterfaceDiffusionFluxMatch.h:23
InterfaceDiffusionFluxMatch::computeQpJacobian
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
Definition: InterfaceDiffusionFluxMatch.C:49
InterfaceDiffusionFluxMatch::InterfaceDiffusionFluxMatch
InterfaceDiffusionFluxMatch(const InputParameters &parameters)
Definition: InterfaceDiffusionFluxMatch.C:24