https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
userobjects
ADHeatFluxFromHeatStructure3EqnUserObject.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 "
ADHeatFluxFromHeatStructureBaseUserObject.h
"
13
17
class
ADHeatFluxFromHeatStructure3EqnUserObject
:
public
ADHeatFluxFromHeatStructureBaseUserObject
18
{
19
public
:
20
ADHeatFluxFromHeatStructure3EqnUserObject
(
const
InputParameters
&
parameters
);
21
22
protected
:
23
virtual
ADReal
computeQpHeatFlux
()
override
;
24
25
const
ADMaterialProperty<Real>
&
_T_wall
;
26
const
ADMaterialProperty<Real>
&
_Hw
;
27
const
ADMaterialProperty<Real>
&
_T
;
28
30
const
Moose::Functor<ADReal>
&
_scale
;
31
32
public
:
33
static
InputParameters
validParams
();
34
};
ADHeatFluxFromHeatStructureBaseUserObject.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADHeatFluxFromHeatStructure3EqnUserObject
Cache the heat flux between a single phase flow channel and a heat structure.
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.h:18
ADHeatFluxFromHeatStructure3EqnUserObject::validParams
static InputParameters validParams()
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.C:15
ADHeatFluxFromHeatStructure3EqnUserObject::computeQpHeatFlux
virtual ADReal computeQpHeatFlux() override
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.C:38
ADHeatFluxFromHeatStructure3EqnUserObject::_T_wall
const ADMaterialProperty< Real > & _T_wall
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.h:25
ADHeatFluxFromHeatStructure3EqnUserObject::_scale
const Moose::Functor< ADReal > & _scale
Functor by which to scale the heat flux.
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.h:30
ADHeatFluxFromHeatStructure3EqnUserObject::_Hw
const ADMaterialProperty< Real > & _Hw
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.h:26
ADHeatFluxFromHeatStructure3EqnUserObject::_T
const ADMaterialProperty< Real > & _T
Definition
ADHeatFluxFromHeatStructure3EqnUserObject.h:27
ADHeatFluxFromHeatStructureBaseUserObject
Base class for caching heat flux between a flow channel and a heat structure.
Definition
ADHeatFluxFromHeatStructureBaseUserObject.h:27
ADMaterialProperty
ElementUserObject::parameters
const InputParameters & parameters() const
Moose::FunctorEnvelope
InputParameters
Generated on Fri Aug 21 2026 13:41:55 for https://mooseframework.inl.gov by
1.9.8