MaterialProperty< Real > *const _ddensity_dT
Derivative of fluid density wrt temperature at the qps or nodes.
Common class for single phase fluid properties.
MaterialProperty< Real > *const _dinternal_energy_dp
Derivative of fluid internal_energy wrt phase pore pressure at the qps or nodes.
InputParameters validParams< PorousFlowBrine >()
MaterialProperty< Real > *const _dviscosity_dp
Derivative of fluid phase viscosity wrt pressure at the nodes or qps.
const bool _compute_enthalpy
If true, this Material will compute enthalpy and its derivatives.
MaterialProperty< Real > *const _viscosity
Fluid phase viscosity at the nodes or qps.
Base class for fluid properties materials.
MaterialProperty< Real > *const _dinternal_energy_dT
Derivative of fluid internal_energy wrt temperature at the qps or nodes.
MaterialProperty< Real > *const _dviscosity_dT
Derivative of fluid phase viscosity wrt temperature at the nodes or qps.
virtual void computeQpProperties() override
const bool _compute_rho_mu
If true, this Material will compute density and viscosity, and their derivatives.
MaterialProperty< Real > *const _density
Fluid phase density at the qps or nodes.
MaterialProperty< Real > *const _ddensity_dp
Derivative of fluid density wrt phase pore pressure at the qps or nodes.
const bool _compute_internal_energy
If true, this Material will compute internal energy and its derivatives.
Fluid properties of Brine.
const SinglePhaseFluidProperties * _water_fp
Water fluid properties UserObject.
MaterialProperty< Real > *const _internal_energy
Fluid phase internal_energy at the qps or nodes.
MaterialProperty< Real > *const _denthalpy_dT
Derivative of fluid enthalpy wrt temperature at the qps or nodes.
MaterialProperty< Real > *const _denthalpy_dp
Derivative of fluid enthalpy wrt phase pore pressure at the qps or nodes.
const VariableValue & _xnacl
NaCl mass fraction at the qps or nodes.
MaterialProperty< Real > *const _enthalpy
Fluid phase enthalpy at the qps or nodes.
PorousFlowBrine(const InputParameters ¶meters)
const BrineFluidProperties * _brine_fp
Brine fluid properties UserObject.
Brine (NaCl in H2O) fluid properties as a function of pressure (Pa), temperature (K) and NaCl mass fr...
virtual void initQpStatefulProperties() override