Skip to content

Commit

Permalink
IonDB: add viscosity params for Ca+2 and Mg+2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 24, 2024
1 parent 86ffdea commit ba7f6d5
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions src/pyEQL/database/pyeql_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ba7f6d5

Please sign in to comment.