DG kernel for interfacing diffusion between two variables on adjacent blocks. More...
#include <SideSetHeatTransferKernel.h>
Public Member Functions | |
SideSetHeatTransferKernel (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual (Moose::DGResidualType type) override |
virtual Real | computeQpJacobian (Moose::DGJacobianType type) override |
Protected Attributes | |
const MaterialProperty< Real > & | _cond |
Conductivity of gap divided by effective gap width. More... | |
const VariableValue * | _Tbulk_var |
Bulk temperature of gap. More... | |
const MaterialProperty< Real > * | _Tbulk_mat |
const MaterialProperty< Real > & | _hp |
Convective heat transfer coefficient (master face) More... | |
const MaterialProperty< Real > & | _hm |
Convective heat transfer coefficient (neighbor face) More... | |
const MaterialProperty< Real > & | _eps_p |
Master face effective emissivity \epsilon^+\sigma(1-\rho^-)/(1-\rho^+\rho^-) More... | |
const MaterialProperty< Real > & | _eps_m |
Neighbor face effective emissivity \epsilon^-\sigma(1-\rho^+)/(1-\rho^+\rho^-) More... | |
DG kernel for interfacing diffusion between two variables on adjacent blocks.
Definition at line 23 of file SideSetHeatTransferKernel.h.
SideSetHeatTransferKernel::SideSetHeatTransferKernel | ( | const InputParameters & | parameters | ) |
Definition at line 51 of file SideSetHeatTransferKernel.C.
|
overrideprotectedvirtual |
Definition at line 125 of file SideSetHeatTransferKernel.C.
|
overrideprotectedvirtual |
Definition at line 70 of file SideSetHeatTransferKernel.C.
|
protected |
Conductivity of gap divided by effective gap width.
Definition at line 33 of file SideSetHeatTransferKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Neighbor face effective emissivity \epsilon^-\sigma(1-\rho^+)/(1-\rho^+\rho^-)
Definition at line 44 of file SideSetHeatTransferKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Master face effective emissivity \epsilon^+\sigma(1-\rho^-)/(1-\rho^+\rho^-)
Definition at line 42 of file SideSetHeatTransferKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Convective heat transfer coefficient (neighbor face)
Definition at line 40 of file SideSetHeatTransferKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Convective heat transfer coefficient (master face)
Definition at line 38 of file SideSetHeatTransferKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Definition at line 36 of file SideSetHeatTransferKernel.h.
|
protected |
Bulk temperature of gap.
Definition at line 35 of file SideSetHeatTransferKernel.h.
Referenced by computeQpResidual(), and SideSetHeatTransferKernel().