Computes the total convective heat transfer across a boundary. More...
#include <ConvectiveHeatTransferSideIntegral.h>
Public Member Functions | |
| ConvectiveHeatTransferSideIntegral (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual Real | computeQpIntegral () override |
Protected Attributes | |
| const VariableValue & | _T_wall |
| wall temperature variable More... | |
| const VariableValue * | _T_fluid |
| fluid temperature variable More... | |
| const MaterialProperty< Real > * | _T_fluid_mat |
| fluid temperature variable More... | |
| const VariableValue * | _hw |
| the heat transfer coefficient variable More... | |
| const MaterialProperty< Real > * | _hw_mat |
| the heat transfer coefficient material, either variable or matprop need to be provided More... | |
Computes the total convective heat transfer across a boundary.
Definition at line 14 of file ConvectiveHeatTransferSideIntegral.h.
| ConvectiveHeatTransferSideIntegral::ConvectiveHeatTransferSideIntegral | ( | const InputParameters & | parameters | ) |
Definition at line 21 of file ConvectiveHeatTransferSideIntegral.C.
|
overrideprotectedvirtual |
Definition at line 43 of file ConvectiveHeatTransferSideIntegral.C.
|
protected |
the heat transfer coefficient variable
Definition at line 32 of file ConvectiveHeatTransferSideIntegral.h.
Referenced by computeQpIntegral().
|
protected |
the heat transfer coefficient material, either variable or matprop need to be provided
Definition at line 35 of file ConvectiveHeatTransferSideIntegral.h.
|
protected |
fluid temperature variable
Definition at line 26 of file ConvectiveHeatTransferSideIntegral.h.
Referenced by computeQpIntegral().
|
protected |
fluid temperature variable
Definition at line 29 of file ConvectiveHeatTransferSideIntegral.h.
|
protected |
wall temperature variable
Definition at line 23 of file ConvectiveHeatTransferSideIntegral.h.
Referenced by computeQpIntegral().
1.8.16