iphreeqc/ex2b
David L Parkhurst dd42258fe4 renamed all data files for charts to .tsv
changed identifier to -plot_tsv_file in all input files.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6614 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2012-05-31 20:37:46 +00:00

61 lines
1.3 KiB
Plaintext

TITLE Calculate gypsum/anhydrite transitions, 30 - 170 oC, 1 - 1000 atm
Data in ex2b.dat from Blount and Dickson, 1973, Am. Mineral. 58, 323, fig. 2.
SOLUTION 1
EQUILIBRIUM_PHASES
Gypsum
REACTION_TEMPERATURE
30 90 in 10
USER_GRAPH 1 Example 2b, (P, T)-dependent solubilities of Gypsum and Anhydrite
-plot_tsv_file ex2b.tsv
-axis_titles "temperature / oC" "Solubility / (mol/kgw)"
-axis_scale x_axis 30 170
-axis_scale y_axis 1e-3 0.05 auto auto log
10 plot_xy tc, tot("Ca"), color = Red, symbol = None
-end
END
USE solution 1
USE equilibrium_phases 1
USE reaction_temperature 1
REACTION_PRESSURE 2
493
USER_GRAPH
10 plot_xy tc, tot("Ca"), color = Red, symbol = None
END
USE solution 1
USE equilibrium_phases 1
USE reaction_temperature 1
REACTION_PRESSURE 3
987
USER_GRAPH
20 plot_xy tc, tot("Ca"), color = Red, symbol = None
END
USE solution 1
EQUILIBRIUM_PHASES 4
Anhydrite
REACTION_TEMPERATURE 4
50 170 in 10
USER_GRAPH
10 plot_xy tc, tot("Ca"), color = Green, symbol = None
END
USE solution 1
USE equilibrium_phases 4
USE reaction_temperature 4
USE reaction_pressure 2
USER_GRAPH
10 plot_xy tc, tot("Ca"), color = Green, symbol = None
-end
END
USE solution 1
USE equilibrium_phases 4
USE reaction_temperature 4
USE reaction_pressure 3
USER_GRAPH
10 plot_xy tc, tot("Ca"), color = Green, symbol = None
-end
END