Skip to content

Commit

Permalink
Fix Fem we do not have initial stresses
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Feb 24, 2015
1 parent a77106a commit 08a5a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -411,7 +411,6 @@ def run(self):
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')
Expand Down

0 comments on commit 08a5a89

Please sign in to comment.