Search found 1820 matches

by escolano
Fri Dec 22, 2006 9:05 pm
Forum: 2013 - 2005
Topic: [GiDlist] New GiD 8.0.6 for Windows
Replies: 0
Views: 1269

[GiDlist] New GiD 8.0.6 for Windows

Dear GiD Users. Now is available a New GiD 8.0.6 official 8 version for Windows. http://www.gidhome.com/download/do01_v8 This version has basically the same features as the previous 8.0.2, but some bugs have been corrected. GiD 8.0.6 official 8 version will be available for other platforms in Januar...
by escolano
Fri Dec 22, 2006 8:58 pm
Forum: 2013 - 2005
Topic: [GiDlist] Stl import
Replies: 1
Views: 1734

[GiDlist] Stl import

Hi Mark, I don't know wall all Netgen features to remesh over a triangulation. A Stl file itself is a triangle mesh closing a volume, are not "geometrical surfaces" in the GiD context. You can import it in GiD: 1- As a mesh. Then you can try to do some mesh operation, like collapse edges, ...
by escolano
Wed Dec 20, 2006 7:38 pm
Forum: 2013 - 2005
Topic: [GiDlist] parametric model, modify geometry
Replies: 1
Views: 1675

[GiDlist] parametric model, modify geometry

Sorry, but is in general it not possible with GiD. For simple cases, you can write a Tcl procedure that use GiD commands to rebuilt your geometry based on the parameter values (or write a batch file with the list of GiD commands) Regards Enrique ----- Original Message ----- From: Karsten Quint To: g...
by escolano
Tue Dec 19, 2006 12:16 pm
Forum: 2013 - 2005
Topic: [GiDlist] quadrilaterals in circles
Replies: 10
Views: 7355

[GiDlist] quadrilaterals in circles

You can also try the other option pointed by Abel: subdivide the circle in 4-sided structured parts. I attach an image of two possible patterns. The second one can have acceptable quality. ----- Original Message ----- From: Benjamin Sanderse To: gidlist at gatxan.cimne.upc.es Sent: Tuesday, December...
by escolano
Fri Dec 15, 2006 12:45 pm
Forum: 2013 - 2005
Topic: [GiDlist] Postprocessing data
Replies: 5
Views: 2963

[GiDlist] Quadratic contunuum elements

If you set the "quadratic visualization" mode, then as you said, lines are showed curved, and also edges of triangles/quadrilaterals, and the interior each triangle/quadrilateral is showed with four lineal subtriangles/subquadrilaterals. We don't planned to show this interior "body&qu...
by escolano
Tue Dec 12, 2006 1:50 pm
Forum: 2013 - 2005
Topic: [GiDlist] Postprocessing data
Replies: 3
Views: 2342

[GiDlist] Postprocessing data

You can create/delete at runtime new results, with the 'GiD_Result' GiD-Tcl command (explained in the GiD help, Tcl/Tk extension, special funcions) This command is a first step to do more advanced tools with the scripting language (Tcl/Tk off course) Enrique ----- Original Message ----- From: "...
by escolano
Mon Dec 11, 2006 10:51 pm
Forum: 2013 - 2005
Topic: [GiDlist] Two assembled faces but with different number of
Replies: 4
Views: 2859

[GiDlist] Two assembled faces but with different number of

You need to create different surfaces for each volume, not a shared one, because it seems that you want non-conformal neighbor volume elements. In other hand, you can share, if you want, some points/lines of neighbor surfaces. If you share a geometric point/line, then its nodes will be shared betwee...
by escolano
Mon Dec 11, 2006 1:06 pm
Forum: 2013 - 2005
Topic: [GiDlist] Format export
Replies: 2
Views: 1852

[GiDlist] node numbering

You can't directly force this node's order in GiD, but you can assign some condition to mark the boundary nodes . For example define in your problemtype some condition to be applied on 3D models over surfaces in geometry, and transfered over nodes in the mesh. Then you can write your calculation fil...
by escolano
Thu Nov 30, 2006 9:18 pm
Forum: 2013 - 2005
Topic: [GiDlist] Displaying external MS-DOS window
Replies: 5
Views: 3448

[GiDlist] Displaying external MS-DOS window

Hello, We don't like the related DOS window, it's ugly. You can declare in your .bat file a filename where your program will write some process information. must include at the begin of the .bat problemtype file some like this: rem OutputFile: %2\%1.out ... %3\yoursolver.exe %1.dat where %1is replac...
by escolano
Thu Nov 30, 2006 5:33 pm
Forum: 2013 - 2005
Topic: [GiDlist] List of commands for use in the *.bas file
Replies: 3
Views: 2284

[GiDlist] Problem: parallel lines

The group of lines of a surface to be created "by parallel lines" must be a group of "open" curves You have several "closed" surfaces: the outer and inner cylinder walls, and the inner holes. In order to create your required surfaces with GiD my advice is: 1 - Repair yo...