Search found 1820 matches

by escolano
Thu Apr 26, 2007 7:29 pm
Forum: 2013 - 2005
Topic: [GiDlist] Semistructured volume
Replies: 15
Views: 8445

[GiDlist] Display Coordinate system origin.

Hello, You can do it from "Utilities-Preferences ", "Grid" Set on the "Draw axis" checkbox. You can also activate it by clicking the rigth mouse button over the small grid of the bottom-righ. It will appear a menu with a "show/hide axis" option. You can also d...
by escolano
Wed Apr 25, 2007 1:45 pm
Forum: 2013 - 2005
Topic: [GiDlist] Problems with *MatProp()
Replies: 1
Views: 1577

[GiDlist] Problems with *MatProp()

Your are rigth, this miss is corrected for the next beta Enrique ----- Original Message ----- From: CALAON Andrea Dalmine R&D To: gidlist at gatxan.cimne.upc.edu Sent: Monday, April 23, 2007 3:11 PM Subject: RE: [GiDlist] Problems with *MatProp() Thanks Enrique, with "real" it works fi...
by escolano
Fri Apr 20, 2007 6:40 pm
Forum: 2013 - 2005
Topic: [GiDlist] Problems with *MatProp()
Replies: 1
Views: 1447

[GiDlist] Problems with *MatProp()

At .bas level , variables can only store integer or real values, not strings, like a generic Matprop field. *set var ANY=MatProp(ANY_PROPERTY_NAME) is not valid it can be valid if you specify its numeric type with REAL or ,INT: *loop materials *set var ANY=MatProp(ANY_PROPERTY,REAL) any:*ANY mid:*Op...
by escolano
Thu Apr 19, 2007 8:05 pm
Forum: 2013 - 2005
Topic: [GiDlist] Cylindrical coordinates
Replies: 1
Views: 1366

[GiDlist] Cylindrical coordinates

I don't understand what does " cylindical local 'on a surface' " mean. You can specify a location in cylindrical coordinates, by writting in the command line (or using the coordinates window) radiusangle,z for a coordinate relative to the previous one, begin with @ @radiusangle,z Enrique -...
by escolano
Mon Apr 16, 2007 6:03 pm
Forum: 2013 - 2005
Topic: [GiDlist] post processs
Replies: 5
Views: 3016

[GiDlist] Linux version of GiD 8.1.2b?

Now GiD can't generate this kind of mixed meshes. Pyramid elements can be only created by importation, this 'basic support' mean that they can be drawn, selected, written/read, posprocessed , etc. Of course the idea is to use in the future this pyramid as auxiliary element to interface between other...
by escolano
Wed Apr 11, 2007 6:35 pm
Forum: 2013 - 2005
Topic: [GiDlist] CONTACT PEOBLEM
Replies: 1
Views: 1559

[GiDlist] CONTACT PEOBLEM

Hello, This question is related to CODE_ASTER, but not to GiD itself. The calculation message show a problem with the node 6240. Try to see in GiD the shape of the elements near this node, (but it's possible that the node numeration of CODE_ASTER is different of the GiD numeration) Note: With GiD yo...
by escolano
Wed Apr 04, 2007 6:05 pm
Forum: 2013 - 2005
Topic: [GiDlist] Two layers, same mesh in plane XY, different divis
Replies: 11
Views: 6560

[GiDlist] (no subject)

You are showing the global numeration of the nodes, not the element list of connectivities!! This global numeration is only like an identifier name of each node. e.g. the node number 1 can't be the first node of each element!! To know the nodes of an element you can list it (utilities-list-Element)....
by escolano
Tue Apr 03, 2007 5:47 pm
Forum: 2013 - 2005
Topic: [GiDlist] Two layers, same mesh in plane XY, different divis
Replies: 11
Views: 6560

[GiDlist] Two layers, same mesh in plane XY, different divis

1 - Collapse is a tool to join "near entities" (near with a small tolerance, you can set it from preferences - Import tolerance). Probably in your case the result of collapse model, volume, or only selecting the overlapped surfaces will be the same. - collapse model try to collapse all wit...
by escolano
Tue Apr 03, 2007 12:02 pm
Forum: 2013 - 2005
Topic: [GiDlist] Two layers, same mesh in plane XY, different divis
Replies: 11
Views: 6560

[GiDlist] Two layers, same mesh in plane XY, different divis

I don't understand well your questions. Do you have two volumes in two different places, or they have some surface in the same location? Then they share this surface? If a surface is shared between two volumes, then its nodes are also shared. Maybe you need to collapse both surfaces. If they are two...
by escolano
Fri Mar 30, 2007 11:31 am
Forum: 2013 - 2005
Topic: [GiDlist] Normal Vectors Direction
Replies: 3
Views: 2676

[GiDlist] Normal Vectors Direction

If fact, a node doesn't has any normal vector. This normal is only well defined for elements (triangles, quadrilaterals, not for volume elements). You can associate to nodes an averaged value of normals of the elements sharing this node. You can export the GiD mesh, and do this small calculation ins...