@Mishal. The internal solver supports all the built-in beam section shapes with Dynamic Response 3D, but not 2D. You can use 3D instead of 2D for everything except plane strain.
Thank you very much Victor - I will look into this feature - it will save me a lot of time. One more question if I may - is there also a similar feature to allocate component types between node arrays as in:- 1-2, 2-3, etc = component type 1, 3-4,4-5, etc = component 2.
The attached file ,originally posted in the Prepomax forum by Agazzotti , is imported in MECWAY as a unique part. (Prepomax keep it separated as four parts). Keeping the different parts separated allows to assign easily different meshing algorithms and materials each one.
I remember someone requesting to be able to select different parts on the step geometry to mesh separately but I can’t find the post. I would like to support that request.
Before the import starts, ask if the user wants parts separately or import as a unique part. Separate parts combined with the actual gmsh capabilities becomes an interesting meshing option.
I think it would be interesting to have a button that opens the temporary folder where the .frd .dat,... are generated. They are files that contain relevant information and it is a long path and that changes in each analisys.
Comments
One more question if I may - is there also a similar feature to allocate component types between node arrays as in:-
1-2, 2-3, etc = component type 1, 3-4,4-5, etc = component 2.
Thanks
You can modify an existing mesh for both component assignments and node coordinates fairly easily with a Python script using these methods:
*PLASTIC + *SHELL SECTION,COMPOSITE
This can be useful to add integration points to isotropic shell elements and solve Plastic behavior accurately.
The attached file ,originally posted in the Prepomax forum by Agazzotti , is imported in MECWAY as a unique part. (Prepomax keep it separated as four parts). Keeping the different parts separated allows to assign easily different meshing algorithms and materials each one.
I remember someone requesting to be able to select different parts on the step geometry to mesh separately but I can’t find the post. I would like to support that request.
Before the import starts, ask if the user wants parts separately or import as a unique part.
Separate parts combined with the actual gmsh capabilities becomes an interesting meshing option.
I think it would be interesting to have a button that opens the temporary folder where the .frd .dat,... are generated. They are files that contain relevant information and it is a long path and that changes in each analisys.