pyNastran
pyNastran copied to clipboard
A Python-based interface tool for Nastran's file formats
The title of the gui should be: - Nastran - filename - AFLR2 / AFLR3 ugrid (2D) - filename - AFLR3 ugrid (3D) - filename - AFLR2 BEdge - filename...
Hello, I have noticed that the rutine to transform op2 results from elements coordinate system to material coordinate systems gives wrong results when MCID is a cylindrical CSYS. I have...
``` result files aren't always in PARAM,POST,-1 support others at some point ``` Original issue reported on code.google.com by `mesheb82` on 25 Apr 2012 at 11:41
Steven, I have a usercase where I need to process the data stored in multiple op2 files. For a large file reading the op2 contents can be quite slow. How...
Hello again, This one I am not sure if it is a bug or simply impossible. When reading the geometry from an op2 that contains part superelements, only the residual...
This method, which is supposed to transform displacements/velocity/gpforce/etc. from CD != 0 to CD=0 has an issue if CD is not rectangular. I think you need to apply the standard...
Currently, if you want a fixed time step, you have to pass in an OP2 with a fixed time step. Support the following interpolation methods: - linear x, linear y...
The in-GUI animation sets the mouse to trackball. It doesn't fix when the animation is stopped. It may be fixed if you probe a result using the buttons (as opposed...
I've written a short script to read CQUAD4 stresses from a sine vibration run (SOL SEMFREQ). I started with the iSat model since it's provided as an example. I've requested...
the gui should have a max/min color in addition to nan; it should be settable per https://vtk.org/doc/nightly/html/classvtkLookupTable.html, some functions are: SetUseBelowRangeColor (vtkTypeBool) SetBelowRangeColor (double[4]) UseBelowRangeColorOn () SetAboveRangeColor (double, double, double,...