-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about evolving mesh #25
Comments
Hi, I appreciate your interest in the code!. I did not try such a problem yet, but I think that it is possible. It seems that the authors of https://doi.org/10.1016/j.compchemeng.2021.107412 were sucessful doing something like this. Just a hint: wenn you just move the points (without adding or removing points), you can try to use the Another interesting option would be the approach used in https://doi.org/10.1016/j.jcp.2012.06.005 , however I did not think yet about how to realize that in this package. |
Hi! I have an additional (probably stupid) question: |
Ok, this is no really well documented:
The dual number stuff allows to obtain the derivatives, e.g. in the case your D depends on u. |
Hi, I am thinking of using VoronoiFVM.jl for solving a set of different PDEs governing the evolution of snow on the ground in 1D. In order to follow the ice-matrix in snow, it is usual to solve diffusion processes and water liquid percolation on a fix grid and then to update the grid (by moving nodes as snow settles) and iterate again on the new grid and so on.
I would like to know if according to you, VoronoiFVM could be applied in such a configuration.
Thank you by advance!
The text was updated successfully, but these errors were encountered: