https://mooseframework.inl.gov
Loading...
Searching...
No Matches
heat_transfer
include
fviks
FVSideSetHeatTransferKernel.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
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 "
FVInterfaceKernel.h
"
13
18
class
FVSideSetHeatTransferKernel
:
public
FVInterfaceKernel
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
FVSideSetHeatTransferKernel
(
const
InputParameters
&
parameters
);
24
25
protected
:
26
ADReal
computeQpResidual
()
override
;
27
29
const
Moose::Functor<ADReal>
&
_conductance
;
30
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVInterfaceKernel.h
FVInterfaceKernel
FVSideSetHeatTransferKernel
FV interface kernel for modeling heat transfer across an internal sideset using an interface conducta...
Definition
FVSideSetHeatTransferKernel.h:19
FVSideSetHeatTransferKernel::_conductance
const Moose::Functor< ADReal > & _conductance
Thermal conductance across the interface.
Definition
FVSideSetHeatTransferKernel.h:29
FVSideSetHeatTransferKernel::computeQpResidual
ADReal computeQpResidual() override
Definition
FVSideSetHeatTransferKernel.C:36
FVSideSetHeatTransferKernel::validParams
static InputParameters validParams()
Definition
FVSideSetHeatTransferKernel.C:15
FVInterfaceKernel::parameters
const InputParameters & parameters() const
Moose::FunctorEnvelope
InputParameters
Generated on Fri Sep 11 2026 20:36:06 for https://mooseframework.inl.gov by
1.9.8