Search found 1820 matches

by escolano
Fri Mar 15, 2024 9:27 pm
Forum: Postprocess
Topic: Problem with postprocessing
Replies: 1
Views: 33

Re: Problem with postprocessing

To view in postprocess the results, these results must exists (<modelname>.post.res, ...) , calculated by the problemtype solver. Probably the solver is not able to do the calculation because some problem with boundary conditions, mesh, ... and probably is writing some error message. (try in pre the...
by escolano
Thu Mar 14, 2024 4:25 pm
Forum: Mesh
Topic: How to solve the problem of creating a mesh
Replies: 1
Views: 48

Re: How to solve the problem of creating a mesh

The answer is the same: attach a zip with the specific model
And off course try always to use the last available GiD version (developer and or official)
by escolano
Thu Mar 14, 2024 4:23 pm
Forum: Mesh
Topic: Just a simple Cube problem.
Replies: 7
Views: 124

Re: Just a simple Cube problem.

If you are used to the 'OpenSees' Tcl format you can modify your copy of the GiD problemtype, and add a to the OpenSees.cnd file a new condition similar to Surface_Forces but named for example Surface_Pressure, with a definition similar to this CONDITION: Surface_Pressure CONDTYPE: over surfaces CON...
by escolano
Wed Mar 13, 2024 2:42 pm
Forum: Mesh
Topic: Just a simple Cube problem.
Replies: 7
Views: 124

Re: Just a simple Cube problem.

The opensees classic problemtype developer has decided that its condition named 'Surface_Forces' over surfaces is transferred to the nodes when meshing other possibilities were 'over face elements' and will mark the faces of the volume elements touching the surface or 'over body elements' and then i...
by escolano
Wed Mar 13, 2024 1:14 pm
Forum: Customization
Topic: Suggestions for free problem types
Replies: 1
Views: 43

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

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

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

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

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

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