Go to the documentation of this file.
37 MaterialProperty<Real> &
_rho;
39 MaterialProperty<Real> &
_mu;
41 MaterialProperty<Real> &
_cp;
43 MaterialProperty<Real> &
_cv;
45 MaterialProperty<Real> &
_k;
47 MaterialProperty<Real> &
_h;
49 MaterialProperty<Real> &
_e;
51 MaterialProperty<Real> &
_s;
53 MaterialProperty<Real> &
_c;
MaterialProperty< Real > & _cp
Isobaric specific heat capacity (kJ/kg/K)
Common class for single phase fluid properties.
InputParameters validParams< FluidPropertiesMaterialPT >()
MaterialProperty< Real > & _h
Specific enthalpy (kJ/kg)
Computes fluid properties using (pressure, temperature) formulation.
const SinglePhaseFluidProperties & _fp
Fluid properties UserObject.
MaterialProperty< Real > & _e
Internal energy (kJ/kg)
const VariableValue & _temperature
Temperature (K)
MaterialProperty< Real > & _s
Specific entropy (kJ/kg/K)
MaterialProperty< Real > & _mu
Viscosity (Pa.s)
MaterialProperty< Real > & _cv
Isochoric specific heat capacity (kJ/kg/K)
MaterialProperty< Real > & _rho
Density (kg/m^3)
MaterialProperty< Real > & _k
Thermal conductivity (W/m/K)
FluidPropertiesMaterialPT(const InputParameters ¶meters)
const VariableValue & _pressure
Pressure (Pa)
MaterialProperty< Real > & _c
Speed of sound (m/s)
virtual void computeQpProperties()
virtual ~FluidPropertiesMaterialPT()