Search found 43 matches

by awa5114
Fri Apr 21, 2017 6:02 am
Forum: Customization
Topic: Curious about filetypes
Replies: 1
Views: 2916

Curious about filetypes

In any .gid file that I create, there are always the following kinds of files: MAT File: Defines Material properties PRB File CND File: Loading/boundary conditions BAS file: code that produces .DAT file and uses .CND and .MAT file (possibly others) RDR File:?? VV File:?? LIN File:?? MSH File: binary...
by awa5114
Thu Apr 20, 2017 8:11 am
Forum: Customization
Topic: Automating geometry creation process
Replies: 2
Views: 3061

Automating geometry creation process

In GiD 12 and 13, is it possible to 'automate' the following process: 1) creating geometries, 2) assigning conditions, 3) generating mesh 4) generating calculation file For example, I have one problem where I would like to generate 10 prisms with varying thickness and mesh size, and generate the .da...
by awa5114
Sat Apr 15, 2017 3:11 pm
Forum: Geometry
Topic: Possible to get area/volume of entities through GiD?
Replies: 2
Views: 3591

Possible to get area/volume of entities through GiD?

Using GiD, it is possible to get X, Y and Z coordinates for any point using Utilities>List and then selecting the point or node of interest and pressing escape. Is it possible, however, to obtain the numerical volume or surface area of an element? For example if I would like to get the numerical val...
by awa5114
Sat Apr 15, 2017 12:22 pm
Forum: Customization
Topic: Problemtype for practice
Replies: 4
Views: 4234

Re: Problemtype for practice

but no solver!!
by awa5114
Sat Apr 15, 2017 12:21 pm
Forum: Customization
Topic: Problemtype for practice
Replies: 4
Views: 4234

Re: Problemtype for practice

Please see my other thread which addresses the same issue. Sorry but that does not work. I created a problemtype with only .BAS, .MAT and .CND files and when I create a model and click "Calculate" I get the following error message: This type of problem doesn't exist. Enter new problem type...
by awa5114
Sat Apr 15, 2017 12:18 pm
Forum: Customization
Topic: Simple problemtype to validate .bas file commands?
Replies: 4
Views: 5024

Re: Simple problemtype to validate .bas file commands?

Sorry but that does not work. I created a problemtype with only .BAS, .MAT and .CND files and when I create a model and click "Calculate" I get the following error message: This type of problem doesn't exist. Enter new problem type name: The folder does have a .gid extension so I don't und...
by awa5114
Tue Apr 11, 2017 4:36 pm
Forum: Customization
Topic: Problemtype for practice
Replies: 4
Views: 4234

Problemtype for practice

I am using GiD 12.0.9. I would like to create a problemtype that allows the user to output mesh, materials and conditions. However I DON'T want this problemtype to have a solver at all, or maybe to have a dummy solver that does not accomplish anything. The point of this is that I am trying to set up...
by awa5114
Tue Apr 11, 2017 2:15 pm
Forum: Customization
Topic: Simple problemtype to validate .bas file commands?
Replies: 4
Views: 5024

Re: Simple problemtype to validate .bas file commands?

FOr the materials, is also to have a MAT file? If so, where should I save the MAT file if I don't have a problemtype?
by awa5114
Tue Apr 11, 2017 12:51 pm
Forum: Customization
Topic: Simple problemtype to validate .bas file commands?
Replies: 4
Views: 5024

Simple problemtype to validate .bas file commands?

Hello, I am trying to verify what some of the commands in the .bas file are returning for learning purposes. Does there exist some simple way to generate a model in GiD using the GUI, and querying the model using the .bas file without using a solver or any of the other (.mat, .prb, .cnd etc..) filet...