I have a model that is composed of multiple bodies. There is a conformal mesh at the boundary between bodies, so the bodies share nodes at the boundary. I noticed though that when I export the nodal strain results to Matlab, these shared nodes have multiple results for strain. How do I know which value to use? How do I better understand how to interpret these nodal results? Can I sum these results or average them somehow?
(Here is what the documentation says about this situation if it's any help: "For result contours that are scoped to more than one body, and that share nodes by more than one body, the export file will contain multiple result listings for each shared node. Furthermore, if the result type is a degree of freedom result, such as temperature and displacement results, then the result values for a given shared node are identical (and redundant). In addition, if the result type is an element nodal result, like stress or strain, then the result values for a given shared node can be different because the solver can compute different element nodal result values for a node shared by different bodies.")