updated to current Abaqus version and adjusted UMAT name
This commit is contained in:
parent
c33655b479
commit
beedd27a16
Binary file not shown.
|
@ -1 +1,23 @@
|
||||||
# Save by abaqususer on Thu May 12 10:22:10 2011
|
# Save by m.diehl on 2017_12_06-18.38.26; build 2017 2016_09_27-23.54.59 126836
|
||||||
|
from abaqus import *
|
||||||
|
upgradeMdb(
|
||||||
|
'/nethome/storage/raid4/m.diehl/DAMASK/examples/AbaqusStandard/SX_PX_compression-6.9-1.cae'
|
||||||
|
,
|
||||||
|
'/nethome/storage/raid4/m.diehl/DAMASK/examples/AbaqusStandard/SX_PX_compression.cae')
|
||||||
|
# Save by m.diehl on 2017_12_06-18.38.26; build 2017 2016_09_27-23.54.59 126836
|
||||||
|
from part import *
|
||||||
|
from material import *
|
||||||
|
from section import *
|
||||||
|
from assembly import *
|
||||||
|
from step import *
|
||||||
|
from interaction import *
|
||||||
|
from load import *
|
||||||
|
from mesh import *
|
||||||
|
from optimization import *
|
||||||
|
from job import *
|
||||||
|
from sketch import *
|
||||||
|
from visualization import *
|
||||||
|
from connectorBehavior import *
|
||||||
|
mdb.jobs['Job_sx-px'].setValues(description='compression', userSubroutine=
|
||||||
|
'$HOME/DAMASK/src/DAMASK_abaqus_std.f')
|
||||||
|
# Save by m.diehl on 2017_12_06-18.39.44; build 2017 2016_09_27-23.54.59 126836
|
||||||
|
|
Loading…
Reference in New Issue