Dear PhreeqPy users,
Good day!
I'm Minjeong and trying to use PhreeqPy with MATLAB on Linux.
The iphreeqc commands that I would like to use are "RunAccumulated" and "ClearAccumulatedLines".
I've tested PhreeqPy 0.2 and 0.3. Both versions seemed like there is no attribute for "RunAccumulated" and "ClearAccumulatedLines".
May I kindly ask you how to use those functions in PhreeqPy?
Sincerely,
Minjeong
--
You received this message because you are subscribed to the Google Groups ""phreeqpy-users" group.
To post to this group, send email to phreeqp...@googlegroups.com.
To unsubscribe from this group, send email to phreeqpy-user...@googlegroups.com.
For more options, visit this group at https://groups.google.com/d/forum/phreeqpy-users?hl=en.
More information about PhreeqPy can be found at http://www.phreeqpy.com.
---
You received this message because you are subscribed to the Google Groups "phreeqpy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phreeqpy-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/phreeqpy-users/344cc192-b4c1-456d-8f1f-20258c8ebbe7%40googlegroups.com.
Dear Mike,
Thanks for your answer.
I have two questions. The first one is what is accumulate_line for without run_accumulated? and what is "input buffer"?
The second question is: does run_string work same as run_accumulated?
For examples in case of iphreeqc, do example 1 and 2 work in a same way after initializing?
Example 1) iphreeqc.AccumulateLine('SOLUTION_MODIFY 1')
iphreeqc.A ccumulateLine ('totals')
iphreeqc.A ccumulateLine ('Cl 0.1')
iphreeqc.A ccumulateLine('RUN_CELLS')
iphreeqc.A ccumulateLine('-cells 1-2')
iphreeqc.RunAccumulated;
Example 2) STR=['SOLUTION_MODIFY 1'
'totals'
'Cl 0.1'
'RUN_CELLS'
'-cells 1-2']
iphreeqc.RunString(STR);
Thanks in advance.
Sincerely,
Minjeong
> For more options, visit this group at
> https://groups.google.com/d/forum/phreeqpy-users?hl=en.
>
> More information about PhreeqPy can be found at http://www.phreeqpy.com.
> ---
> You received this message because you are subscribed to the Google Groups
> "phreeqpy-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email
> to phreeqp...@googlegroups.com
> <mailto:phreeqpy-users+unsub...@googlegroups.com>.