-
Notifications
You must be signed in to change notification settings - Fork 78
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
support for nonunifrom grids #170
Comments
Just to follow up with the issue. Could you share some insights on the choice of uniform grids in WaterLily? Any comment on implementing nonuniform grids in WaterLily? Thank you! |
There is some work in progress for reducing flow domains using Biot Savart boundary conditions: BiotSavartBCs.jl, arXiv. There is no short-term plan for non-uniform grids, but PRs are welcomed! |
Thank you for the information. I did some test cases using the BiotSavartBCs.jl. It seems that its performance is not good. The I'm considering working on adding non-uniform grids in WaterLily, but while I have some experience with CFD algorithms, Julia is totally new to me. How much effort do you think it will be to add support for non-uniform grids in WaterLily? |
I read in the paper that WaterLily uses uniform grids. While this is straightforward to setup, it limits the size of the flow domain. The grids are commonly stretched in Cartesian grid + Immersed boundary method type of CFD code.
The text was updated successfully, but these errors were encountered: