pyNastran icon indicating copy to clipboard operation
pyNastran copied to clipboard

A Python-based interface tool for Nastran's file formats

Results 77 pyNastran issues
Sort by recently updated
recently updated
newest added

The abaqus reader split abaqus cards with comma. If a set name contains a comma then the comma in the names are considered as separation comma. Could you fix this...

If it is possible it would be great to support linear truss abaqus element and to translate them in nastran CROD.

a comment of: "$ Femap Property : Some Property Name" "$ Femap Material : Some Material Name" '$ Femap with NX Nastran Coordinate System 11 : cylindrical defined in rectangular'

Hello, Steve, it’s me again. When the stress of the shell unit provides conversion, you directly output the maximum absolute value from the upper and lower surfaces of each unit....

This will enable nodal averaging. Note that the CompositeStrainStressResults2 doesn't support nodal averaging and probably doesn't need it. The big goals are to: - simplify the interface to the class...

Hi steve, I am newer to pyNastran. I found an issue where the geometry loader dialog window does not show the files with extension filter. As you can see from...

# Summary I'm using `write_bdf` with `is_double=True` and I get two warnings that do not appear when using `is_double=False`. No big deal of course but I thought about looking into...

Hello again! I'm revisiting some shear and moment interrogations on a model. I was able to get some great results using the GUI and see exactly what I expect. Now,...

Hello, This issue matches the exact description in this closed issue below: https://github.com/SteveDoyle2/pyNastran/issues/615 I can reproduce it on a simple plate bending model with CQUAD4 and PCOMP card Running Python...

# Summary I came across [this issue](https://github.com/SteveDoyle2/pyNastran/issues/678) which suggested that I should be able to calculate the OLOAD Resultant by summing the data in `model.load_vectors`. This didn't work in a...