openHFDIB icon indicating copy to clipboard operation
openHFDIB copied to clipboard

solver for flow and heat transfer problem

Open mohdtarmizan opened this issue 7 years ago • 4 comments

Hi, I'm just wondering if this solver is possible for modification to include heat tranfer equation (energy equation) ? Is there any source of literatures or papers where this HFDIB based on ? thanks.

mohdtarmizan avatar Feb 27 '18 13:02 mohdtarmizan

Hello, it is possible to use the library for simulating heat transfer. This can be carried out by implementing a function https://github.com/fmuni/openHFDIB/blob/master/src/openHFDIB.C#L118 for scalar fields (or templating the existent one) and eventually implementing boundary conditions for the immersed body like in https://github.com/fmuni/openHFDIB/blob/master/src/immersedBody.C#L437.

Regarding the references, I just added the links in the README.md. However, while the algorithm is basically the same, those works refer to the library I implemented for DCS computing (i.e., CFDEMCoupling) that is also able to solve for scalar transport and is completely parallel.

fmuni avatar Feb 27 '18 14:02 fmuni

thanks for the explanation. I'll try to implement the heat transfer function to this library.

mohdtarmizan avatar Feb 28 '18 17:02 mohdtarmizan

Hello, I'm trying to use the immersed boundary method to deal with reactive particles too. Except for the openHFDIB.C, I'm also wondering that how can I modify the solver to make the species transport and energy equation involved? Or, is there a public version already available? Many thanks.

onionstalgia avatar Nov 16 '19 08:11 onionstalgia

Hi Rlyehzoo, if you want to investigate mass transfer + heat transfer within particle you could use ParScale library (for spherical particles). https://www.cfdem.com/parscale-intra-particle-transport-phenomena-simulation-code https://www.researchgate.net/publication/313900959_PARSCALE_-AN_OPEN-SOURCE_LIBRARY_FOR_THE_SIMULATION_OF_INTRA-PARTICLE_HEAT_AND_MASS_TRANSPORT_PROCESSES_IN_COUPLED_SIMULATIONS This can be coupled with CFDEM-coupling (OPENFOAM & LIGGGHTS)) https://www.cfdem.com/liggghtsr-public-vs-liggghtsr-premium-vs-liggghtsr-consortium For example:- particles in fluidised bed The coupling is public version.

mohdtarmizan avatar Nov 16 '19 14:11 mohdtarmizan