[GiDlist] PostProcess problem

Hi,
My question is:
I want to plot two field result in one .flavia.res file.
if the mesh is fixed in every time step, it works well.
But when the mesh is changed with time step( I mean I use the group and on group, see in attachment), although
two field result is read in, the postprocess only show one field.
Is it some problem with the .res file?
The attachment is post-process mesh and result file.

Thanks,
xjtucnn at 163.com
2010-01-15
-------------- next part --------------
A non-text attachment was scrubbed…
Name: mag.gid.rar
Type: application/octet-stream
Size: 1134447 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100115/1b51cda9/attachment.obj

Hello,
there was a bug in gid when the names of the groups has spaces. This has
been solved. Until we make public the next version, you can try not using
spaces in the group’s name.
Another advice is that all the results of one mesh group should be specified
inside a single ‘Ongroup–end ongroup’ block.
In your example your have declared several ‘Ongroup–end ongroup’ blocks:

onGroup “step 0”
Result “unoda0” “Load Analysis” 0 Scalar OnNodes

end ongroup

onGroup “step 0”
Result “unodb0” “Load Analysis” 0 Vector OnNodes

end ongroup

onGroup “step 1”
..

the correct way is:

onGroup “step 0”
Result “unoda0” “Load Analysis” 0 Scalar OnNodes

Result “unodb0” “Load Analysis” 0 Vector OnNodes

end ongroup

onGroup “step 1”
..

I send you enclosed your example patched.

best regards,

Miguel Pasenau

\


Miguel Pasenau @: miguel at cimne.upc.edu
Despacho C2, Edifico C1, Campus Norte UPC, c/ Gran Capitán s/n
08034 - Barcelona ( SPAIN)
T: +34 3 93 401 74 03 F: +34 3 93 401 65 17

IMPORTANT NOTICE
All personal data contained in this mail will be processed confidentially
and stored in a file property of CIMNE in order to manage corporate
communications. You may exercise the right of access, rectification,
deletion and objection by letter sent to CIMNE, Gran Capitán, Edificio C1 -
Campus Norte UPC, 08034 Barcelona, Spain.

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.edu
[mailto:gidlist-admin at gatxan.cimne.upc.edu] En nombre de CHEN Ningning
Enviado el: viernes, 15 de enero de 2010 14:01
Para: gidlist at gatxan.cimne.upc.edu
Asunto: [GiDlist] PostProcess problem

Hi,
My question is:
I want to plot two field result in one .flavia.res file.
if the mesh is fixed in every time step, it works well.
But when the mesh is changed with time step( I mean I use the group and on
group, see in attachment), although two field result is read in, the
postprocess only show one field.
Is it some problem with the .res file?
The attachment is post-process mesh and result file.

Thanks,
xjtucnn at 163.com
2010-01-15
-------------- next part --------------
A non-text attachment was scrubbed…
Name: mag_All_patch_post.rar
Type: application/octet-stream
Size: 1107525 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100125/ca190e44/attachment.obj