Tobi012454
Automotive
- Jun 22, 2017
- 1
Dear all,
i have Problems with importing Mapped fields with python. When I`m using the GUI of abaqus to Import the field, it writes in .jnl data:
mdb.models['Model-1'].MappedField(description='', fieldDataType=SCALAR,
localCsys=mdb.models['Model-1'].rootAssembly.datums[11], name='ZS120',
partLevelData=False, pointDataFormat=XYZ, regionType=POINT, xyzPointData=
'C:\\Users\\TREINH~1\\AppData\\Local\\Temp/temp0\\ZS120.txt')
Abaqus creates an temporary txt file out of my Input file.
How can I write it python to Import a mapped field?
i have Problems with importing Mapped fields with python. When I`m using the GUI of abaqus to Import the field, it writes in .jnl data:
mdb.models['Model-1'].MappedField(description='', fieldDataType=SCALAR,
localCsys=mdb.models['Model-1'].rootAssembly.datums[11], name='ZS120',
partLevelData=False, pointDataFormat=XYZ, regionType=POINT, xyzPointData=
'C:\\Users\\TREINH~1\\AppData\\Local\\Temp/temp0\\ZS120.txt')
Abaqus creates an temporary txt file out of my Input file.
How can I write it python to Import a mapped field?