[GiDlist] EOF too early

Moderator: GiD Team

Post Reply
Mire Marjanovic

[GiDlist] EOF too early

Post by Mire Marjanovic »

Hello GiD Team,

My *.post.res file is as follows:

GiD Post Results File 1.0
Result "Displacements" "Load Analysis" 1 Vector OnNodes
ComponentNames "Disp_X", "Disp_Y", "Disp_Z"
values
1 ..... ...... ......
2 ...... ...... ......
.
.
810 ...... ...... ......
end values

I want to plot the deformed shape of the plate, but the error occurs: Found EOF too early: in this line: 824 - Reading Results.

I can interpretate some results, but I am afraid they are not read well. I have attached res and msh files for the illustration.
When I read only the mesh without results, it is working okay.

Did I do something wrong? Btw, thanks for the advice about managing the menus.

Best regards from Bochum,
Miroslav Marjanovic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131018/ed34d811/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LW.post.msh
Type: application/octet-stream
Size: 52913 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131018/ed34d811/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LW.post.res
Type: application/octet-stream
Size: 40551 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131018/ed34d811/attachment-0003.obj
User avatar
miguel
Posts: 361
Joined: Thu Sep 25, 2014 9:04 am

[GiDlist] EOF too early

Post by miguel »

Hello,

the problem is that your results file starts with comments lines instead of
starting with the line 'GiD Post Results File 1.0'.



The line 'GiD Post Results File 1.0' should be the first line of the results
file '*.res',

then you can add comment lines or any other results definition.



If the first line has any other definition, then the file will be read using
a very old format ( for backwards compatibility), causing some strange
things as creating phantom results like

"ComponentNames ...", "end values", "GiD Post Results...", etc.



thanks,

best regards,



Miguel Pasenau



De: gidlist-bounces at listas.cimne.upc.edu
[mailto:gidlist-bounces at listas.cimne.upc.edu] En nombre de Mire Marjanovic
Enviado el: viernes, 18 de octubre de 2013 22:09
Para: gidlist at listas.cimne.upc.edu
Asunto: [GiDlist] EOF too early



Hello GiD Team,



My *.post.res file is as follows:



GiD Post Results File 1.0

Result "Displacements" "Load Analysis" 1 Vector OnNodes

ComponentNames "Disp_X", "Disp_Y", "Disp_Z"

values

1 ..... ...... ......

2 ...... ...... ......

.

.

810 ...... ...... ......

end values



I want to plot the deformed shape of the plate, but the error occurs: Found
EOF too early: in this line: 824 - Reading Results.



I can interpretate some results, but I am afraid they are not read well. I
have attached res and msh files for the illustration.

When I read only the mesh without results, it is working okay.



Did I do something wrong? Btw, thanks for the advice about managing the
menus.



Best regards from Bochum,

Miroslav Marjanovic

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131021/295fa171/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LW.post.msh
Type: application/octet-stream
Size: 52028 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131021/295fa171/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LW.post.res
Type: application/octet-stream
Size: 39729 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20131021/295fa171/attachment-0003.obj
Post Reply