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

solver for flow and heat transfer problem #3

Open
mohdtarmizan opened this issue Feb 27, 2018 · 4 comments
Open

solver for flow and heat transfer problem #3

mohdtarmizan opened this issue Feb 27, 2018 · 4 comments

Comments

@mohdtarmizan
Copy link

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.

@fmuni
Copy link
Owner

fmuni commented Feb 27, 2018

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.

@mohdtarmizan
Copy link
Author

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

@onionstalgia
Copy link

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.

@mohdtarmizan
Copy link
Author

mohdtarmizan commented Nov 16, 2019

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.

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

3 participants