From a3d35b638d914530ca2775067b377f6724c84987 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Thu, 3 Jun 2021 13:08:52 -0600 Subject: [PATCH 1/2] Update RELEASE.TXT, add + in solution definition --- RELEASE.TXT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.TXT b/RELEASE.TXT index b53c2128..299f0762 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -3,7 +3,8 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ May 28, 2021 -------------- Fixed SELECTED_OUTPUT feature where Fe(+3) (and others) were not identified - as legitimate redox states. Absence of "+" worked as expected. + as legitimate redox states. Absence of "+" worked as expected. Same fix + for Basic functions TOT and TOTMOL. -------------- April 10, 2021 From 2aee1d68f8eadc2596d3cc1c7cd1cb6a8f303557 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Mon, 14 Jun 2021 11:25:11 -0600 Subject: [PATCH 2/2] updated RELEASE.TXT --- RELEASE.TXT | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/RELEASE.TXT b/RELEASE.TXT index 299f0762..63ccddc2 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -1,8 +1,23 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + + ------------- + June 14, 2021 + ------------- + PhreeqcRM: Added capability to save the chemical state of the module in memory to + allow resetting at a later point in the calculation. The capability would be useful + for implementing an SIA (sequential iterative approach) for iterating the transport + rate terms between the transport code and the chemistry in PhreeqcRM. Three new + methods have been added to save, apply, and delete a chemical state. + + status = phreeqcrm.StateSave(i); + ... + status = phreeqcrm.StateApply(i); + status = phreeqcrm.StateDelete(i); + -------------- May 28, 2021 -------------- - Fixed SELECTED_OUTPUT feature where Fe(+3) (and others) were not identified + PHREEQC: Fixed SELECTED_OUTPUT feature where Fe(+3) (and others) were not identified as legitimate redox states. Absence of "+" worked as expected. Same fix for Basic functions TOT and TOTMOL.