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_csv_file ex2b.dat -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