www.mooseframework.org
phase_field
include
interfacekernels
InterfaceDiffusionBoundaryTerm.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
InterfaceDiffusionBoundaryTerm
;
15
16
template
<>
17
InputParameters
validParams<InterfaceDiffusionBoundaryTerm>
();
18
23
class
InterfaceDiffusionBoundaryTerm
:
public
InterfaceDiffusionBase
24
{
25
public
:
26
InterfaceDiffusionBoundaryTerm
(
const
InputParameters & parameters);
27
28
protected
:
29
virtual
Real
computeQpResidual
(Moose::DGResidualType type)
override
;
30
virtual
Real
computeQpJacobian
(Moose::DGJacobianType type)
override
;
31
};
32
InterfaceDiffusionBoundaryTerm::computeQpResidual
virtual Real computeQpResidual(Moose::DGResidualType type) override
Definition:
InterfaceDiffusionBoundaryTerm.C:30
InterfaceDiffusionBase
Base class for Diffusion equation terms coupling two different variables across a subdomain boundary.
Definition:
InterfaceDiffusionBase.h:23
validParams< InterfaceDiffusionBoundaryTerm >
InputParameters validParams< InterfaceDiffusionBoundaryTerm >()
Definition:
InterfaceDiffusionBoundaryTerm.C:16
InterfaceDiffusionBase.h
InterfaceDiffusionBoundaryTerm::computeQpJacobian
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
Definition:
InterfaceDiffusionBoundaryTerm.C:46
InterfaceDiffusionBoundaryTerm::InterfaceDiffusionBoundaryTerm
InterfaceDiffusionBoundaryTerm(const InputParameters ¶meters)
Definition:
InterfaceDiffusionBoundaryTerm.C:24
InterfaceDiffusionBoundaryTerm
Add weak form surface terms of the Diffusion equation for two different variables across a subdomain ...
Definition:
InterfaceDiffusionBoundaryTerm.h:23
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16