Computes specific enthalpy from pressure and temperature. More...
#include <SpecificEnthalpyAux.h>
Public Member Functions | |
SpecificEnthalpyAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
const VariableValue & | _pressure |
const VariableValue & | _temperature |
const SinglePhaseFluidProperties & | _fp |
Computes specific enthalpy from pressure and temperature.
Definition at line 23 of file SpecificEnthalpyAux.h.
SpecificEnthalpyAux::SpecificEnthalpyAux | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file SpecificEnthalpyAux.C.
|
overrideprotectedvirtual |
Definition at line 36 of file SpecificEnthalpyAux.C.
|
protected |
Definition at line 34 of file SpecificEnthalpyAux.h.
Referenced by computeValue().
|
protected |
Definition at line 31 of file SpecificEnthalpyAux.h.
Referenced by computeValue().
|
protected |
Definition at line 32 of file SpecificEnthalpyAux.h.
Referenced by computeValue().