https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
kernels
ADOneDEnergyWallHeatFlux.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 "
ADKernel.h
"
13
14
class
ADOneDEnergyWallHeatFlux
:
public
ADKernel
15
{
16
public
:
17
ADOneDEnergyWallHeatFlux
(
const
InputParameters
&
parameters
);
18
19
protected
:
20
virtual
ADReal
computeQpResidual
();
21
23
const
ADMaterialProperty<Real>
&
_q_wall
;
25
const
ADVariableValue
&
_P_hf
;
26
27
public
:
28
static
InputParameters
validParams
();
29
};
ADKernel.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelTempl
ADMaterialProperty
ADOneDEnergyWallHeatFlux
Definition
ADOneDEnergyWallHeatFlux.h:15
ADOneDEnergyWallHeatFlux::_P_hf
const ADVariableValue & _P_hf
Heat flux perimeter.
Definition
ADOneDEnergyWallHeatFlux.h:25
ADOneDEnergyWallHeatFlux::_q_wall
const ADMaterialProperty< Real > & _q_wall
Heat flux.
Definition
ADOneDEnergyWallHeatFlux.h:23
ADOneDEnergyWallHeatFlux::validParams
static InputParameters validParams()
Definition
ADOneDEnergyWallHeatFlux.C:15
ADOneDEnergyWallHeatFlux::computeQpResidual
virtual ADReal computeQpResidual()
Definition
ADOneDEnergyWallHeatFlux.C:32
ADKernelTempl::parameters
const InputParameters & parameters() const
ADVariableValue
VariableValueTempl< true > ADVariableValue
InputParameters
Generated on Fri Aug 21 2026 13:41:54 for https://mooseframework.inl.gov by
1.9.8