Page 1 of 1

Results read error

Posted: Tue Apr 04, 2017 11:10 am
by Thanasis Tsetas
Hello, I am trying to run an analysis using the OpenSees problemtype and after the calculate command , when I choose to go to postprocess, this error appears :

Some errors found in the results file:
Too few numbers for local axis result in line 19 of file 'C:\Users\user\Desktop\tests\test_9.gid\test_9.post.res'.Unknown key '2', in line 20 of file 'C:\Users\user\Desktop\tests\test_9.gid\test_9.post.res'.No results found: definitions for 2 gauss points read.

The .post.res file although has the results that I expect to see in postprocess. The lines that are mentioned have nothing different from all the other similar lines in the file.

What can I do in order to visualize the results and fix this error ??

Re: Results read error

Posted: Tue Apr 04, 2017 1:03 pm
by escolano
Attach a zip with the model (the whole .gid folder) to have a look.

Re: Results read error

Posted: Tue Apr 04, 2017 1:27 pm
by Thanasis Tsetas
test_9.gid.zip
(25.69 KiB) Downloaded 600 times

Re: Results read error

Posted: Mon Apr 10, 2017 8:42 pm
by escolano
The error is because the file has comma "," as decimal separator instead of dot "." for one of the results (the other results have number ok)
As the message said the first bug is in the line 19 of file

Result "Local_Axes" "Static" 1 LocalAxes OnGaussPoints "Line_Axes"
ComponentNames "Local-x" "Local-y" "Local-z"
Unit "kN"
Values
1 0,0000 0,0000 4,7124
...

Maybe the solver that has written this file depends on the 'Windows regional settings for number format'.
Real numbers of results must be written always with dot, independently of this setting.

Re: Results read error

Posted: Wed Apr 12, 2017 1:00 pm
by Thanasis Tsetas
I changed the Windows Settings and everything is alright,
thank you!!!!

Re: Results read error

Posted: Sun May 07, 2017 1:38 pm
by vpapanik
Thanks Enrique for the detailed info !

This issue has been fixed in the v2.0.0 update which will be released tomorrow, 8 May 2017.