WANFULEI / LsDynaToAPDL

Application based on the Qt framework, which can understand the structure of the dynamic file generated by an Ls-Dyna solution simulation, write the structure of a file containing the APDL instructions executable by Ansys, automating the re-writing operation of information contained in dinain files in instructions interpretable by Ansys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 Qt:5.9

LsDynaToAPDL

Versione ๐Ÿ‡ฎ๐Ÿ‡น

Questo progetto nasce nel 2015, durante lo sviluppo del progetto di tesi per la laurea triennale in ingegneria meccanica, consiste nello sviluppo di un programma per convertire il file di output di LsDyna nel formato APDL per Ansys e Workbench. Obiettivo principale conserva gli spessori variabili degli elementi oggetto dell'analisi.

Version ๐Ÿ‡ฌ๐Ÿ‡ง

This project was born in 2015, during the development of the thesis for a bachelor degree in mechanical engineering. Consisting in developing a program to convert LsDyna output files to APDL files readable from Ansys and Workbench.

Getting Started

Versione ๐Ÿ‡ฎ๐Ÿ‡น

Allo stato attuale il software riconosce e gestisce unicamente i nodi e gli elementi di tipo shell sia in lettura dal formato Lsdyna, sia in scrittura nel formato APDL. Si fa notare inoltre che gli elementi di tipo shell in scrittura sono di tipo: SHELL181 codificati nel codice. Le altre sezioni sono attualmente ignorate.

Version ๐Ÿ‡ฌ๐Ÿ‡ง

At present, the software only recognizes and manages nodes and shell-type elements both in read from Lsdyna format and in write in APDL format. It is also noted that the * shell * writing elements are of the type: ** SHELL181 ** is hardcoded. The other sections are currently ignored.

Prerequisites

Versione ๐Ÿ‡ฎ๐Ÿ‡น

Conoscenza della sintassi LsDyna e sintassi APDL

Version ๐Ÿ‡ฌ๐Ÿ‡ง

Knowledge of LsDyna syntax and APDL syntax

Authors

  • Francesco Argentieri

License

This project is licensed under the GPL v3 License - see the LICENSE file for details.

About

Application based on the Qt framework, which can understand the structure of the dynamic file generated by an Ls-Dyna solution simulation, write the structure of a file containing the APDL instructions executable by Ansys, automating the re-writing operation of information contained in dinain files in instructions interpretable by Ansys.

License:GNU General Public License v3.0


Languages

Language:C++ 92.9%Language:QMake 7.1%