Problem with exported Nastran code file
Hi
I am new to this and just start learning. And I have a problem as following.
The structure I want to analysis attached. It is a truss. I first create four nodes and draw 6 lines. The mesh type is line mesh. I follow all the instructions, but when I wanted to use nastran to solver it, it didn't work and ther warning message was USER WARNING MESSAGE 4698 (DCMPD). I finally managed to get it work by comparing the corrected version of the code to my code. Below is the code that works, but mine has some differences. I found out that it was due the grid points that assigned to SPC and Force. In the corrected version below, the grid points are all from 5 to 8, but my are from 1 to 4. After I change my 1 to 5, 2 to 6, 3 to 7 and 4 to 8, everything worked out and I got the solution. So Anyone know why the ID of the nodes become 5 to 8 but I can still find the nodes by id using 1,2,3, and 4? And how to solve this problem instead of digging into the code file and changing the number? Thanks in advance.
Answers
-
One another question, I have a solid mesh of the structure as attached. And I applied two 1000N of forces to two nodes when I was assigning the force. But when viewing it in 3D, I saw there were force vectors at each surface layer(see attached picture). So if there are 4 layers(5 surfaces), does it mean that the total force apply to the structure will be 5*2000N = 10000N or it is still 1000N? Thanks
0 -
Hi Steveivy,
We are looking into the Nastran export issue you are facing.
Regarding the applied load, yes it is 10000N which is applied on the model. Have you used box selection to select nodes when applying force?
instead, select the two nodes which you are interested in by manually clicking on the nodes.
0 -
Altair Forum User said:
Hi Steveivy,
We are looking into the Nastran export issue you are facing.
Regarding the applied load, yes it is 10000N which is applied on the model. Have you used box selection to select nodes when applying force?
instead, select the two nodes which you are interested in by manually clicking on the nodes.
I used 'select by window'. Or I can just divide the total magnitude by the number of layers and I will get the desired the total force.
0 -
Yes,
you can do that. Instead of layers, prefer divide total magnitude with total number of nodes.
say if the total load is 1000N and you want to distribute on 10 nodes, then on each node the load is 1000/10= 100N
0 -
Hi,
could you please let us know what is the version of HyperWorks installed on your machine and what are all the updates you have?
Please use the link below for information on how to check for updates:
0 -
-
Altair Forum User said:
Hi,
could you please let us know what is the version of HyperWorks installed on your machine and what are all the updates you have?
Please use the link below for information on how to check for updates:
Hi,
I am using 11.0 version. The code I posted originally was generated from 8.0. I will try your method when I get to school.
0 -
Altair Forum User said:
I think the problem is with the co-incident nodes.
If you count the number of nodes you will see that there are 8 nodes in the model.
Try equivalencing the nodes. Goto Tool page>> Edges>> select component>> Preview Equivalence to see free nodes.
Hi,
I went to this point(see attached picture) and I don't know how to do next. I clicked preview equivalence but nothing going on. Thanks
0 -
Altair Forum User said:
Hi,
I went to this point(see attached picture) and I don't know how to do next. I clicked preview equivalence but nothing going on. Thanks
just due to you create node IDs 1, 2, 3, 4 then nodes 5,6,7,8 concide to 1,2,3,4
so press Shift+F2 => clear all => will clear all free nodes 1,2,3,4 (because your CBEAM refer to nodes 5,6,7,8 so SPC and FORCE should refer to them too)
0 -
Altair Forum User said:
just due to you create node IDs 1, 2, 3, 4 then nodes 5,6,7,8 concide to 1,2,3,4
so press Shift+F2 => clear all => will clear all free nodes 1,2,3,4 (because your CBEAM refer to nodes 5,6,7,8 so SPC and FORCE should refer to them too)
Ok, I will try that. But I am just curious, I only create 4 nodes, how come there are 8 nodes IDs?
Thanks
0 -
Hi Steveivy,
Please follow Tinh's suggestion.
if that doesn't work, you can use Tools page>> Edges>> slelect components/elements>> Equivalence.
if the problem still exists after doing this, you can replace nodes using Replace panel (F3 is the shortcut on your keyboard). Make sure you have activated coincidenct node picking in Options page (Press O on your keyboard>>Graphics>> coincident picking)
0 -
Altair Forum User said:
Ok, I will try that. But I am just curious, I only create 4 nodes, how come there are 8 nodes IDs?
Thanks
perhaps you duplicated them, search if any '*duplicatemark nodes' command appeared in your \documents\command.cmf file
0 -
Altair Forum User said:
Hi Steveivy,
Please follow Tinh's suggestion.
if that doesn't work, you can use Tools page>> Edges>> slelect components/elements>> Equivalence.
if the problem still exists after doing this, you can replace nodes using Replace panel (F3 is the shortcut on your keyboard). Make sure you have activated coincidenct node picking in Options page (Press O on your keyboard>>Graphics>> coincident picking)
Altair Forum User said:perhaps you duplicated them, search if any '*duplicatemark nodes' command appeared in your \documents\command.cmf file
tinh
It works. Thank you guys
So in the future, will it be a good practice that clear all the free nodes before applying forces and constrains? And is there an easy way to tell that I have free nodes in the model?
0 -
Yes Steveivy, free nodes appear in form of 'yellow balls' and you can easily see them
And you should activate 'concide picking' as Pagadala's suggestion to avoid wrong selection
0