Registrations currently disabled due to excessive spam. Please email phreeqcusers at gmail.com to request an account.
Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Processes
»
Reactive transport modelling
»
fluid velocity and time step
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: fluid velocity and time step (Read 2087 times)
Flopi
Top Contributor
Posts: 26
fluid velocity and time step
«
on:
04/08/20 15:41 »
Dear forum,
I am trying to simulate the evolution of a core subjected to a flow a fluid. In my current situation, I would like to have cells of 0.002m length and a velocity of fluid of 1e-5 m/s.
If I understand correctly the behavior of the TRANSPORT keyword, this forces me to take a time step of 200s.
However, I would like to simulate the behavior of such system over several weeks or even longer and with such a time step this means extremely long calculations. Is there any way to increase the time step while not modifying the cell size and the fluid velocity?
Thanks for your help,
Logged
dlparkhurst
Global Moderator
Posts: 4067
Re: fluid velocity and time step
«
Reply #1 on:
05/08/20 02:36 »
In short, no. Once you pick the cell size, the velocity sets the required time step with TRANSPORT. It is chosen this way to minimize numerical dispersion.
PHAST has no time/cell size requirements when using implicit time and distance weighting, so you can adjust either or both time and distance discretization. However, you will be adding numerical dispersion as you increase discretization. Other transport models have TVD (total variation diminishing) capabilities to automatically adjust time stepping to minimize numerical dispersion.
Logged
Flopi
Top Contributor
Posts: 26
Re: fluid velocity and time step
«
Reply #2 on:
05/08/20 08:35 »
Well, I was half expecting this answer... I guess I'll be doing long simulations then !
Thanks
Logged
dlparkhurst
Global Moderator
Posts: 4067
Re: fluid velocity and time step
«
Reply #3 on:
05/08/20 14:00 »
If possible, start with coarser discretizations, at least until you are sure you have the system working the way you expect. Then sequentially refine the grid to see if the finer discretization is making a difference.
If you are talking about weeks of calculations, I would consider PHAST. It may not have the features you need, but if it does, it is simpler to evaluate grid/time step convergence, but most importantly, it is parallelized.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Processes
»
Reactive transport modelling
»
fluid velocity and time step