You are on page 1of 1

1 # =============================================================================

2 # ABAQUS POST-PROCESSING SCRIPT (S11 HISTORY)


3 # =============================================================================
4 # Script determines S11 history for specified element sets
5 # =============================================================================
6
7 import odbAccess
8 import os
9 import time
10 import sys
11

You might also like