PDA

View Full Version : From fortrfan to ABAQUS.


Ahmed
2008-01-09, 15:37
,,,,"The model "Pinion" has been created.
WARNING: Empty part PART-1. This occurred while reading keyword options within part definition.

Jorgen
2008-01-10, 20:33
You can import that file into ABAQUS/CAE using the "import model" menu item in the "file" menu.

Ahmed
2008-01-12, 08:26
Dear Jorgen,

I tried to imoprt the data from Matlab to ABAQUS but I get error massage in ABAQUS:


Best regards

Ahmed

Jorgen
2008-01-12, 20:55
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

Ahmed
2008-01-13, 10:01
.........................

Jorgen
2008-01-13, 20:43
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