abaqustools 2.3__tar.gz → 2.32__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {abaqustools-2.3/abaqustools.egg-info → abaqustools-2.32}/PKG-INFO +1 -2
- {abaqustools-2.3 → abaqustools-2.32/abaqustools.egg-info}/PKG-INFO +1 -2
- {abaqustools-2.3 → abaqustools-2.32}/abaqustools.egg-info/requires.txt +0 -1
- {abaqustools-2.3 → abaqustools-2.32}/odbexport/export.py +2 -3
- {abaqustools-2.3 → abaqustools-2.32}/odbexport/odbfunc.py +1 -1
- {abaqustools-2.3 → abaqustools-2.32}/odbexport_example/Export.py +1 -1
- {abaqustools-2.3 → abaqustools-2.32}/pyproject.toml +3 -3
- {abaqustools-2.3 → abaqustools-2.32}/LICENSE +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/README.md +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/EstimateCableDeflectionSimple.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/OLD_AbaqusExportModal.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/OLD_functions_gen - Copy.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/TestParameters.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/Test_time1.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/Test_time2.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/functions_gen.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/__old__/untitled0.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/abaqustools.egg-info/SOURCES.txt +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/abaqustools.egg-info/dependency_links.txt +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/abaqustools.egg-info/top_level.txt +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/Export_debug.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/Export_new.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/nordsenga/nordsenga_truss.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_build_gradually/Runmodel.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Langenuen_tower_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Langenuen_tower_nograv_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Sulafjorden_tower_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Sulafjorden_tower_nograv_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/test_retract.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/testodb/TestLangenuen_exportmodal.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/testodb/TestLangenuen_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/testrayleigh/testray.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/develop/testrayleigh/testray_old.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/example/truss/create_model.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/example/trussjointc/create_model.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/odbexport/__init__.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/odbexport_example/Model_single_deck_exportmodal.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/odbexport_example/Model_single_deck_exportstatic.py +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/setup.cfg +0 -0
- {abaqustools-2.3 → abaqustools-2.32}/useful/Plot_model_and_modes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: abaqustools
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.32
|
|
4
4
|
Summary: Tools for FEM software ABAQUS.
|
|
5
5
|
Author-email: "O. W. Petersen" <oyvind.w.petersen@ntnu.no>
|
|
6
6
|
Keywords: abaqus,export,fem,odb
|
|
@@ -10,6 +10,5 @@ Requires-Dist: numpy
|
|
|
10
10
|
Requires-Dist: scipy
|
|
11
11
|
Requires-Dist: nexusformat
|
|
12
12
|
Requires-Dist: h5py
|
|
13
|
-
Requires-Dist: timeit
|
|
14
13
|
Requires-Dist: putools
|
|
15
14
|
Requires-Dist: ypstruct
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: abaqustools
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.32
|
|
4
4
|
Summary: Tools for FEM software ABAQUS.
|
|
5
5
|
Author-email: "O. W. Petersen" <oyvind.w.petersen@ntnu.no>
|
|
6
6
|
Keywords: abaqus,export,fem,odb
|
|
@@ -10,6 +10,5 @@ Requires-Dist: numpy
|
|
|
10
10
|
Requires-Dist: scipy
|
|
11
11
|
Requires-Dist: nexusformat
|
|
12
12
|
Requires-Dist: h5py
|
|
13
|
-
Requires-Dist: timeit
|
|
14
13
|
Requires-Dist: putools
|
|
15
14
|
Requires-Dist: ypstruct
|
|
@@ -128,7 +128,7 @@ def exportmain(folder_odb,jobname,folder_save,folder_python,variables,stepnumber
|
|
|
128
128
|
file_exist_logic=os.path.isfile(file_name)
|
|
129
129
|
if not file_exist_logic:
|
|
130
130
|
print('***** ' + folder_python)
|
|
131
|
-
raise Exception('***** Supplied python folder and odbfunc module not found')
|
|
131
|
+
raise Exception('***** Supplied python (odbexport) folder and odbfunc module not found')
|
|
132
132
|
|
|
133
133
|
# Ensure list
|
|
134
134
|
if isinstance(variables,str):
|
|
@@ -172,7 +172,6 @@ def exportmain(folder_odb,jobname,folder_save,folder_python,variables,stepnumber
|
|
|
172
172
|
hf = h5py.File(hf_name,'w')
|
|
173
173
|
dt = h5py.special_dtype(vlen=str)
|
|
174
174
|
|
|
175
|
-
# hf['test_var'].attrs.modify('Unit', 'Hz')
|
|
176
175
|
for k in np.arange(len(variables)):
|
|
177
176
|
|
|
178
177
|
# Base for txt files
|
|
@@ -244,7 +243,7 @@ def exportmain(folder_odb,jobname,folder_save,folder_python,variables,stepnumber
|
|
|
244
243
|
|
|
245
244
|
hf.create_dataset('elconn',data=data_from_txt)
|
|
246
245
|
hf['elconn'].attrs.modify('Type', 'Element connectivity')
|
|
247
|
-
hf['elconn'].attrs.modify('Unit', '
|
|
246
|
+
hf['elconn'].attrs.modify('Unit', 'Element number, Node number')
|
|
248
247
|
|
|
249
248
|
elif variables[k]=='elset':
|
|
250
249
|
|
|
@@ -3,13 +3,13 @@ requires = ["setuptools"]
|
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[tool.setuptools.packages.find]
|
|
6
|
-
exclude = ["develop
|
|
6
|
+
exclude = ["develop/","__old__/","__pycache__/*",".idea/*",".git/*",".github/*"]
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "abaqustools"
|
|
10
|
-
version = "2.
|
|
10
|
+
version = "2.32" # Follow PEP440
|
|
11
11
|
authors = [{ name="O. W. Petersen", email="oyvind.w.petersen@ntnu.no" },]
|
|
12
12
|
description = "Tools for FEM software ABAQUS."
|
|
13
13
|
requires-python = ">=3"
|
|
14
14
|
keywords = ["abaqus", "export","fem","odb"]
|
|
15
|
-
dependencies = ["numpy","scipy","nexusformat","h5py","
|
|
15
|
+
dependencies = ["numpy","scipy","nexusformat","h5py","putools","ypstruct"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Langenuen_tower_nograv_exportstatic.py
RENAMED
|
File without changes
|
|
File without changes
|
{abaqustools-2.3 → abaqustools-2.32}/develop/test_retract/Sulafjorden_tower_nograv_exportstatic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|