Go to the documentation of this file.
41 MaterialProperty<Real> &
_rho;
43 MaterialProperty<Real> &
_h;
45 MaterialProperty<Real> &
_cp;
47 MaterialProperty<Real> &
_e;
MaterialProperty< Real > & _rho
Density (kg/m^3)
Material for calculating fluid properties for a fluid comprised of two components: the solute (eg,...
MaterialProperty< Real > & _cp
Isobaric heat capacity (kJ/kg/K)
MaterialProperty< Real > & _e
Internal energy (kJ/kg)
MaterialProperty< Real > & _h
Enthalpy (kJ/kg)
MultiComponentFluidPropertiesMaterialPT(const InputParameters ¶meters)
virtual void computeQpProperties()
const MultiComponentFluidProperties & _fp
Common class for multiple component fluid properties using a pressure and temperature formulation.
const VariableValue & _xmass
Mass fraction of solute (-)
const VariableValue & _temperature
Temperature (K)
virtual ~MultiComponentFluidPropertiesMaterialPT()
const VariableValue & _pressure
Pressure (Pa)
InputParameters validParams< MultiComponentFluidPropertiesMaterialPT >()