when changing to postprocessing, GiD tries to find and open the postprocess information for the current project. But only the *.post.res file is considered. I am using binary format in a *.post.bin file and get an error message:
Results file …......\Platte.gid\Platte.post.res’ not found
No results read.
Is there a way to open the binary file also automatically?
To be opened automatically (when changing from pre to post) the GiD results file must be named .post.res
It doesn’t matter if the file is written in ASCII,binary or HDF5 format, the extension ‘.post.res’ must be the same.
Hi,
we’ve found the problem and corrected it for the next version, to be released very soon!
The problem was that the mesh in the binary file was defined inside a group and gid mistook this as an error when changing from preprocess to postprocess, but not when opening the file from the file menu.
Now it’s correctly read.