[GiDlist] From Tao Chen--Question of postprocess: How to cre

Moderator: GiD Team

Post Reply
User avatar
escolano
Posts: 1961
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] From Tao Chen--Question of postprocess: How to cre

Post by escolano »

You can ask GiD from Tcl progamming language level for its results
See GiD Help on GiD Customization-Tcl/Tk extension-Control functions-Special functions-Results
'GiD_Result get' command
With this command you cand know the value of your resuls on the cutting elements or its nodes,
but in any case, both 'plate' cuts will be different (the number of nodes and elements probably are different),
and it is difficult to know for a node in a plate the opposite one, if exists, to do the difference.
You must search with your own tcl code for a 'closest' node or a position on an element and calculate the interpolated result value from neighbor nodes, and then can define a new result with the
'GiD_Result create' command

Concluding, it is possible, but not easy to do, and require some programming in Tcl scripting language

Regards

Enrique Escolano

----- Original Message -----
From: Tao Chen 陈涛
To: GID Mail list
Sent: Monday, August 16, 2010 3:04 AM
Subject: [GiDlist] From Tao Chen--Question of postprocess: How to create a new result ?


In the postprocess, I use 'do cuts' to get two parallel plates, and I want to subtract the result of one plate from another. How should I do to get this new result, and display the new result on the plate?
Tao Chen
2010-8-16 9:04:09




--
┌────────────────────────────────────────
│Tao Chen
│Department of Applied Mathematics, School of Science,
│Communication University of China
│Major in Numerical Methods for Partial Differential Equations and Its Applications
│Email: chentao at cuc.edu.cn
│MSN: chentaocuc at hotmail.com
│Phone:8610-65783580
│Address: Room 319, Building 33, Commnication University of China,
│No.1 Dingfuzhuang East Street, Chaoyang District, Beijing, 100024, P.R. China
│Postcode:100024
└────────────────────────────────────────


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


_______________________________________________
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/20100908/15c260c0/attachment.htm
Post Reply