https://mooseframework.inl.gov
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 
17 template <bool is_ad>
19 {
20 public:
22 
24 
25 protected:
26  virtual Real computeQpIntegral() override;
27 
30 
32  const VariableValue * const _T_fluid;
33 
36 
38  const VariableValue * const _hw;
39 
42 };
43 
const VariableValue & _T_wall
wall temperature variable
ConvectiveHeatTransferSideIntegralTempl< false > ConvectiveHeatTransferSideIntegral
const VariableValue *const _T_fluid
fluid temperature variable
const GenericMaterialProperty< Real, is_ad > *const _T_fluid_mat
fluid temperature variable
const VariableValue *const _hw
the heat transfer coefficient variable
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Computes the total convective heat transfer across a boundary.
const GenericMaterialProperty< Real, is_ad > *const _hw_mat
the heat transfer coefficient material, either variable or matprop need to be provided ...
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ConvectiveHeatTransferSideIntegralTempl(const InputParameters &parameters)
const InputParameters & parameters() const
ConvectiveHeatTransferSideIntegralTempl< true > ADConvectiveHeatTransferSideIntegral