[2024-12-12 16:05:24] ERROR : stress.py:959 eids = [1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
1015 1016 1017 1018 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010
1011 1012 1013 1014 1015 1016 1017 1018]
type=RealCompositePlateStressArray nelements=18 ntotal=72
data: [1, ntotal, 9] where 9=[o11, o22, t12, t1z, t2z, angle, major, minor, max_shear]
element_layer.shape = (72, 2)
data.shape = (1, 72, 9)
element type: QUAD4LC-composite-95
sort1
lsdvmns = [1]; dtype=int64
eids = [1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
1015 1016 1017 1018]
element_layer:
[[1001 1]
[1001 2]
[1001 3]
[1001 4]
[1002 1]
[1002 2]
[1002 3]
[1002 4]
[1003 1]
[1003 2]
[1003 3]
[1003 4]
[1004 1]
blah blah blah
[1017 4]
[1018 1]
[1018 2]
[1018 3]
[1018 4]]
With one subcase, the console doesn't gripe.
Sincerely,
Clark
--
You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastran-disc...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pynastran-discuss/5b7d0286-86e7-4d14-b18c-7724ec4ffe52n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pynastran-discuss/d9057d1d-2a85-4a35-acc1-7f75fef25b1en%40googlegroups.com.
Steve,
Thanks so much. Just in time. I’ll fetch it, test it out, and include it in this semester’s distribution soonest.
Sincerely,
Clark
To view this discussion visit https://groups.google.com/d/msgid/pynastran-discuss/8e8dcdb1-1482-42e1-bf45-741c84104de5n%40googlegroups.com.
[2025-01-17 09:36:40] INFO : load_actions.py:116 reading None file 'H:/FEA4JET/pyNastranGUItests/FlatPlatePCOMPtest/Flat_plate_tip_loads_mixed_1case.dat'
[2025-01-17 09:36:40] INFO : nastran_io.py:590 nnodes=50 nelements=36
[2025-01-17 09:36:40] ERROR : load_actions.py:153 Traceback (most recent call last):
File "qt_files\load_actions.py", line 139, in on_load_geometry
File "converters\nastran\gui\nastran_io.py", line 491, in load_nastran_geometry
File "converters\nastran\gui\nastran_io.py", line 591, in load_nastran_geometry_unvectorized
File "bdf.py", line 3624, in get_bdf_stats
File "bdf_interface\stats.py", line 200, in get_bdf_stats
AssertionError: ['allow_overwrites_set']
[2025-01-17 09:36:40] COMMAND : load_actions.py:183 self.on_load_geometry(infile_name='H:/FEA4JET/pyNastranGUItests/FlatPlatePCOMPtest/Flat_plate_tip_loads_mixed_1case.dat', geometry_format='nastran')
In my Spyder with Python 3.10 environment, I can read_bdf either of those dat files and then get_bdf_stats ok. I seem to be using pyNastran-1.4.0%2Bdev.0f4554d20-py3-none-any.whl in Spyder.
Clark