From ba7f6d571234ce7e88024c161ad73b58d6585b1b Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Tue, 24 Sep 2024 10:23:41 -0400 Subject: [PATCH] IonDB: add viscosity params for Ca+2 and Mg+2 --- src/pyEQL/database/pyeql_db.json | 36 ++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/src/pyEQL/database/pyeql_db.json b/src/pyEQL/database/pyeql_db.json index 3ba5550..e38a5fc 100644 --- a/src/pyEQL/database/pyeql_db.json +++ b/src/pyEQL/database/pyeql_db.json @@ -4290,9 +4290,21 @@ } }, "diffusion_temp_smolyakov": { - "a1": null, - "a2": null, - "d": null + "a1": { + "value": "3.4 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + }, + "a2": { + "value": "24.6 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + }, + "d": { + "value": "97 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + } }, "dielectric_zuber": { "value": "-0.53 dimensionless", @@ -19775,9 +19787,21 @@ } }, "diffusion_temp_smolyakov": { - "a1": null, - "a2": null, - "d": null + "a1": { + "value": "2.4 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + }, + "a2": { + "value": "13.7 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + }, + "d": { + "value": "111 dimensionless", + "reference": "https://doi.org/10.1016/j.cemconres.2017.08.030", + "data_type": "fitted" + } }, "dielectric_zuber": { "value": "6.69 dimensionless",