Search found 1816 matches

by escolano
Wed Mar 13, 2024 1:14 pm
Forum: Customization
Topic: Suggestions for free problem types
Replies: 1
Views: 24

Re: Suggestions for free problem types

for example Kratos in an open source problemtype (customlib-like, with its extra extension) + simulation FEM code Can download it from the GiD menu Data->Problemtype->Internet retrieve... (or from it github source code repository) If you are developing your own problemtype can also have a look to th...
by escolano
Wed Mar 13, 2024 1:08 pm
Forum: Postprocess
Topic: Mutiple .post.res files
Replies: 3
Views: 4943

Re: Mutiple .post.res files

And where are you defining the mesh where the result must be represented? It is defined in preprocess (<modelname>.msh) and used also for postprocess? or it is stored in one or more additional files in postprocess? or is stored inside the same files as the results? then maybe you must add these post...
by escolano
Mon Mar 11, 2024 12:34 pm
Forum: Customization
Topic: Failed to insert code in manual sample to access tree data information.
Replies: 1
Views: 35

Re: Failed to insert code in manual sample to access tree data information.

It is a mistake of the documentation, set xpath {/cmas2d_customlib_data/condition[@n='Point_Weight']/group[@name='Point Weight Auto1']/value[@n='Weight']} set xml_node [$document selectNodes $xpath] in this case the attribute of the node 'group' must be 'n', not 'name' group[@name='Point Weight Auto...
by escolano
Mon Mar 11, 2024 12:08 pm
Forum: Mesh
Topic: How to create a 3D mesh with different element sizes in different regions?
Replies: 1
Views: 32

Re: How to create a 3D mesh with different element sizes in different regions?

You can assign desired mesh sizes to geometrical entities See the 'GiD user manual' tutorial chapters about 'Assign mesh sizes' https://gidsimulation.atlassian.net/wiki/spaces/GUM/pages/2385551449/ASSIGNING+MESH+SIZES and 'Methods for mesh generation' https://gidsimulation.atlassian.net/wiki/spaces/...
by escolano
Mon Mar 11, 2024 11:32 am
Forum: Mesh
Topic: Problems of Mesh generation Soil+Foundation+Steel mast tower
Replies: 9
Views: 591

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

Are you sure that all lateral surfaces of this volume number 18 are surfaces with 4 lines connecting master-slave pairs of curves of both tops?

Attach a zip with the model.
by escolano
Mon Mar 11, 2024 11:30 am
Forum: Mesh
Topic: Just a simple Cube problem.
Replies: 7
Views: 89

Re: Just a simple Cube problem.

The GiD definition of finite element hexahedron linear of 8 nodes is this https://gidsimulation.atlassian.net/wiki/spaces/GCM/pages/2385543666/Mesh+format+ModelName.post.msh It is our GiD definition, other codes like Abaqus, Nastran, etc. can use other ordering of the connectivities, and each one pr...
by escolano
Fri Mar 01, 2024 12:45 pm
Forum: Customization
Topic: Different .exe files
Replies: 3
Views: 162

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: 591

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: 111

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: 111

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...