[GiDlist] Incremental result between two timesteps

Hi all,

is there a way, starting from two result files obtained at different
solution increments and the same mesh, to get an incremental result, as the
difference between the two? For instance new_diplacement =
displacement(t=15) - displacement(t=10).

Thanks for your help,

N.
-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100811/d55186cd/attachment.htm

Not exists any direct tool to do this, but from tcl code you can create/delete new results at runtime,
can ask for the displacement results at the desired times, and create the new ‘incremental’ result doing the operation.

GiD_Result create|delete|get|get_nodes ?-array? data

To an explanation of this GiD_Result command read help on GiD Customization-Tcl/Tk extension-Control functions-Special functionss-Results

You can invoke Tcl code from a customized button of the toolbar, or from a menu added by the problemtype, etc.


Enrique Escolano
----- Original Message -----
From: Nunzio Losacco
To: gidlist at listas.cimne.upc.edu
Sent: Wednesday, August 11, 2010 11:14 AM
Subject: [GiDlist] Incremental result between two timesteps


Hi all,


is there a way, starting from two result files obtained at different solution increments and the same mesh, to get an incremental result, as the difference between the two? For instance new_diplacement = displacement(t=15) - displacement(t=10).


Thanks for your help,


N.

\


\


GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100901/fe66f782/attachment.htm

Great advice,

thanks for your help!

N.

2010/9/1 Enrique Escolano escolano at cimne.upc.edu

Not exists any direct tool to do this, but from tcl code you can
create/delete new results at runtime,
can ask for the displacement results at the desired times, and create the
new ‘incremental’ result doing the operation.
GiD_Result create|delete|get|get_nodes ?-array? data
To an explanation of this GiD_Result command read help on GiD
Customization-Tcl/Tk extension-Control functions-Special
functionss-Results
You can invoke Tcl code from a customized button of the toolbar, or from a
menu added by the problemtype, etc.

Enrique Escolano
----- Original Message -----
From: Nunzio Losacco nunzio.losacco at gmail.com
To: gidlist at listas.cimne.upc.edu
Sent: Wednesday, August 11, 2010 11:14 AM
Subject: [GiDlist] Incremental result between two timesteps
Hi all,
is there a way, starting from two result files obtained at different
solution increments and the same mesh, to get an incremental result, as the
difference between the two? For instance new_diplacement =
displacement(t=15) - displacement(t=10).
Thanks for your help,
N.
------------------------------


GiDlist mailing list
GiDlist at listas.cimne.upc.edu
_http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist_


GiDlist mailing list
GiDlist at listas.cimne.upc.edu
_http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist_

-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20100903/28144b93/attachment.htm