Skip to content
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

VoF BDF2 + adaptive mesh refinement #1288

Closed
AmishgaAlphonius opened this issue Sep 23, 2024 · 1 comment
Closed

VoF BDF2 + adaptive mesh refinement #1288

AmishgaAlphonius opened this issue Sep 23, 2024 · 1 comment

Comments

@AmishgaAlphonius
Copy link
Collaborator

AmishgaAlphonius commented Sep 23, 2024

A deal.ii version dependency when using adaptive mesh refinement on the phase fraction with the BDF velocity extrapolation in VOF has been noticed this needs to be investigated further (PR #1286). The number of refined and coarsened cells varies with the deal.ii version used.

@blaisb
Copy link
Contributor

blaisb commented Sep 30, 2024

I don't necessarily think that's a bug though. I'm not sure if there was not any slight deal.II version changes in how the error estimator works or even a round-off error that could not lead to that change.
If you think about it, any small fluctuation in the results will fluctuate the error indicator value and this can easily propagate to the number of cells refined (other than if the change is like super dramatic)

@blaisb blaisb closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants