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

any attempt to solve Navier-Stokes equation with the VoronoiFVM.jl #166

Open
sezerh24 opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@sezerh24
Copy link

sezerh24 commented Jan 3, 2025

Hi,

I have implemented to VoronoiFVM.jl to develop a model for SOFC electrodes and full cell simulations. For simple SOFC geometries the code works well. And the impedance model works well as well. So, we want to simulate the physics of planar cell geometries where we have to solve PDEs in 3D and we also need to solve the flow in fuel and air channels... currently, we have a fortran based model for planar SOFCs and we solve the plug flow approximation in the channels for the gas flow. However, we plan to solve multi-component Navier-Stokes equation for the flow inside the channels. I have seen in one example, you have tried to solve the flow by using an FEM based solver and then use the obtained velocity field in voronoiFVM.jl. Since VoronoiFVM.jl is finite volume based and mostly for N-S equations FVM is used. i was wondering, if in the future, you have any plan to solve N-S equations with VoronoiFVM.jl?

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

1 participant