Material for calculating fluid properties for a fluid comprised of two components: the solute (eg, NaCl), and the solution (eg, water). More...
#include <MultiComponentFluidPropertiesMaterialPT.h>
Public Member Functions | |
MultiComponentFluidPropertiesMaterialPT (const InputParameters ¶meters) | |
virtual | ~MultiComponentFluidPropertiesMaterialPT () |
Protected Member Functions | |
virtual void | computeQpProperties () |
Protected Attributes | |
const VariableValue & | _pressure |
Pressure (Pa) More... | |
const VariableValue & | _temperature |
Temperature (K) More... | |
const VariableValue & | _xmass |
Mass fraction of solute (-) More... | |
MaterialProperty< Real > & | _rho |
Density (kg/m^3) More... | |
MaterialProperty< Real > & | _h |
Enthalpy (kJ/kg) More... | |
MaterialProperty< Real > & | _cp |
Isobaric heat capacity (kJ/kg/K) More... | |
MaterialProperty< Real > & | _e |
Internal energy (kJ/kg) More... | |
const MultiComponentFluidProperties & | _fp |
Material for calculating fluid properties for a fluid comprised of two components: the solute (eg, NaCl), and the solution (eg, water).
This material uses the pressure - temperature formulation.
Definition at line 25 of file MultiComponentFluidPropertiesMaterialPT.h.
MultiComponentFluidPropertiesMaterialPT::MultiComponentFluidPropertiesMaterialPT | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file MultiComponentFluidPropertiesMaterialPT.C.
|
virtual |
Definition at line 44 of file MultiComponentFluidPropertiesMaterialPT.C.
|
protectedvirtual |
Definition at line 47 of file MultiComponentFluidPropertiesMaterialPT.C.
|
protected |
Isobaric heat capacity (kJ/kg/K)
Definition at line 45 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Internal energy (kJ/kg)
Definition at line 47 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 50 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Enthalpy (kJ/kg)
Definition at line 43 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Pressure (Pa)
Definition at line 35 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Density (kg/m^3)
Definition at line 41 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Temperature (K)
Definition at line 37 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().
|
protected |
Mass fraction of solute (-)
Definition at line 39 of file MultiComponentFluidPropertiesMaterialPT.h.
Referenced by computeQpProperties().