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

ALE and twophase flow #2

Open
Watchmojo opened this issue May 17, 2022 · 1 comment
Open

ALE and twophase flow #2

Watchmojo opened this issue May 17, 2022 · 1 comment

Comments

@Watchmojo
Copy link

Hi,

Thank you very much for sharing this code.

Is multi grid solver used to solve the linear equation?

Are moving mesh (ALE) and two phase flow simulation (using level set or volume of fluid) supported or in the future plan?

Thanks

@nikola-m
Copy link
Owner

nikola-m commented May 18, 2022

Moving mesh is in the plan - and I have some code already written. All the details are there on the paper and partially in the code on laptop. Some test case which would validate the development would be needed too - so if you have a preferred case let me know.

About multiphase flow capability - same thing. I was thinking about VOF. As I understand so far I would need additional equation for void fraction (easy task), and a method for reconstruction of interface (I have papers for some well known algorithms and have studied them). Test case for validation would be the rising bubble perhaps.

So both things should be available soon. I was waiting for this kind of initiative to get down to work.

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