Nodal auxiliary variable, for computing enthalpy at the nodes. More...
#include <NSEnthalpyAux.h>
Public Member Functions | |
NSEnthalpyAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const VariableValue & | _rho |
const VariableValue & | _rhoE |
const VariableValue & | _pressure |
Nodal auxiliary variable, for computing enthalpy at the nodes.
The total enthalpy is given by:
H = E + p/rho (primitive variables) H = (U_4 + P(U)) / U_0 (conserved variables)
where P(U) = (gamma-1)*(U_4 - (1/2)*(U_1^2 + U_2^2 + U_3^2)/U_0) is the pressure.
Definition at line 31 of file NSEnthalpyAux.h.
NSEnthalpyAux::NSEnthalpyAux | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file NSEnthalpyAux.C.
|
protectedvirtual |
Definition at line 40 of file NSEnthalpyAux.C.
|
protected |
Definition at line 41 of file NSEnthalpyAux.h.
Referenced by computeValue().
|
protected |
Definition at line 39 of file NSEnthalpyAux.h.
Referenced by computeValue().
|
protected |
Definition at line 40 of file NSEnthalpyAux.h.
Referenced by computeValue().