Search found 1820 matches

by escolano
Mon Sep 08, 2008 5:45 pm
Forum: 2013 - 2005
Topic: [GiDlist] Background mesh
Replies: 2
Views: 2636

[GiDlist] Background mesh

As Abel explained, you can split GiD quadrilaterals into 2 triangles (without add nodes) or 4 triangles (adding a new central node), but probably you don't need to use this tool for your background mesh. Your own solver can write the new background mesh file writting your quadrilaterals as two trian...
by escolano
Wed Aug 06, 2008 3:46 pm
Forum: 2013 - 2005
Topic: [GiDlist] What is the command to read a batch file
Replies: 6
Views: 4290

[GiDlist] Thickness of lines??

Your GiD version can't change the line's size. Can try to use the ps/eps vectorial, or the .png format that use image compression without loss of quality (jpeg can decrease the quality) In any case, your images are not so bad as I expected, I think that your problem is increasing when you resize the...
by escolano
Wed Jul 30, 2008 9:26 pm
Forum: 2013 - 2005
Topic: [GiDlist] What is the command to read a batch file
Replies: 6
Views: 4290

[GiDlist] What is the command to read a batch file

from a console you can start gid with gid -b yourbatchfile and inside GiD you can read a batch file with the command Mescape Files BatchFile yourbatchfile ----- Original Message ----- From: Rodrigo Augusto To: gidlist at gid.cimne.upc.edu Sent: Wednesday, July 30, 2008 4:23 PM Subject: [GiDlist] Wha...
by escolano
Wed Jul 30, 2008 11:14 am
Forum: 2013 - 2005
Topic: [GiDlist] Joins that it´s imposible erase
Replies: 2
Views: 1986

[GiDlist] Re: [GiDlist] Joins that it´s imposible erase

Maybe the internal higherentity counter is wrong, use Utilities-Repair model to fix it. Enrique ----- Original Message ----- From: Lucrecia Calderón To: gidlist at gid.cimne.upc.edu Sent: Wednesday, July 30, 2008 7:58 AM Subject: [GiDlist] Joins that it´s imposible erase Hello to all Do anybody know...
by escolano
Wed Jul 23, 2008 8:38 pm
Forum: 2013 - 2005
Topic: [GiDlist] get information about nodes of element face using
Replies: 1
Views: 1601

[GiDlist] get information about nodes of element face using

you can get information of the condition 'Surfac_Load' with GiD_Info conditions Surface_Load mesh the returned information includes the element number , the local face number (for conditions over face elements) and the applied condition values knowing the element and the face number, you can know it...
by escolano
Mon Jul 21, 2008 2:43 pm
Forum: 2013 - 2005
Topic: [GiDlist] Outputing conditions
Replies: 4
Views: 3183

[GiDlist] Set a condition, problems

You can't use an string as content of a .bas variable, only integers or reals are allowed. For special thinks, you can invoke from the bas file a *tcl procedure, that can be defined in a yourproblemetype.tcl file, Tcl is a powerful scripting language, you can read information about the standard Tcl ...
by escolano
Mon Jul 21, 2008 11:58 am
Forum: 2013 - 2005
Topic: [GiDlist] Outputing conditions
Replies: 4
Views: 3183

[GiDlist] Outputing conditions

I assumed that you have defined the 'Flux' condition as CONDTYPE: over surfaces CONDMESHTYPE: over face elements You can do a loop over the faces with this condition applied with: *Set Cond Flux *loop elems onlyincond *ElemsNum *GlobalNodes(1) *GlobalNodes(2) *GlobalNodes(3) *Cond(1) *Cond(2) *end e...
by escolano
Thu Jul 17, 2008 8:47 pm
Forum: 2013 - 2005
Topic: [GiDlist] problemtypecond
Replies: 5
Views: 3832

[GiDlist] Re: [GiDlist]creating mesh from .stl or point clou

Hi Martin, Your mesh is relivelly simple, I've read your stl as a mesh, and manually edited to delete the triangles that are visually bad (the joins of pipes, and some tops), I deleted this bad triangles, and created other better (to have at least a closed volume). To created manually triangles I us...
by escolano
Wed Jul 16, 2008 11:34 am
Forum: 2013 - 2005
Topic: [GiDlist] adaptive meshing
Replies: 3
Views: 2717

[GiDlist] GiD 9; Problems loading a problem type

You are right James, We are going to fix this bug soon, but as advice, it's much better to directly copy your problemtypes (or a link pointing to your problemtypes to avoid multiple copies of the same problemtype) inside the \problemtypes directory of GiD, then it's eaiser to load the problemtype di...
by escolano
Tue Jul 15, 2008 9:47 pm
Forum: 2013 - 2005
Topic: [GiDlist] adaptive meshing
Replies: 3
Views: 2717

[GiDlist] adaptive meshing

Yes, read GiD help about Mesh-Unstructured-Sizes by background mesh: you can write a background mesh file, that basically is a mesh and a list of new required sizes on nodes (or on elements that will be averaged to the nodes) This mesh could be the one that you just have solved and where you can est...