MaterialProperty< Real > *const _internal_energy
Fluid phase internal_energy at the qps or nodes.
Common class for single phase fluid properties.
const Real _time_to_seconds
convert time to seconds by multiplying by this quantity
MaterialProperty< Real > *const _dviscosity_dT
Derivative of fluid phase viscosity wrt temperature at the nodes.
const bool _compute_internal_energy
If true, this Material will compute internal energy and its derivatives.
PressureUnitEnum
Unit used for porepressure.
Base class for fluid properties materials.
enum PorousFlowSingleComponentFluid::PressureUnitEnum _p_unit
MaterialProperty< Real > *const _enthalpy
Fluid phase enthalpy at the qps or nodes.
MaterialProperty< Real > *const _ddensity_dp
Derivative of fluid density wrt phase pore pressure at the qps or nodes.
General single component fluid material.
virtual void computeQpProperties() override
MaterialProperty< Real > *const _dinternal_energy_dT
Derivative of fluid internal_energy wrt temperature at the qps or nodes.
MaterialProperty< Real > *const _ddensity_dT
Derivative of fluid density 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.
MaterialProperty< Real > *const _dinternal_energy_dp
Derivative of fluid internal_energy wrt phase pore pressure at the qps or nodes.
virtual void initQpStatefulProperties() override
const bool _compute_enthalpy
If true, this Material will compute enthalpy and its derivatives.
const Real _pressure_to_Pascals
convert porepressure to Pascals by multiplying by this quantity
TimeUnitEnum
Unit used for time.
PorousFlowSingleComponentFluid(const InputParameters ¶meters)
const SinglePhaseFluidProperties & _fp
Fluid properties UserObject.
InputParameters validParams< PorousFlowSingleComponentFluid >()
MaterialProperty< Real > *const _viscosity
Fluid phase viscosity at the nodes.
enum PorousFlowSingleComponentFluid::TimeUnitEnum _time_unit
MaterialProperty< Real > *const _dviscosity_dp
Derivative of fluid phase viscosity wrt pressure at the nodes.
MaterialProperty< Real > *const _density
Fluid phase density at the qps or nodes.
const bool _compute_rho_mu
If true, this Material will compute density and viscosity, and their derivatives.
MaterialProperty< Real > *const _denthalpy_dT
Derivative of fluid enthalpy wrt temperature at the qps or nodes.