Steven Doyle
Steven Doyle
I think I figured this out. I'm using powershell on windows 10 and can consistently reproduce this when I'm running a long process and scroll up (and my guess is...
#295 is related to the PSDF table not being supported. I closed it because there was no example after a long period of time. Random results are definitely better now...
You can definitely see which OP2 tables get written out in the F06. You sometimes have to play around with silly flags (e.g., PARAM,POST,-1 vs. -2 or PARAM,POSTEXT,YES), but sometimes...
I looked a bit deeper into the missing data. It looked like the data was being read, but it was actually just being skipped. I have random SORT2 working for...
I added quite a bit to the stress/strain random capability this weekend. It's all MSC-based for now (NX random is frequently different). It'll do ATO/autocorrelation CRM/cumulative RMS, and PSD. RMS...
It looks like there's an issue with Nastran not writing the tables correctly for large tables.
I forget if that's an MSC or NX issue ,but I think it was with MSC. If I recall correctly, the static (RMS/NO) table ends up being split in a...
To be clear, the RMS and NO (number of crossings) tables are static because they're actually partner tables (e.g., the RMS stress at a frequency of the "NO stress" (it's...
That data object is not vectorized, so it's slow. If you turn debug on, you'll see lots of messages about that. The OESVM1 support is still new. Vectorization helps large...
oohh... It looks like I missed the von Mises part of OESVM1. The first part of the NX complex table (OESVM1) is the same as MSC's table, so the first...