j-fu / VoronoiFVM.jl

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method
MIT License
183 stars 33 forks source link

Could please help to solve this problem? #54

Closed MrBenzWorld closed 1 year ago

MrBenzWorld commented 1 year ago

Could you please help to solve it in Julia with VoronoiFVM? I can do it in ansys fluent , but I want learn Julia.

oscillating flow through pipe (2D) it is a transient compressible, viscous 2D flow problem. also, conventional heat transfer considers from the pipe wall. it is a convention diffusion problem. at both ends, there are porous heat exchangers.

Thank you

j-fu commented 1 year ago

Hi, thanks for asking.

Your problem does not fall into the problem class supported by this package. You may investigate some other packages for this purpose: Trixi.jl, GridAP.jl or GradientRobustMultiPhysics.jl .

MrBenzWorld commented 1 year ago

Thank you for your response @j-fu