PhreeqcUsers Discussion Forum

Registrations currently disabled due to excessive spam. Please email phreeqcusers at gmail.com to request an account.
Welcome Guest
 

  • Forum Home
  • Login
  • Register

  • PhreeqcUsers Discussion Forum »
  • Beginners »
  • BASIC functions »
  • USER_PUNCH
« previous next »
  • Print
Pages: [1]   Go Down

Author Topic: USER_PUNCH  (Read 2254 times)

yahya2021

  • Contributor
  • Posts: 2
USER_PUNCH
« on: 08/04/21 16:54 »
Dear all,

After each simulation we get the following results :

----------------------------Description of solution----------------------------

pH  =   0.062      Charge balance
pe  =   4.000   
Specific Conductance (µS/cm,  71°C)  = 147550
Density (g/cm³)  =   1.68769
Volume (L)  =   1.11283
Activity of water  =   0.745
Ionic strength (mol/kgw)  =   1.435e+01
Mass of water (kg)  =   1.000e+00
Total alkalinity (eq/kg)  =  -3.700e+00
Total carbon (mol/kg)  =   0.000e+00
Total CO2 (mol/kg)  =   0.000e+00
Temperature (°C)  =  71.00
Electrical balance (eq)  =  -1.302e-11
Percent error, 100*(Cat-|An|)/(Cat+|An|)  =  -0.00
Iterations  =  64
Gamma iterations  =  10
Osmotic coefficient  =   1.51127
Density of water  =   0.97718
Total H  = 1.247186e+02
Total O  = 8.550930e+01

--------------


Is it possible to generate them using the "USER_PUNCH" which will allow me to save them automatically

Thank you so much in advance,
Logged

dlparkhurst

  • Global Moderator
  • *****
  • Posts: 4035
Re: USER_PUNCH
« Reply #1 on: 08/04/21 19:59 »
There are Basic functions for all except Gamma Iterations.

Code: [Select]
SOLUTION
-units mol/kgw
pH 7 charge
Na 1
C  1
SELECTED_OUTPUT 2
USER_PUNCH 2
-heading pH pe Cond Density \
         Vol A(water) MU Kg_H2O \
         ALK TOT_C TOT_CO2 TC \
         CB PctErr Iter Os_C \
Rho_water Tot_H Tot_O
100 PUNCH -LA("H+")
110 PUNCH -LA("e-")
120 PUNCH SC
130 PUNCH RHO
140 PUNCH SOLN_VOL
150 PUNCH ACT("H2O")
160 PUNCH MU
170 PUNCH TOT("water")
180 PUNCH ALK
190 PUNCH TOT("C")
200 PUNCH TOT("C(4)")
210 PUNCH TC
220 PUNCH CHARGE_BALANCE
230 PUNCH PERCENT_ERROR
240 PUNCH ITERATIONS
250 PUNCH OSMOTIC
260 PUNCH RHO_0
270 PUNCH TOT("H")
280 PUNCH TOT("O")
END
Logged

  • Print
Pages: [1]   Go Up
« previous next »
  • PhreeqcUsers Discussion Forum »
  • Beginners »
  • BASIC functions »
  • USER_PUNCH
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies
  • XHTML
  • RSS
  • WAP2