[GiDlist] How to automatically detect the nodes on the bound

Moderator: GiD Team

Post Reply
V M Ngoc

[GiDlist] How to automatically detect the nodes on the bound

Post by V M Ngoc »

Hello everyone,

Can you show me how to distinguish automatically the nodes on the boundary with others ones in the case the 2D domain have any form.

Thank you in advance

Ngoc
Ecole des Ponts ParisTech
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20110816/682f3e67/attachment.htm
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] How to automatically detect the nodes on the bound

Post by escolano »

The usual way is to mark with some condition the geometric entities of the part (e.g. inflow parts, loaded parts, depending on each simulataion), and then generate the mesh,
and the condition will be automatically applied on the mesh entities.

If do you want all boundary nodes you must separate them in your code:
Find all faces that appear only once (only belong to one element), and then select all its nodes without repetitions.

Iside GiD, graphically you can try to do this with
Mesh-View mesh bounday
and then for example send to another layer the nodes selecting them in screen (only nodes of the current visible boundary wil be selected)
----- Original Message -----
From: V M Ngoc
To: gidlist at listas.cimne.upc.edu
Sent: Tuesday, August 16, 2011 2:33 PM
Subject: [GiDlist] How to automatically detect the nodes on the boundary ofdomain 2D


Hello everyone,

Can you show me how to distinguish automatically the nodes on the boundary with others ones in the case the 2D domain have any form.

Thank you in advance

Ngoc
Ecole des Ponts ParisTech


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


_______________________________________________
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/20110816/aa4f0b4b/attachment.htm
Post Reply