You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
You might want to look into using PhreeqcRM, which was specifically made to be integrated with transport simulators, there may even be an existing module for the 3D model you use? I have no experience using transport models and PhreeqcRM though.
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:
Can I do this with phreeqpython? I did not see any examples of modifying variables during a run.
The text was updated successfully, but these errors were encountered: