Am 13.11.12 22:24, schrieb ispmarin:
> Hey there,Yes, according to the IPhreeqc documentation:
>
> Thanks for the fast update. With the RUN_CELLS it works. Just be clear, every
> time some change is made in the solution, considering just one batch reaction,
> RUN_CELL must be called? The scenario is a transport-geochemical coupled
> simulation, where the transport is done completely outside Phreeqc.
"""
The RUN_CELLS data block streamlines the process of setting up, running, and
saving the results of a calculation for a cell. For cells selected by the data
block specifications, all of the reactants with a given cell number are brought
together and reacted, after which, the resulting compositions of the solution
and reactants are saved back to the given cell number.
"""
After modifying the data you need to trigger a new calculation.
Compare the advect.py in the example directory of PhreeqPy. It also uses
RUN_CELLS and it also does transport fully outside PHREEQC.
I am about to make a new release of PhreeqPy. This has better error handling.
> Also, is there any documentation for error handling for IPhreeqc and PhreeqPy?
It works but needs some more documentation. I've been just too busy with other
things lately.
PHREEQC 3 will be released soon-ish. Its documentation will have more
information about all these new features. Seems like you work at the
bleeding-edge. ;)
Mike
> Thanks again,