mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
release notes update
This commit is contained in:
parent
12e58e3ec3
commit
fd52458b43
22
RELEASE.TXT
22
RELEASE.TXT
@ -1,5 +1,10 @@
|
|||||||
Version @PHREEQC_VER@: @PHREEQC_DATE@
|
Version @PHREEQC_VER@: @PHREEQC_DATE@
|
||||||
|
-----------------
|
||||||
|
August 29, 2023
|
||||||
|
-----------------
|
||||||
|
PhreeqcRM: Fixed bug in memory allocation for selected output. One array accumulated lines
|
||||||
|
indefinitely, leading to ever increasing memory use. Memory use should now be relatively
|
||||||
|
constant once all selected output has been defined and used.
|
||||||
|
|
||||||
-----------------
|
-----------------
|
||||||
June 1, 2023
|
June 1, 2023
|
||||||
@ -135,8 +140,10 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
|
|||||||
May 19, 2023
|
May 19, 2023
|
||||||
-----------------
|
-----------------
|
||||||
PhreeqcRM:
|
PhreeqcRM:
|
||||||
Renamed GetDensity and related functions to GetDensityCalculated.
|
Changed documentation of GetDensity and related functions to GetDensityCalculated.
|
||||||
Renamed SetDensity and related functions to SetDensityUser.
|
(GetDensity still exists for backward compatibility.)
|
||||||
|
Changed documentation of SetDensity and related functions to SetDensityUser.
|
||||||
|
(SetDensity still exists for backward compatibility.)
|
||||||
|
|
||||||
Density is used to convert user-model concentrations to module solution definitions only if the
|
Density is used to convert user-model concentrations to module solution definitions only if the
|
||||||
units of the user-model concentrations are specified to be parts per million. The density specified by
|
units of the user-model concentrations are specified to be parts per million. The density specified by
|
||||||
@ -150,10 +157,12 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
|
|||||||
The change in method names is intended to emphasize the difference between the user-specified densities
|
The change in method names is intended to emphasize the difference between the user-specified densities
|
||||||
and the module-calculated densities.
|
and the module-calculated densities.
|
||||||
|
|
||||||
Renamed GetSaturation and related functions to GetSaturationCalculated.
|
Changed documentation of GetSaturation and related functions to GetSaturationCalculated.
|
||||||
Renamed SetSaturation and related functions to SetSaturationUser.
|
(GetSaturation still exists for backward compatibility.)
|
||||||
|
Changed documentation of SetSaturation and related functions to SetSaturationUser.
|
||||||
|
(SetSaturation still exists for backward compatibility.)
|
||||||
|
|
||||||
The values specified by SetSaturation are used to convert user-model concentrations to module solution definitions.
|
The values specified by SetSaturationUser are used to convert user-model concentrations to module solution definitions.
|
||||||
For SetConcentrations, the volume of solution is calculated to be the user-specified saturation * porosity *
|
For SetConcentrations, the volume of solution is calculated to be the user-specified saturation * porosity *
|
||||||
representative volume. For GetConcentrations, two options are available to determine the solution volume, depending
|
representative volume. For GetConcentrations, two options are available to determine the solution volume, depending
|
||||||
on the value specified for SetUseSolutionDensityVolume: (1) the solution volume is calculated by the reaction module
|
on the value specified for SetUseSolutionDensityVolume: (1) the solution volume is calculated by the reaction module
|
||||||
@ -165,7 +174,6 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
|
|||||||
The change in method names is intended to emphasize the difference between the user-specified saturations and
|
The change in method names is intended to emphasize the difference between the user-specified saturations and
|
||||||
and the module-calculated saturations.
|
and the module-calculated saturations.
|
||||||
|
|
||||||
|
|
||||||
-----------------
|
-----------------
|
||||||
April 16, 2023
|
April 16, 2023
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user