Fix Fem we do not have initial stresses

This commit is contained in:
Bernd Hahnebach 2015-02-23 18:41:40 +01:00 committed by wmayer
parent a77106a58f
commit 08a5a89847

View File

@ -411,7 +411,6 @@ class _JobControlTaskPanel:
inpfile.write('{0:.3f}, '.format(YM.Value) )
inpfile.write('{0:.3f}\n'.format(PR) )
inpfile.write('*SOLID SECTION, Elset=Eall, Material='+matmap['General_name'] + '\n')
inpfile.write('*INITIAL CONDITIONS, TYPE=STRESS, USER\n')
inpfile.write('*STEP\n')
inpfile.write('*STATIC\n')
inpfile.write('*BOUNDARY\n')