Click here to donate to keep PhreeqcUsers open
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Processes
»
Reactive transport modelling
»
How to determine the corresponding relation between phreeqc cells and mesh nodes
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to determine the corresponding relation between phreeqc cells and mesh nodes (Read 1141 times)
Yongqiang
Top Contributor
Posts: 100
How to determine the corresponding relation between phreeqc cells and mesh nodes
«
on:
July 03, 2019, 12:43:26 AM »
Hi everyone,
When we couple PHREEQC with a multiphase simulator, we can have n cells to represent the component at n mesh nodes of the multiphase simulator. So how to determine the mapping or projection relation between cells and nodes?
Best Regards,
Yongqiang
Logged
dlparkhurst
Top Contributor
Posts: 3716
Re: How to determine the corresponding relation between phreeqc cells and mesh nodes
«
Reply #1 on:
July 03, 2019, 05:42:40 AM »
Usually, there is a natural numbering system for your flow and transport nodes, usually from 0 or 1 to n. If so, you can simply assign cells in PhreeqcRM with the same numbers.
In any case, assuming n nodes in the flow and transport simulator, PhreeqcRM will have a set of cells numbered from 0 to m, where m is less than or equal to n. You have to figure out how to assign concentrations calculated by the transport simulator at its nodes to cells of PhreeqcRM. You must develop an array with n concentrations of e elements that is submitted to to PhreeqcRM, which is mapped to the m cells of PhreeqcRM as you define with the method CreateMapping.
Logged
Yongqiang
Top Contributor
Posts: 100
Re: How to determine the corresponding relation between phreeqc cells and mesh nodes
«
Reply #2 on:
July 03, 2019, 06:01:28 AM »
Thank You, David!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Processes
»
Reactive transport modelling
»
How to determine the corresponding relation between phreeqc cells and mesh nodes