www.mooseframework.org
phase_field
include
interfacekernels
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
14
class
InterfaceDiffusionFluxMatch
;
15
16
template
<>
17
InputParameters
validParams<InterfaceDiffusionFluxMatch>
();
18
23
class
InterfaceDiffusionFluxMatch
:
public
InterfaceDiffusionBase
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 ¶meters)
Definition:
InterfaceDiffusionFluxMatch.C:24
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16