water#
- water(target, temperature='pore.temperature', salinity='pore.salinity')[source]#
Calculates surface tension of pure water or seawater at atmospheric pressure using Eq. (28) given by Sharqawy et al. Values at temperature higher than the normal boiling temperature are calculated at the saturation pressure.
- Parameters
target (OpenPNM Base object) – Object with which this model is associated. This controls the length of the calculated array, and also provides access to other necessary properties.
temperature (str) – Name of the dictionary key on
target
where the array containing temperature values is storedsalinity (str) – The dictionary key containing the salinity values. Salinity must be expressed in g of salt per kg of solution (ppt).
- Returns
value – A numpy ndarray containing surface tension of seawater in [N/m]
- Return type
ndarray
Notes
T must be in K, and S in g of salt per kg of phase, or ppt (parts per thousand). The correlation is valid for 273 < T < 313 K and 0 < S < 40 g/kg within 0.2% accuracy.
References
Sharqawy M. H., Lienhard J. H., and Zubair, S. M., Desalination and Water Treatment, 2010.