A kernel for computing total energy convective flux. More...
#include <TotalEnergyConvectiveFlux.h>
Public Member Functions | |
TotalEnergyConvectiveFlux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
Protected Attributes | |
const VariableValue & | _rho |
Density. More... | |
const VariableValue & | _rho_u |
Momentum. More... | |
const VariableValue & | _rho_v |
const VariableValue & | _rho_w |
const VariableValue & | _enthalpy |
Enthalpy. More... | |
A kernel for computing total energy convective flux.
\grad (\rho u H)
Definition at line 25 of file TotalEnergyConvectiveFlux.h.
TotalEnergyConvectiveFlux::TotalEnergyConvectiveFlux | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file TotalEnergyConvectiveFlux.C.
|
protectedvirtual |
Definition at line 47 of file TotalEnergyConvectiveFlux.C.
|
protectedvirtual |
|
protected |
Enthalpy.
Definition at line 41 of file TotalEnergyConvectiveFlux.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 35 of file TotalEnergyConvectiveFlux.h.
|
protected |
Momentum.
Definition at line 37 of file TotalEnergyConvectiveFlux.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 38 of file TotalEnergyConvectiveFlux.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 39 of file TotalEnergyConvectiveFlux.h.
Referenced by computeQpResidual().