Computes pressure from specific volume and specific internal energy. More...
#include <PressureAux.h>
Public Member Functions | |
| PressureAux (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual Real | computeValue () |
Protected Attributes | |
| const VariableValue & | _v |
| const VariableValue & | _e |
| const SinglePhaseFluidProperties & | _fp |
Computes pressure from specific volume and specific internal energy.
Definition at line 23 of file PressureAux.h.
| PressureAux::PressureAux | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file PressureAux.C.
|
protectedvirtual |
Definition at line 37 of file PressureAux.C.
|
protected |
Definition at line 32 of file PressureAux.h.
Referenced by computeValue().
|
protected |
Definition at line 34 of file PressureAux.h.
Referenced by computeValue().
|
protected |
Definition at line 31 of file PressureAux.h.
Referenced by computeValue().
1.8.16