https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ConvectiveHeatTransferSideIntegral.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
13
17template <bool is_ad>
43
ConvectiveHeatTransferSideIntegralTempl< false > ConvectiveHeatTransferSideIntegral
ConvectiveHeatTransferSideIntegralTempl< true > ADConvectiveHeatTransferSideIntegral
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Computes the total convective heat transfer across a boundary.
const VariableValue *const _hw
the heat transfer coefficient variable
const GenericMaterialProperty< Real, is_ad > *const _hw_mat
the heat transfer coefficient material, either variable or matprop need to be provided
const VariableValue & _T_wall
wall temperature variable
const VariableValue *const _T_fluid
fluid temperature variable
const GenericMaterialProperty< Real, is_ad > *const _T_fluid_mat
fluid temperature variable
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue