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

Unable to represent more than one Box type with the Immersed Boundary method #1117

Closed
delloiaconobenito opened this issue Jul 4, 2024 · 2 comments · Fixed by #1120
Closed
Assignees
Labels
bug:amr-wind Something isn't working

Comments

@delloiaconobenito
Copy link

delloiaconobenito commented Jul 4, 2024

Hello, I am trying to run a case with some obstacles in front of wind turbines. At the moment I am using the existing immersed boundary method, representing the obstacle with a box geometry type.
The problem is that if I specify more than one box in my input file only the last one is considered in the simulation. However, I can do this with the other types of geometry (sphere or cylinder) without any problem. Do you know why I am encountering this problem?
I attach my input file so you can see if I am making any mistakes.
IBbox_input.txt

@marchdf
Copy link
Contributor

marchdf commented Jul 8, 2024

I do think I know what is going on. In the sphere/cylinder, there is a check on the previous value of the levelset. Not so for box. I think it's a simple fix. Hang tight.

@marchdf marchdf self-assigned this Jul 8, 2024
@delloiaconobenito
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:amr-wind Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants