directly use neigh list for heat transfer

Submitted by Weijing on Fri, 02/09/2018 - 05:35

Hi everyone,

I am trying to implement my own heat transfer model but it request a neigh list including non-contacting particles. I managed to do that by using cohesion model together with contact model, which built pair_gran list including non-contacting particles.
however, is it possible to modify some codes to directly use the neigh list before building pair_gran list? I have looked at the pair_gran_base.h, but not understanding clearly. could someone give some hints?
Thanks
Weijing

Weijing | Sat, 02/10/2018 - 06:30

Besides, I would like to also add this non-contact heat transfer into wall-particle pair. I was able to find how to call the calculation, but I have difficulty in dealing with the distance between particle between wall. Can anyone give a hint on how to trace back to the calculation of deltan in SurfaceIntersectData?

Thanks
Weijing