Search found 1852 matches

by escolano
Thu Mar 06, 2025 9:06 pm
Forum: Mesh
Topic: Question about Mesh error
Replies: 1
Views: 14172

Re: Question about Mesh error

Attach a zip with your model
by escolano
Fri Feb 21, 2025 4:19 pm
Forum: Licences
Topic: log in error
Replies: 1
Views: 23051

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...
by escolano
Wed Feb 19, 2025 7:28 pm
Forum: Installation
Topic: Installation
Replies: 1
Views: 23740

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
by escolano
Mon Jan 27, 2025 4:27 pm
Forum: Postprocess
Topic: EOF too early and .flavia.res not an HDF5 file problem
Replies: 2
Views: 40687

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...
by escolano
Wed Jan 22, 2025 7:41 pm
Forum: Geometry
Topic: Element 1808's volume <=0
Replies: 2
Views: 28743

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...
by escolano
Mon Dec 23, 2024 10:15 pm
Forum: Other
Topic: Gid 12 cannot run on Ubuntu 24.04
Replies: 1
Views: 30059

Re: Gid 12 cannot run on Ubuntu 24.04

off course not all GiD versions are compatible with all OS versions Maybe with some trick you are able to run it. try to set before the LD_PRELOAD environment variable pointing to your copy of the libfreetype.so library e.g. something like export LD_PRELOAD=/usr/lib64/libfreetype.so .gid or maybe in...
by escolano
Mon Dec 23, 2024 10:00 pm
Forum: Installation
Topic: Error installing GiD on Windows 11 with ARM
Replies: 4
Views: 21895

Re: Error installing GiD on Windows 11 with ARM

About the Linux ARM GiD version, it can be run for example in a Raspberry pi machine
by escolano
Mon Dec 23, 2024 9:59 pm
Forum: Installation
Topic: Error installing GiD on Windows 11 with ARM
Replies: 4
Views: 21895

Re: Error installing GiD on Windows 11 with ARM

We never tried to run GiD Windows x64 on a Windows platform with ARM64 processor You can install GiD in a Windows machine allowed by the installer, and simply do a zip of the GiD folder (e.g. C:\Program Files\GiD\GiD 17.1.2d) and copy it the the ARM64 Windows machine. and try to run gid.exe Please, ...
by escolano
Wed Dec 18, 2024 6:56 pm
Forum: Customization
Topic: using python to control GiD
Replies: 11
Views: 125230

Re: using python to control GiD

Since the version 17 GiD can evaluate Python code in its own embedded interpreter.

Read in this course chapter how to use Python in GiD:
https://gidsimulation.atlassian.net/wik ... hon+in+GiD
by escolano
Wed Dec 18, 2024 6:44 pm
Forum: Mesh
Topic: Simulation support with GiD Simulation?
Replies: 1
Views: 19127

Re: Simulation support with GiD Simulation?

GiD is a neutral pre/postprocessor, in is coupled to several 'simulation problemtypes'.
The requirements of the 'mesh quality' are different for a structural simulation, a CFD simulation, etc.

Start following the 'GiD user manual'
https://www.gidsimulation.com/gid-for-s ... t/manuals/