https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
kernels
ADOneDEnergyWallHeating.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
// The spatial part of the 1D energy conservation for Navier-Stokes flow
15
class
ADOneDEnergyWallHeating
:
public
ADKernel
16
{
17
public
:
18
ADOneDEnergyWallHeating
(
const
InputParameters
&
parameters
);
19
20
protected
:
21
virtual
ADReal
computeQpResidual
();
22
23
const
ADMaterialProperty<Real>
&
_temperature
;
24
const
ADMaterialProperty<Real>
&
_Hw
;
25
26
const
ADVariableValue
&
_T_wall
;
27
const
ADVariableValue
&
_P_hf
;
28
29
public
:
30
static
InputParameters
validParams
();
31
};
ADKernel.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADKernelTempl
ADMaterialProperty
ADOneDEnergyWallHeating
Definition
ADOneDEnergyWallHeating.h:16
ADOneDEnergyWallHeating::_T_wall
const ADVariableValue & _T_wall
Definition
ADOneDEnergyWallHeating.h:26
ADOneDEnergyWallHeating::computeQpResidual
virtual ADReal computeQpResidual()
Definition
ADOneDEnergyWallHeating.C:39
ADOneDEnergyWallHeating::validParams
static InputParameters validParams()
Definition
ADOneDEnergyWallHeating.C:15
ADOneDEnergyWallHeating::_Hw
const ADMaterialProperty< Real > & _Hw
Definition
ADOneDEnergyWallHeating.h:24
ADOneDEnergyWallHeating::_P_hf
const ADVariableValue & _P_hf
Definition
ADOneDEnergyWallHeating.h:27
ADOneDEnergyWallHeating::_temperature
const ADMaterialProperty< Real > & _temperature
Definition
ADOneDEnergyWallHeating.h:23
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