Hi,
Is there any software for pre-processing (to build the geometry of the model, and then import them to Python to perform the analysis)? I guess there are STKO and GiD, but they only output the tcl scripts, right?
Thank you for your help!
Kamyar
pre-processing
Moderators: silvia, selimgunay, Moderators
-
- Posts: 5
- Joined: Mon May 11, 2020 11:56 am
- Location: Iran University of Science and Technology
- Contact:
Re: pre-processing
Hi Kamyar,
The main purpose of pre-processing is to have model Nodes and Elements information (i.e. Coordinates and ID's).
You can use any software that can generate meshes and give above data's to you, for using it in both tcl and python interpreter.
I'm Currently using GiD (Also GiD+OpenSees problem type is helpful), but you can also use gmsh as a pre-processor.
The main purpose of pre-processing is to have model Nodes and Elements information (i.e. Coordinates and ID's).
You can use any software that can generate meshes and give above data's to you, for using it in both tcl and python interpreter.
I'm Currently using GiD (Also GiD+OpenSees problem type is helpful), but you can also use gmsh as a pre-processor.
Re: pre-processing
Thank you for your response.
So, Gmsh can help me in outputting the coordinate script? what is the script language? Is it possible to change it to a python script to feed that to OpenSEESPY?
So, Gmsh can help me in outputting the coordinate script? what is the script language? Is it possible to change it to a python script to feed that to OpenSEESPY?
-
- Posts: 5
- Joined: Mon May 11, 2020 11:56 am
- Location: Iran University of Science and Technology
- Contact:
Re: pre-processing
Gmsh itself has a Python package. And yes, you can extract all node coordinates and elements nodal tags after meshing for use in both tcl and python interpreters of OpenSees.