gas_pure_gesmr#

gas_pure_gesmr(phase, T='pore.temperature', Tc='param.critical_temperature', Pc='param.critical_pressure', MW='param.molecular_weight')[source]#

Calculates the viscosity of a pure gas using the correlation [1]

Parameters:
  • phase (OpenPNM Phase object) – The phase object to which this model is associated (i.e. attached). This controls the length of the calculated array(s), and also provides access to other necessary properties.

  • T (str (dict key) or numeric) – Name of the dictionary key on phase containing the ndarray of temperature values, in units of [K]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.

  • Tc (str (dict key) or numeric) – Name of the dictionary key on phase containing the ndarray of critical temperature values, in units of [K]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.

  • Pc (str (dict key) or numeric) – Name of the dictionary key on phase containing the ndarray of critical pressure values, in units of [Pa]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.

  • MW (str (dict key) or numeric) – Name of the dictionary key on phase containing the ndarray of molecular weight values, in units of [g/mol]. If a numerical value is passed (i.e. a scalar or ndarray) it gets used directly.

References

[1] Gharagheizi et al