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

Poiseuille flow with shell failing #228

Merged
merged 6 commits into from
May 13, 2023

Conversation

YuVirtonomy
Copy link
Collaborator

@YuVirtonomy YuVirtonomy commented Mar 31, 2023

shell problem

Thickness of shell
its seem there is some problem with shell_thickness = resolution_ref * 1.0,. In this condition, the shell wall is too weak to prevent fluid particles from penetrating the shell wall.

With shell_thickness = resolution_ref * 2.0, , the result seem more make sense And, shell can prevent the fluid from penetrating

The following result used shell_thickness = resolution_ref * 1.0;
image

The following results used shell_thickness = resolution_ref * 2.0;
image

@FabienPean-Virtonomy FabienPean-Virtonomy changed the title Feature/poiseuille Poiseuille flow with shell failing Mar 31, 2023
@Xiangyu-Hu Xiangyu-Hu requested a review from DongWuTUM May 12, 2023 05:05
@Xiangyu-Hu
Copy link
Owner

It seems that there is no test for the cases.

@YuVirtonomy
Copy link
Collaborator Author

It seems that there is no test for the cases.

The test case is in
tests/3d_examples/test_3d_poiseuille_flow_shell/poiseuille_flow_shell.cpp

@Xiangyu-Hu
Copy link
Owner

Sorry. I mean not Google test or regression test.

@Xiangyu-Hu Xiangyu-Hu merged commit 9fefef0 into fsi-merge-with-master May 13, 2023
@Xiangyu-Hu Xiangyu-Hu deleted the feature/poiseuille branch January 23, 2024 09:59
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

Successfully merging this pull request may close these issues.

3 participants