Tony's viscosity with many examples

This commit is contained in:
David Parkhurst 2023-04-03 18:31:48 -06:00
parent c3ed55b0e4
commit cbf9cc1d2a

View File

@ -3,9 +3,12 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
February 28, 2023
-----------------
PhreeqcRM: Revised names for PhreeqcRM test case source and output
files (Tests subdirectory of distribution). Added tests SimpleAdvect_cpp
and SimpleAdvect_f90, which produce the same results as Advect_cpp
and Advect_f90, but with a minimal set of PhreeqcRM method calls.
files (Tests subdirectory of distribution). Added tests SimpleAdvect_cpp,
SimpleAdvect_c and SimpleAdvect_f90. All transport results are the same for
Advect_cpp, Advect_c, and Advect_f90, SimpleAdvect_cpp,
SimpleAdvect_c and SimpleAdvect_f90; however, the SimpleAdvect cases use
a minimal set of method calls, whereas the other cases demonstrate most
of the features of PhreeqcRM.
-----------------
February 26, 2023