-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I want to couple PHREEQC with a 3D groundwater flow and solute transport model. The 3D groundwater flow and solute transport model has API that should make this possible.
Basically I want to do this:
for each reaction/transport step:
- calculate the geochemistry in all model cells of the 3D groundwater model using PHREEQC
- pass these results from PHREEQC to the 3D groundwater flow model using the APIs of the models
- Simulate non-reactive transport of the species in the 3D model
- pass these results from the 3D groundwater flow model back to PHREEQC to the using the APIs of the models
- repeat
Can I do this with phreeqpython? I did not see any examples of modifying variables during a run.
Metadata
Metadata
Assignees
Labels
No labels