Creating a new folder for .post files.

Moderator: GiD Team

Post Reply
Daniel
Posts: 20
Joined: Fri Feb 03, 2023 4:08 pm

Creating a new folder for .post files.

Post by Daniel »

Hi.

I would like to know how to create a folder inside the model's folder to put the .post.msh and .post.res files. Also, when i change pre -> post inside GiD, how GiD will know the new directory of the .post.msh and .post.res files?
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

Re: Creating a new folder for .post files.

Post by escolano »

GiD won't find your files if you move them to another sub-folder, it expect these exact names
<modelname>.post.res
and <modelname>.post.mesh (if required because is different of the preprocess mesh)

If do you have multiple result or mesh files, e.g. a mesh by time step, or splitted partitions of the mesh for parallel simulation, then can use as alternative a list file
<modelname>.post.lst
that has a header, and then the list of relative filenames of results to be read, then is common to be stored in a subfolder.
https://gidsimulation.atlassian.net/wik ... e.post.lst
Post Reply