#include <HeatTransferCoefficientAux.h>
Public Member Functions | |
HeatTransferCoefficientAux (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const UserObject & | _heat_flux |
User object containing heat flux. | |
const UserObject & | _wall_T |
User object containing wall temperature. | |
const UserObject & | _bulk_T |
User object containing bulk temperature. | |
Compute a heat transfer coefficient as q / (T_w - T_inf) with each of these three quantities obtained from a user object.
HeatTransferCoefficientAux::HeatTransferCoefficientAux | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
|
static |
|
protected |
User object containing bulk temperature.
|
protected |
User object containing heat flux.
|
protected |
User object containing wall temperature.