The scrip of abaqus odb file, it can extract the node and element result from odb file.
Steps to use:
- Copy the 'get_data_from_odb.py' to the odb file
- open cmd command or open Abaqus command
- Change the path to odb file
- input command: abaqus python
-
from get_data_from_odb import Odb_data
-
odb = Odb_data(odb_name)
-
odb.get_result(node_sets=node_sets, ele_sets=ele_sets)