Tony change

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/branches/ErrorHandling@6040 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2012-01-11 21:57:08 +00:00
parent aa5d869671
commit ec7e25ffa8

6
ex7
View File

@ -44,7 +44,7 @@ GAS_PHASE 1 Fixed-pressure gas phase
REACTION 1
CH2O(NH3)0.07 1.0
1. 2. 3. 4. 8. 16. 32 64. 125. 250. 500. 1000. mmol
USER_GRAPH Example 7
USER_GRAPH 1 Example 7
-headings Fixed_Pressure: CH4 CO2 N2 H2O #Volume
-chart_title "Gas Composition as a Result of Organic Decomposition"
-axis_titles "ORGANIC MATTER REACTED, IN MILLIMOLES" "Log(PARTIAL PRESSURE, IN ATMOSPHERES)" "VOLUME, IN LITERS"
@ -91,7 +91,7 @@ GAS_PHASE 1 Fixed volume gas phase
N2(g) 0.0
H2O(g) 0.0
-equilibrate 1
USER_GRAPH
USER_GRAPH 1
-headings Fixed_Volume: CH4 CO2 N2 H2O
-start
10 mM_OM = RXN * 1e3
@ -105,7 +105,7 @@ USER_GRAPH 2
-headings Fixed_V:...Pressure Fixed_V:...Volume
-start
10 mM_OM = RXN * 1e3
20 tot_p = 10^SI("CH4(g)") + 10^SI("CO2(g)") + 10^SI("N2(g)") + 10^SI("H2O(g)")
20 tot_p = SR("CH4(g)") + SR("CO2(g)") + SR("N2(g)") + SR("H2O(g)")
30 PLOT_XY mM_OM, LOG10(tot_p), color = Magenta, symbol = Circle
40 PLOT_XY mM_OM, 23.19, color = Cyan, line_width = 1 symbol = Circle, y_axis = 2
-end