Search found 1820 matches

by escolano
Fri Mar 01, 2024 12:45 pm
Forum: Customization
Topic: Different .exe files
Replies: 3
Views: 218

Re: Different .exe files

I don't understand your question. 1- In Tcl you can ask the files in disk with the standard Tcl 'glob' command https://www.tcl-lang.org/man/tcl8.6/TclCmd/glob.htm 2- The 'data tree' (I assume you are talking of the customLib treectrl widget + XML dom) doesn't has any special field to store 'exe' nam...
by escolano
Tue Feb 27, 2024 1:12 pm
Forum: Mesh
Topic: Problems of Mesh generation Soil+Foundation+Steel mast tower
Replies: 9
Views: 748

Re: Problems of Mesh generation Soil+Foundation+Steel mast tower

If the volume is topologically the extrusion of a 'master' surface: -Has a pair of 'opposite' surfaces, with a 1-1 relationship of its point and curves -And the lateral surfaces have 4 sides and connect pairs of lines then you can generate a semi-structured volume mesh, setting this type and the num...
by escolano
Thu Feb 22, 2024 4:43 pm
Forum: Other
Topic: Duplicate elements with the same element identification number generated.
Replies: 3
Views: 233

Re: Duplicate elements with the same element identification number generated.

This feature already exists in the layer window select the layers you want to create groups, and in the contextual menu select "Layers to groups" (and in the groups tab there is the opposite, create layers from groups) layers_to_groups.png but take into account that are not the same kind o...
by escolano
Wed Feb 21, 2024 8:21 pm
Forum: Other
Topic: Duplicate elements with the same element identification number generated.
Replies: 3
Views: 233

Re: Duplicate elements with the same element identification number generated.

The customLib component is designed to work with GiD groups, not layers just because Layers have the strong limitation that an entity can (in fact must) only belong to a layer, this is not the case of the groups, an entity can belong to more of one group. Can consider that a gid group is simply a na...
by escolano
Wed Feb 21, 2024 6:57 pm
Forum: Other
Topic: Ctrl-x Ctrl-c not exporting the .dat file in the case of cmas2d_customlib problemtype
Replies: 1
Views: 157

Re: Ctrl-x Ctrl-c not exporting the .dat file in the case of cmas2d_customlib problemtype

This is a small bug on last developer versions (do not happen in official versions) We have fixed it for next 16.1.9d developer version, available soon. This problemtype is writing the file invoked by the GiD_Event_AfterWriteCalculationFile In any case you can export the file calling directly to the...
by escolano
Wed Feb 21, 2024 6:00 pm
Forum: Mesh
Topic: Problems of Mesh generation Soil+Foundation+Steel mast tower
Replies: 9
Views: 748

Re: Problems of Mesh generation Soil+Foundation+Steel mast tower

You have not attached the model that complain when meshing
by escolano
Tue Feb 06, 2024 5:46 pm
Forum: Mesh
Topic: Problems of Mesh generation Soil+Foundation+Steel mast tower
Replies: 9
Views: 748

Re: Problems of Mesh generation Soil+Foundation+Steel mast tower

The first options seem ok, a radial pattern is a bad option because in the pole is not possible to draw a quadrilateral, it degenerates to a triangle (a prism in your 3D extruded shape) Note: in theory is possible to mesh a surface with triangles and a radial pattern with Mesh->Structured->Surfaces-...
by escolano
Thu Feb 01, 2024 4:24 pm
Forum: Mesh
Topic: Problems of Mesh generation Soil+Foundation+Steel mast tower
Replies: 9
Views: 748

Re: Problems of Mesh generation Soil+Foundation+Steel mast tower

Hi Mek, Unfortunately this question must not be asked to GiD developers, but to OpenSees developers In fact I've never calculated with OpenSees and I don't know its features Maybe it is not possible to mix for this simulation beam lines and volume elements, it depends on its internals. e.g. usually ...
by escolano
Mon Jan 22, 2024 3:21 pm
Forum: Mesh
Topic: How to make the connection between the surface and the body when it is divided
Replies: 4
Views: 1717

Re: How to make the connection between the surface and the body when it is divided

Reading once more your question, maybe you simply want two volumes, with the same surface (and its lines and points( shape duplicated, one for each volume, and then want also an extra 'GiD contact volume' between the two surfaces on the same 3D location. This pseudo-volume has 0 width, and is a way ...
by escolano
Mon Jan 22, 2024 3:10 pm
Forum: Mesh
Topic: How to make the connection between the surface and the body when it is divided
Replies: 4
Views: 1717

Re: How to make the connection between the surface and the body when it is divided

I continue without understanding your questions at all, attach the GiD zip model with the complete geometry that you want to reach. In general GiD works creating a geometry, and then GiD mesh it, all in a step, not in increasing steps. GiD has inside a Tetgen to mesh, but i have the impression that ...