Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import Mapped field with Python

Status
Not open for further replies.

Tobi012454

Automotive
Joined
Jun 22, 2017
Messages
1
Location
DE
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?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top