UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Variables
getoutput Namespace Reference

Variables

 name
 
 origin
 
 width
 
 height
 
 odb_file = os.path.join(os.getcwd(), 'cube_umat.odb')
 
 o1 = session.openOdb(name=odb_file)
 
 displayedObject
 
 plotState
 
 odb = session.odbs[odb_file]
 
 outputPosition
 
 NODAL
 
 variable
 
 nodePick
 
 xy1 = session.xyDataObjects['U:U2 PI: PART-1-1 N: 1']
 
 xy2 = session.xyDataObjects['S:Max Principal (Avg: 75%) PI: PART-1-1 N: 1']
 
 xy3 = combine(xy1+1, xy2)
 
 sourceDescription
 
 tmpName = xy3.name
 
 x0 = session.xyDataObjects['Displacement vs SMax_Principal']
 
 fileName
 
 xyData
 

Variable Documentation

getoutput.displayedObject

Definition at line 26 of file getoutput.py.

getoutput.fileName

Definition at line 50 of file getoutput.py.

getoutput.height

Definition at line 16 of file getoutput.py.

getoutput.name

Definition at line 15 of file getoutput.py.

getoutput.NODAL

Definition at line 38 of file getoutput.py.

getoutput.nodePick

Definition at line 40 of file getoutput.py.

getoutput.o1 = session.openOdb(name=odb_file)

Definition at line 25 of file getoutput.py.

getoutput.odb = session.odbs[odb_file]

Definition at line 37 of file getoutput.py.

getoutput.odb_file = os.path.join(os.getcwd(), 'cube_umat.odb')

Definition at line 23 of file getoutput.py.

getoutput.origin

Definition at line 15 of file getoutput.py.

getoutput.outputPosition

Definition at line 38 of file getoutput.py.

getoutput.plotState

Definition at line 35 of file getoutput.py.

getoutput.sourceDescription

Definition at line 46 of file getoutput.py.

getoutput.tmpName = xy3.name

Definition at line 47 of file getoutput.py.

getoutput.variable

Definition at line 38 of file getoutput.py.

getoutput.width

Definition at line 15 of file getoutput.py.

getoutput.x0 = session.xyDataObjects['Displacement vs SMax_Principal']

Definition at line 49 of file getoutput.py.

getoutput.xy1 = session.xyDataObjects['U:U2 PI: PART-1-1 N: 1']

Definition at line 42 of file getoutput.py.

getoutput.xy2 = session.xyDataObjects['S:Max Principal (Avg: 75%) PI: PART-1-1 N: 1']

Definition at line 43 of file getoutput.py.

getoutput.xy3 = combine(xy1+1, xy2)

Definition at line 44 of file getoutput.py.

getoutput.xyData

Definition at line 50 of file getoutput.py.