{{ post.title }}
글 편집
글 편집 (이전 에디터)
{{ post.author.name }}
Posted on
Version | {{ post.target_version }} | Product |
{{ product.name }}
|
---|---|---|---|
Tutorial/Manual | {{ post.manual_title }} | Attached File | {{ post.file.upload_filename }} |
From RecurDyn V9R5 released in 2021, RecurDyn ProcessNet supports Python.
This webinar introduces how to automate RecurDyn tasks using Python.
This lecture shows how to build a RecurDyn model, run a simulation and review the results using Python.
You can reduce the repetitive tasks with Python.
In addition, you can leverage rich libraries of Python.
▶ You can request the full video from the below link. ◀
https://contents.functionbay.com/20220804-webinar-python-en
You can download the example codes and RDFunctions.py at
https://bit.ly/RecurDynPython2022
Index
-
01:08 Python and RecurDyn API
- 03:13 Installation and Usage of Python and IDE (PyCharm)
- 09:50 Basic Usage of RecurDyn API (ProcessNet Python)
- 16:27 Examples of Python Script Usage
- 21:45 An Easier Way to Use Python Functions (RDFunctions.py)
-
Simulation Process Example using Python
- 26:06 Mechanism modeling of Jansen link
- 29:36 Path extraction and comparison of four-bar linkage’s Tool Points
- 34:16 Frequency according to initial angle of a simple pendulum
- 38:18 Eigen analysis and mode information extraction
- 43:46 Conclusion