[GiDlist] puzzle in line graph

Moderator: GiD Team

Post Reply
Tao_Chen_陈涛

[GiDlist] puzzle in line graph

Post by Tao_Chen_陈涛 »

Hoang Giang Bui

[GiDlist] Gauss points for triangle

Post by Hoang Giang Bui »

Hi,

Up to the extent of GiD customization manual, the number of Gauss points
for triangle is limited to 6 (section 6.1.1). Let's presume I have more
Gauss points on triangle, which will be the order of Gauss point I have to
write to the results?

--
With Best Regards !
Giang Bui
To learn and to excel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20120816/a9100a88/attachment.htm
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] puzzle in line graph

Post by escolano »

Maybe your x y z coordinates are outside the body?

When GiD ask for the points you can specify a new point coordinate, with the x y z
or change the mode with "Join" (e.g. with the key Ctrl-a) and then enter the number of an existent node or click it in screen.


Note: you can open the graphs window (menu: Window-View graphs...) to create, delete or select the graph options easily than directly from the "View results" menu
----- Original Message -----
From: Tao_Chen_陈涛
To: GID Mail list
Sent: Saturday, August 11, 2012 3:44 AM
Subject: [GiDlist] puzzle in line graph


GiD Team,
After I select the line gragh command, I enter two endpoints of the line in the comand, but the line path is not a straight line.
The coordinates of the two endpoints I enter is as follows.
x1 y1 z1
Enter
x2 y2 z2
Enter
How to draw a field variable varying on a straight line defined by two endpoints?

Tao Chen
2012-8-11 9:50:39





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


_______________________________________________
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/20120829/c11ce645/attachment.htm
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Gauss points for triangle

Post by escolano »

For your 'gaussian' results, you can use the GiD 'Internal' definition of Gauss points (for triangles can use 1, 3 or 6 gauss points, with the location defined in the customization manual

Natural Coordinates: Internal

or also you can define your own locations

Natural Coordinates: Given

and then you must specify the location of these gauss points (local coordintes between 0.0 and 1.0 for triangles)

GaussPoints "my_triangle_3" ElemType Triangle "board"
Number Of Gauss Points: 3
Natural Coordinates: Given
0.2 0.2
0.6 0.2
0.2 0.6
End gausspoints

Note: with non-internal gauss point definitions, results will be showed painting 'coloured spheres' located in the gauss points location, instead a continuous contour fill
(because GiD won't be able to extrapolate the result from the gauss points locations to the element nodes)


I recommend you to write your results using GiD internal gauss points, or better using nodal results (to have a continous field between elements), by extrapolating your values to these locations.

Enrique Escolano
----- Original Message -----
From: Hoang Giang Bui
To: gidlist at listas.cimne.upc.edu
Sent: Thursday, August 16, 2012 11:01 AM
Subject: [GiDlist] Gauss points for triangle


Hi,

Up to the extent of GiD customization manual, the number of Gauss points for triangle is limited to 6 (section 6.1.1). Let's presume I have more Gauss points on triangle, which will be the order of Gauss point I have to write to the results?

--
With Best Regards !
Giang Bui
To learn and to excel




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


_______________________________________________
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/20120829/6fd0defd/attachment.htm
Post Reply