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

Conjugate heat transfer, requires implementation of new temperature scalar transport equation #172

Open
sezerh24 opened this issue Oct 16, 2024 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sezerh24
Copy link

Hi,

I think this is an excellent code.

is it possible to give an example of conjugate heat transfer for the flow around a cylinder to determine the Nusselt's number correlations?

a similar example is given below: https://www.youtube.com/watch?v=skvU9fUaUzM

@b-fg
Copy link
Member

b-fg commented Oct 16, 2024

We do not solve for temperature, but a temperature-transport equation could be included indeed. Still, this is not in our roadmap, but we would be happy to provide hints/support in doing so.

@sezerh24
Copy link
Author

Thank you for your feedback. So, any scalar solver (i.e. Finite Volume Solver) can be integrated with waterlily.jl? I am using VoronoiFVM.jl(https://github.com/j-fu/VoronoiFVM.jl) and and JFVM.jl (https://github.com/simulkade/JFVM.jl). In VoronoiFVM.jl voronoi meshes are used, so it would be very difficult to map the velocity field (from waterlily) into the grid. However, JFVM is using cartessian grid. But it is not using immersed boundary method for curved geometries.

@b-fg
Copy link
Member

b-fg commented Oct 17, 2024

No, I was not implying other solvers can be integrated. I was mentioning that a scalar transport equation could be implemented in WaterLily, and solve it for temperature.

@sezerh24
Copy link
Author

oh okay, thank you. So, how it could be done? I am not familiar with the waterlily architecture. would you be able to help me for the implementation of a scalar transport solver ?

@b-fg
Copy link
Member

b-fg commented Nov 27, 2024

Not at the moment. But we can add it as a feature to be considered in our (now way to long) to-do list.

@b-fg b-fg added the enhancement New feature or request label Nov 27, 2024
@b-fg b-fg changed the title conjugate heat transfer Conjugate heat transfer, requires implementation of new temperature scalar transport equation Nov 27, 2024
@b-fg b-fg added the help wanted Extra attention is needed label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants