SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 75 forks source link

LS-DYNA Examples in Run Model #203

Closed chiaraf10 closed 1 year ago

chiaraf10 commented 1 year ago

Hello,

I´m interested in the application of UQpy with LS-dyna. I looked at the examples shown but they are incomplete. It´s not possible to run them since several files are missing. In particular, the file missing are the dyna_script.py, dyna_output.py, and the dyna_input.k. Without these, the ThirdPartyModel doesn´t work.

dimtsap commented 1 year ago

Thank you very much for your comment. Currently the examples in the documentation do not contain the links to the supportive files. These files exist in the UQpy Github repo. For example in the LS-DYNA case you can find them here: https://github.com/SURGroup/UQpy/tree/master/docs/code/RunModel/LS-Dyna_Examples/single_job We are working on adding all supportive files as links throughout the documentation so that you can access all of the from the https://uqpyproject.readthedocs.io/ site as well.