out of range
Moderator: GiD Team
out of range
hello:
does anyone knows what should i do if i got the message which says that: " reading GiD mesh ' XXX' in this line: 471:: 18712 not in [ 1, 340] node 18712 out of range.
Point number out of range?: 19 not in [ 1, 18] Reading mesh."?
Thank you so much for your help~
And happy new year!
simon.
does anyone knows what should i do if i got the message which says that: " reading GiD mesh ' XXX' in this line: 471:: 18712 not in [ 1, 340] node 18712 out of range.
Point number out of range?: 19 not in [ 1, 18] Reading mesh."?
Thank you so much for your help~
And happy new year!
simon.
Re: out of range
It seems that the file you are reading is wrong or doesn't has the expected syntax.
e.g. some element points to the node id=18712 but this node has not been previously defined.
Have a look to the file content with some text editor (in case that it is ASCII) to try to identify the error.
How are you reading the file in GiD? (e.g. Files->Import->GiD mesh... in preprocess, Files->Open in postprocess,...)
How has been created the file?
If you are unable to solve your problem upload the file to this forum.
e.g. some element points to the node id=18712 but this node has not been previously defined.
Have a look to the file content with some text editor (in case that it is ASCII) to try to identify the error.
How are you reading the file in GiD? (e.g. Files->Import->GiD mesh... in preprocess, Files->Open in postprocess,...)
How has been created the file?
If you are unable to solve your problem upload the file to this forum.
Re: out of range
hi escolano:
thanks a lot for helping me.
i've tried the way you suggest while it's not working.
i have the file as in .txt format which i want it to be uploaded, while it seems that the .txt file is not allowed to be uploaded.
Am i only allowed to attach pictures to this message?
Thank you.
Simon
thanks a lot for helping me.
i've tried the way you suggest while it's not working.
i have the file as in .txt format which i want it to be uploaded, while it seems that the .txt file is not allowed to be uploaded.
Am i only allowed to attach pictures to this message?
Thank you.
Simon
Re: out of range
You can upload all kind of files, like a zip file, not only images!
The "upload attachment" is located in a tab of the form below the text area
The "upload attachment" is located in a tab of the form below the text area
Re: out of range
Hi escolano:
The txt file is attached to this message, and i really appreciate if you can help me have a look of it and point out the whats wrong with my mesh.
Thank you.
Simon
The txt file is attached to this message, and i really appreciate if you can help me have a look of it and point out the whats wrong with my mesh.
Thank you.
Simon
- Attachments
-
- test.zip
- the .msh file is inside the zip file
- (7.57 KiB) Downloaded 486 times
Re: out of range
there is an error in the line of the element 126
126 27 33 22 34 205 183 206 186 227 18712
the node 18712 doesn't exists!
probably it must be 187 only?
126 27 33 22 34 205 183 206 186 227 18712
the node 18712 doesn't exists!
probably it must be 187 only?
Re: out of range
Hi escolano:
that is exactly the problem is, and after correct that point, the mash can be imported into the GiD.
While the imported mesh is looking pretty strange as shown in the picture attached, can you have a look to see if you think it's in a wrong format?
Thanks
Simon
that is exactly the problem is, and after correct that point, the mash can be imported into the GiD.
While the imported mesh is looking pretty strange as shown in the picture attached, can you have a look to see if you think it's in a wrong format?
Thanks
Simon
- Attachments
-
- test2.zip
- picture of mesh and txt for the mesh
- (282.45 KiB) Downloaded 458 times
Re: out of range
The order of the element's nodes is wrong.
This is the order expected by GiD for a quadratic tetraedron:
http://www.gidhome.com/documents/refere ... ent%20type
This is the order expected by GiD for a quadratic tetraedron:
http://www.gidhome.com/documents/refere ... ent%20type
Re: out of range
Hi escolano:
the original mesh i have are triangulated surface meshes, and i used the command that you told me (Mescape Meshing MeshFromBoundary) in the GiD which generated my mesh into linear 4 node tetrahedral meshes.
then i used a matlab code converted them into quadratic tet.
Is the wrong order of element's node happens during using the command?
Thank you
Simon
the original mesh i have are triangulated surface meshes, and i used the command that you told me (Mescape Meshing MeshFromBoundary) in the GiD which generated my mesh into linear 4 node tetrahedral meshes.
then i used a matlab code converted them into quadratic tet.
Is the wrong order of element's node happens during using the command?
Thank you
Simon
Re: out of range
The wrong order is written by your matlab code.
See the GiD element nodes order in the reference manual of my previous link!
See the GiD element nodes order in the reference manual of my previous link!