Nodal auxiliary variable for enthalpy,.
More...
#include <EnthalpyAux.h>
Nodal auxiliary variable for enthalpy,.
H = E + p/rho
Definition at line 26 of file EnthalpyAux.h.
◆ EnthalpyAux()
EnthalpyAux::EnthalpyAux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 26 of file EnthalpyAux.C.
27 : AuxKernel(parameters),
28 _rho(coupledValue(
"rho")),
29 _rho_et(coupledValue(
"rho_et")),
◆ computeValue()
Real EnthalpyAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
◆ _pressure
const VariableValue& EnthalpyAux::_pressure |
|
protected |
◆ _rho
const VariableValue& EnthalpyAux::_rho |
|
protected |
◆ _rho_et
const VariableValue& EnthalpyAux::_rho_et |
|
protected |
The documentation for this class was generated from the following files: