Problem using FreeCAD as preprocessor #93
-
|
On running inp2rad on the inp-file of a minimal model generated with FreeCAD I obtain the error As background information, I am a Linux user and see FreeCAD in combination with inp2rad as a promising preprocessing option. Manual edits of the inp-file may be inevitable later on, but a preprocessor helps to understand the inp-file block structure and provides a template to start from. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Just for test, I imported your .inp file into PrePoMax then exported it back to .inp, the error disappeared |
Beta Was this translation helpful? Give feedback.
Hello @dkdyn,
The problem is this block:
""""
** Define element set Eall
*ELSET, ELSET=Eall
Evolumes
""""
just remove it, from what I understand, inp2rad expects element numbers to be explicitly listed under *ELSET
Eall set is an automatically generated set and is not used for any loads or constraints in your study, removing it will not affect anything
and don't forget to add the density in the material definition