openmc icon indicating copy to clipboard operation
openmc copied to clipboard

Need methods to lookup (and maybe interpolate?) field data from mesh

Open makeclean opened this issue 5 years ago • 1 comments

As more efforts are pushed towards multi-physics it would be useful to have the ability to lookup field data e.g. temperature on a mesh data structure (e.g. kD-tree lookup). Thinking about interfacing the thermo-mechanical calcs, where the temperature data will need to be interpolated from the nodes. Thus a data lookup from mesh data would be useful

makeclean avatar Jun 02 '20 15:06 makeclean

It's not quite clear to me what you mean, @makeclean. We currently store field/model data such as temperature & density on geometric regions rather than on the mesh. Are you suggesting we have an option to store those values on a mesh and support some kind of spatial tree lookup to retrieve those values?

pshriwise avatar Jun 02 '20 15:06 pshriwise