View Full Version : From fortrfan to ABAQUS.
,,,,"The model "Pinion" has been created.
WARNING: Empty part PART-1. This occurred while reading keyword options within part definition.
You can import that file into ABAQUS/CAE using the "import model" menu item in the "file" menu.
Dear Jorgen,
I tried to imoprt the data from Matlab to ABAQUS but I get error massage in ABAQUS:
Best regards
Ahmed
The file that you import needs to contain the node definitions (*Node, ...)
and the element definitions (*Element, type=...).
Did the file that you created from Matlab contain that information?
- Jorgen
.........................
You are not too far off. The file that you create needs to have the following format:
*Node
1, x, y, z
2, x, y, z
...
*Element, type=(element_type)
1, n1, n2, n3, ...
In other words, each node needs a unique node number. Then you also need to specify how the nodes as connected into finite elements. I suggest that you read the ABAQUS manuals for more info about *Node and *Element.
- Jorgen
emily_hou
2008-02-13, 06:15
Hi Ahmed,
i am also having the same situation as you. I am new to matlab and do not know how to create text file in matlab. Can advise me? Thanks.
Regards,
Emily
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.