Computes the average of the densities of the phases corresponding to a 2-phase fluid properties object. More...
#include <TwoPhaseAverageDensityAux.h>
Public Member Functions | |
TwoPhaseAverageDensityAux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () override |
Protected Attributes | |
const VariableValue & | _p |
Pressure. More... | |
const VariableValue & | _T |
Temperature. More... | |
const TwoPhaseFluidProperties & | _fp_2phase |
2-phase fluid properties object More... | |
const SinglePhaseFluidProperties & | _fp_liquid |
Liquid 1-phase fluid properties object. More... | |
const SinglePhaseFluidProperties & | _fp_vapor |
Vapor 1-phase fluid properties object. More... | |
Computes the average of the densities of the phases corresponding to a 2-phase fluid properties object.
The computed physical quantity does not have any physical significance; this aux kernel is used for testing 2-phase fluid properties classes.
Definition at line 28 of file TwoPhaseAverageDensityAux.h.
TwoPhaseAverageDensityAux::TwoPhaseAverageDensityAux | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file TwoPhaseAverageDensityAux.C.
|
overrideprotectedvirtual |
Definition at line 44 of file TwoPhaseAverageDensityAux.C.
|
protected |
2-phase fluid properties object
Definition at line 42 of file TwoPhaseAverageDensityAux.h.
|
protected |
Liquid 1-phase fluid properties object.
Definition at line 44 of file TwoPhaseAverageDensityAux.h.
Referenced by computeValue().
|
protected |
Vapor 1-phase fluid properties object.
Definition at line 46 of file TwoPhaseAverageDensityAux.h.
Referenced by computeValue().
|
protected |
|
protected |
Temperature.
Definition at line 39 of file TwoPhaseAverageDensityAux.h.
Referenced by computeValue().