Subversion Repositories wimsdev

Rev

Rev 4351 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
475 georgesk 1
!if $wims_read_parm!=slib_header
13594 bpr 2
  !goto proc
475 georgesk 3
!endif
4158 bpr 4
 
4351 bpr 5
slib_author=Georges, Khaznadar
475 georgesk 6
slib_license=GPL
4158 bpr 7
 
475 georgesk 8
slib_example= Cu^2+ + 2e- -> Cu_s (0.34 V) ~ Fe^2+ + 2e- -> Fe_s (-1.44 V)\
9
Fe^2+ + 2e- -> Fe_s (-0.44 V)\
10
H2_g + 1/2 O2_g -> H2O\
11
N2_g + 3H2_g -> NH3_g (Kp=1e-6)
3265 bpr 12
slib_require=chemeq
475 georgesk 13
!exit
14
 
15
:proc
16
 
17
chemeq_option=w
18
slib_l=!exec chemeq $wims_read_parm
19
slib_out=!line 1 of $slib_l
20
!reset chemeq_option
21