[GiDlist] Lateral Displacement

Moderator: GiD Team

Post Reply
Yaman Sami Shareef Al-Kamaki

[GiDlist] Lateral Displacement

Post by Yaman Sami Shareef Al-Kamaki »

Hi ...,
In case if we have a column and we need to record the lateral displacement, so in GiD we should put two monitors in the midle hight of the column or just we should put one?


Best Regards


Yaman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20120320/5c38e4ba/attachment.htm
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Lateral Displacement

Post by escolano »

This is also a question that you must ask to ATENA developers, not to GiD ones.

GiD is a neutral pre/posprocesor, all data related to the solver is defined by a 'problemtype',
that is a folder with a collection of files to describe the material and condition fields and names, the format to write the information for the solver, etc.
from the GiD team we doesn't know the meaning of these particular attached data, like what's 'an Atena monitor'.

In GiD posprocess, if the 'displacement' is a result defined on the mesh, then you can extract values interpolated inside the elements,
or a graph along a segment, or a graph of the value on a point along the time (if the result has time steps),...

----- Original Message -----
From: Yaman Sami Shareef Al-Kamaki
To: gidlist at listas.cimne.upc.edu
Sent: Wednesday, March 21, 2012 7:22 AM
Subject: [GiDlist] Lateral Displacement


Hi ...,
In case if we have a column and we need to record the lateral displacement, so in GiD we should put two monitors in the midle hight of the column or just we should put one?


Best Regards


Yaman






------------------------------------------------------------------------------


_______________________________________________
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/20120322/697f8b7d/attachment.htm
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Where to find help for gid tcl command

Post by escolano »

1- 'drawopengl' is a GiD-Tcl command that has been renamed to GiD_OpenGL (the old name could be also used for back compatibility)
you can see a brief documentation in GiD Customization-TCL AND TK EXTENSION-Control functions-Special functions-OpenGL

GiD_OpenGL is basically a tcl wrapper of the OpenGL library, to allow a problemtype to draw from Tcl what it want in the GiD screen (e.g. draw special symbols to represent conditions, etc)
You must see some OpenGL book to learn how to use OpenGL.


2- AddNewToolbar and CreateOtherBitmaps are two Tcl procedures, defined somewhere in out GiD scripts, and they allow to create additional icon toolbars.
They are not documented, but there is a tutorial of the GiD course 2004 that show how to use them to create a problemtye toolbar,
'see chapter 8-Tool of mesh edition' http://www.gidhome.com/news/gid-conf/gid-conference-2004/pre-conference-courses

Regards

Enrique Escolano

----- Original Message -----
From: 刘力风
To: gidlist at listas.cimne.upc.edu
Sent: Friday, March 23, 2012 10:49 AM
Subject: [GiDlist] Where to find help for gid tcl command



Hi,

How to find help in detail on gid tcl commands like "AddNewToolbar", "CreateOtherBitmaps", "drawopengl" etc?? I can only found their usage in example problemtype, however, No detail help in customization help, is there anybody know where to find these help??


Thanks a lot,

Michael Liu (刘力风)


------------------------------------------------------------------------------


_______________________________________________
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/20120323/920faba3/attachment.htm
Post Reply