www.mooseframework.org
heat_conduction
include
bcs
CoupledConvectiveFlux.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 "IntegratedBC.h"
13
14
class
CoupledConvectiveFlux
:
public
IntegratedBC
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
CoupledConvectiveFlux
(
const
InputParameters & parameters);
20
virtual
~CoupledConvectiveFlux
() {}
21
22
protected
:
23
virtual
Real
computeQpResidual
();
24
virtual
Real
computeQpJacobian
();
25
26
const
VariableValue &
_T_infinity
;
27
const
Real
_coefficient
;
28
};
29
30
template
<>
31
InputParameters
validParams<CoupledConvectiveFlux>
();
32
validParams< CoupledConvectiveFlux >
InputParameters validParams< CoupledConvectiveFlux >()
CoupledConvectiveFlux::CoupledConvectiveFlux
CoupledConvectiveFlux(const InputParameters ¶meters)
Definition:
CoupledConvectiveFlux.C:28
CoupledConvectiveFlux::_coefficient
const Real _coefficient
Definition:
CoupledConvectiveFlux.h:27
CoupledConvectiveFlux::validParams
static InputParameters validParams()
Definition:
CoupledConvectiveFlux.C:19
CoupledConvectiveFlux
Definition:
CoupledConvectiveFlux.h:14
CoupledConvectiveFlux::_T_infinity
const VariableValue & _T_infinity
Definition:
CoupledConvectiveFlux.h:26
CoupledConvectiveFlux::~CoupledConvectiveFlux
virtual ~CoupledConvectiveFlux()
Definition:
CoupledConvectiveFlux.h:20
CoupledConvectiveFlux::computeQpResidual
virtual Real computeQpResidual()
Definition:
CoupledConvectiveFlux.C:40
CoupledConvectiveFlux::computeQpJacobian
virtual Real computeQpJacobian()
Definition:
CoupledConvectiveFlux.C:46
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16