Search found 1857 matches
- Fri May 16, 2025 11:13 am
- Forum: Mesh
- Topic: Fractured mesh in a 2D domain.
- Replies: 1
- Views: 1652
Re: Fractured mesh in a 2D domain.
The lines 'on the surface' won't be related at all with the surface an its mesh, they will generate its own line elements. the lines must be boundary of the surface You can join the 'internal line' with the boundary, creating extra auxiliary lines, and then can split in two surfaces and probably, to...
- Fri May 16, 2025 11:01 am
- Forum: 2013 - 2005
- Topic: Question about batch meshing
- Replies: 1
- Views: 1232
Re: Question about batch meshing
you can run gid in batch mode gid.exe -b <batchfile.bch> -n the batchfile.bch y is GiD batch file with the GiD commands to be done. e.g. mode1.bch MEscape Files IgesRead "C:/temp/model1.igs" escape MEscape Meshing Generate DefaultSize escape MEscape Files WriteMesh "C/temp/model1.msh&...
- Fri May 09, 2025 7:06 pm
- Forum: Mesh
- Topic: Problems with mesh calculation (max number admitted)
- Replies: 1
- Views: 7863
Re: Problems with mesh calculation (max number admitted)
Who is imposing 'a maximum number of meshes': GiD or the Iber calculation? GiD without any licence allow 10.000 mesh nodes, but the installer of GiD+Iber allow unlimited amount of nodes (the limit are you machine RAM and CPU) Download and install again Iber 3.3.1, and do not modify any file of Iber ...
- Mon Apr 07, 2025 11:53 am
- Forum: Mesh
- Topic: Issue with "Create Boundary Mesh" and Unexpected Extra Elements in GiD
- Replies: 3
- Views: 14400
Re: Issue with "Create Boundary Mesh" and Unexpected Extra Elements in GiD
Attach a zip with your GiD model with the volume mesh (before create the boundary mesh)
- Fri Apr 04, 2025 11:41 am
- Forum: Mesh
- Topic: Issue with "Create Boundary Mesh" and Unexpected Extra Elements in GiD
- Replies: 3
- Views: 14400
Re: Issue with "Create Boundary Mesh" and Unexpected Extra Elements in GiD
Maybe you did manually something wrong editing the mesh file. To have only the boundary mesh and delete the volume mesh you don't need to export and to complicated tasks. Simply create a new layer, that is set as 'layer to use' then create the boundary mesh, will be created in this layer then can se...
- Thu Mar 06, 2025 9:06 pm
- Forum: Mesh
- Topic: Question about Mesh error
- Replies: 1
- Views: 21348
Re: Question about Mesh error
Attach a zip with your model
- Fri Feb 21, 2025 4:19 pm
- Forum: Licences
- Topic: log in error
- Replies: 1
- Views: 45536
Re: log in error
What is the 17 exact GiD version? (see Help->About GiD...) Which type of licence? (usb, floating, user-named login,...) Please verify if really exists the file <GiD>/scripts/verifp/verifp_64.so if it exists then maybe cannot be loaded because some of its dependencies is missing in your OS, or the co...
- Wed Feb 19, 2025 7:28 pm
- Forum: Installation
- Topic: Installation
- Replies: 1
- Views: 46706
Re: Installation
GiD must be downloaded from our official website https://www.gidsimulation.com/gid-for-science/downloads/ Once installed to add Code_bright or other simulation problemtypes must simply copy them inside the folder <GiD>/problemtypes and it will appear in the GiD menu Data->Problemtype to be loaded
- Mon Jan 27, 2025 4:27 pm
- Forum: Postprocess
- Topic: EOF too early and .flavia.res not an HDF5 file problem
- Replies: 2
- Views: 65374
Re: EOF too early and .flavia.res not an HDF5 file problem
Which is the GiD problemtype that is calculating? In seems that the results file is wrong, doesn't has any valid GiD format (ASCII, binary or HDF5) Maybe the calculation program that has written has crashed without finish it or is unable to calculate because some wrong input data. Verify your condit...
- Wed Jan 22, 2025 7:41 pm
- Forum: Geometry
- Topic: Element 1808's volume <=0
- Replies: 1
- Views: 50144
Re: Element 1808's volume <=0
Which calculation code is raising this message? In any case, probably expects the 2D surfaces and its mesh elements with normal pointing to +Z and if you have created half part with a mirror its normal will be opposite, pointing to -Z and then the Jacobians (volume or area in 2D) become negative You...