Francesco M. A. Mitrotta

Results 11 comments of Francesco M. A. Mitrotta

I tested it with `run_nastran(output_bdf_filename, nastran_path, run_in_bdf_dir=True, keywords='bat=no')` but it did not seem to work. Actually `bat=no` seems to be used by default when no `keywords` input is specified, together...

Yes indeed, I think the distinction should be analogous to the one between the current `CaseControlDeck` and `Subcase` classes. Regarding your questions, MSC Nastran 2021.3 Online Help states the following:...

I can confirm that you can have a NLSTEP in the STEP block. I have to investigate about other case control commands.

Hello Steve, not yet unfortunately, as I have not worked with SOL 400 in the last months, but I want to work on this feature sooner or later. By the...

Hi, just wanted to point out that I have the same problem. Everything worked until December 2022, then SVG images sopped being rendered correctly on nbviewer. Please see [this notebook](https://nbviewer.org/github/fmamitrotta/phd-jupyter-notebooks/blob/development/notebooks/01_Buckling_Analysis_of_Euler_Column.ipynb)...

Apologies for having being silent for so long on this issue, however I've discovered only today that I was passing to the `nastran_cmd` argument the path to `nastranw.exe` instead of...

Sure, I am more than happy to work on a pull request for that! I just don't understand the aim of the warning message. `nwords_to_lsem` is taken from the 165th...

Ok I understand. However as far as I can see from the code the parsing does not seem to be affected by check on the number of subcases. Maybe I'm...

I've had a closer look at the code, but I could not get my head around how the warning affects the logic of the function. I did some tests, and...

Thanks for the explanation Steve, I understand your point. However, what is the bit of data that we don't get when the expected format is not found? It is not...