I am doing some scripting for the first time for my customer right now, and extracting data from abaqus processed files. I got a question which I somehow cant solve myself after a few days, which is however probably trivial for experts.
The question is - I have a node object, and I have to get a name of material for this node (or its corresponding fieldoutput). How to do it?
Node looks like this:
({'baseElementType': '', 'conjugateData': None, 'conjugateDataDouble': 'unknown', 'data': array([4.12822773796506e-05, -0.000217618362512439, -0.00143215747084469], 'f'), 'dataDouble': 'unknown', 'elementLabel': None, 'face': None, 'instance': 'OdbInstance object', 'integrationPoint': None, 'inv3': None, 'localCoordSystem': None, 'localCoordSystemDouble': 'unknown', 'magnitude': 0.0014491849578917, 'maxInPlanePrincipal': None, 'maxPrincipal': None, 'midPrincipal': None, 'minInPlanePrincipal': None, 'minPrincipal': None, 'mises': None, 'nodeLabel': 510000010, 'outOfPlanePrincipal': None, 'position': NODAL, 'precision': SINGLE_PRECISION, 'press': None, 'sectionPoint': None, 'tresca': None, 'type': VECTOR})