Mutiple .post.res files

Moderator: GiD Team

Post Reply
augustobopsinborges
Posts: 1
Joined: Thu Oct 20, 2022 7:51 pm

Mutiple .post.res files

Post by augustobopsinborges »

Hello there!

I'm working with a pre-existent F.E. code and we use GiD for pre- and post-processing (GiD 14.*).

The last collegue working on this code has written it so that multiple .post.res files are generated during analysis (all files have the same information, changing only the results for the respective time step). One file named '<model's_name>.post.res' is generated with the final results and during the analysis several files with an ordering name (e.g. 00001.post.res, 00002.post.res, and so on) are generated.

I can easily open the post-processing results from '<model's_name>.post.res', even automatically by switching to postprecess environment, but not from the others. I have tried different approached, but I just can't find a way.

I would like to know how can I open those multiple .post.res files, in order to see the multiple time steps recorded. Can you help me?
User avatar
escolano
Posts: 1884
Joined: Sun Sep 05, 1982 10:51 pm

Re: Mutiple .post.res files

Post by escolano »

You can open several files in post with the menu
Files->Open multiple
and select the files you want

and it is possible to write by the solver a file <modelname>.post.lst
with the list of files to be read (and then swapping from pre to post will load automatically all results)
https://gidsimulation.atlassian.net/wik ... e.post.lst
Post Reply