[GiDlist] problem_type_name.uni

Moderator: GiD Team

Post Reply
Wenshui Gan

[GiDlist] problem_type_name.uni

Post by Wenshui Gan »

Hi,

What is the purpose of the problem_type_name.uni file? Does GiD use it to
convert units? For example, if the user enters a thickness in cm but my
solver uses meter for thickness, can GiD convert the thickness to meter? I
tried but it didn't work.

Thanks.

Wenshui Gan
Jorge Suit Pérez Ronda

[GiDlist] problem_type_name.uni

Post by Jorge Suit Pérez Ronda »

Hi, GiD is distributed with a .uni file (now incomplete) where
magnitudes and units are defined. If for some reason your problme type
needs one units not specified in the GiD unit file the you can provide
your own file that will complete the one provided in GiD.

GiD can make conversions of units when writing the properties to the
data file before the calculation start, but you have to mark the
properties as being of type UNIT, for instances

QUESTION: thickness#UNITS#
VALUE: 2cm

then in the menu Data-Data Units you can specify the output unit for
every magnitud, in your example
you have to provide LENGTH=m

after that all properties having a unit of LENGTH will be written in meter.

You an find more in the GiD help.

Now we are completing the GiD unit file.

best regards,

Jorge

Wenshui Gan wrote:

Hi,

What is the purpose of the problem_type_name.uni file? Does GiD use
it to convert units? For example, if the user enters a thickness in
cm but my solver uses meter for thickness, can GiD convert the
thickness to meter? I tried but it didn't work.

Thanks.

Wenshui Gan

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


Wenshui Gan

[GiDlist] problem_type_name.uni

Post by Wenshui Gan »

Thanks. It did work with GiD7.4.3b. Previously I tried it with 7.3b and
it didn't work.

Wenshui Gan

At 12:31 PM 10/3/2003 +0200, you wrote:
Hi, GiD is distributed with a .uni file (now incomplete) where magnitudes
and units are defined. If for some reason your problme type needs one
units not specified in the GiD unit file the you can provide your own
file that will complete the one provided in GiD.

GiD can make conversions of units when writing the properties to the data
file before the calculation start, but you have to mark the properties as
being of type UNIT, for instances

QUESTION: thickness#UNITS#
VALUE: 2cm

then in the menu Data-Data Units you can specify the output unit for
every magnitud, in your example
you have to provide LENGTH=m

after that all properties having a unit of LENGTH will be written in meter.

You an find more in the GiD help.

Now we are completing the GiD unit file.

best regards,

Jorge

Wenshui Gan wrote:

Hi,

What is the purpose of the problem_type_name.uni file? Does GiD use it
to convert units? For example, if the user enters a thickness in cm but
my solver uses meter for thickness, can GiD convert the thickness to
meter? I tried but it didn't work.

Thanks.

Wenshui Gan

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist



_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Vitaly F. Rodriguez Esquerre

[GiDlist] How to create an elipse?

Post by Vitaly F. Rodriguez Esquerre »

Hi,

I would like to know how I can create an elipse in Gid. Is it possible
to make it directly or do I have to make a bas file?

Thanks in advance.

Vitaly Esquerre
Enrique Escolano

[GiDlist] How to create an elipse?

Post by Enrique Escolano »

You can create a circle, and then scale it (Utilities-Move) with the
appropiate scale factor in each direction.
This result in a mathematically exact ellipse.

Enrique Escolano

----- Original Message -----
From: "Vitaly F. Rodriguez Esquerre" vitaly at dmo.fee.unicamp.br
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, October 07, 2003 7:59 AM
Subject: [GiDlist] How to create an elipse?



Hi,

I would like to know how I can create an elipse in Gid. Is it possible
to make it directly or do I have to make a bas file?

Thanks in advance.

Vitaly Esquerre


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

aliok at boun.edu.tr

[GiDlist] mesh optimization and mesh tying

Post by aliok at boun.edu.tr »

Hi,
I would like to know that Gid makes an optimization while giving the node
and element numbers (such as the numbers are given in order or arbitrary in
the structure) and mesh tying (Combination of fine and core mesh in one
structure) is possible in GID.

Thanks.

Ali OK
Enrique Escolano

[GiDlist] mesh optimization and mesh tying

Post by Enrique Escolano »

GiD automatically renumber the nodes after the mesh generation, in order to
decrease the bandwith (maximum nodes diference between two nodes connected
by an element). This can be util for some direct solvers.

Can set the GiD variable "RenumberMethod " (utilities variables
renumbermethod, in the rigth hidden buttons) to
0 : for a GiD standard fast renumeration
or to
1 : to use a "Reverse Cuthill-McKee" renumbering algorithm.

About the combination of fine and coarse mesh, can assign different mesh
sizes to each geometric entity
(menu Meshing-Assign unstruct. sizes)

Enrique Escolano

----- Original Message -----
From: aliok at boun.edu.tr
To: gidlist at gatxan.cimne.upc.es
Sent: Tuesday, October 07, 2003 4:47 PM
Subject: [GiDlist] mesh optimization and mesh tying



Hi,
I would like to know that Gid makes an optimization while giving the
node
and element numbers (such as the numbers are given in order or arbitrary
in
the structure) and mesh tying (Combination of fine and core mesh in one
structure) is possible in GID.

Thanks.

Ali OK
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

aliok at boun.edu.tr

[GiDlist] mesh tying

Post by aliok at boun.edu.tr »

I am just interesting in the mesh tying feature of GID. I think this is
different from the unstructure mesh generation. At the attachment I sent you a
mesh structure which I want to generate.

Thanks
Ali OK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: meshgeneration.JPG
Type: image/pjpeg
Size: 24853 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031008/7f607f82/attachment.bin
Enrique Escolano

[GiDlist] mesh tying

Post by Enrique Escolano »

Using the copy/move tool, you can easy create the geometric surfaces as the final desired elements,
and then generate only a quadrilateral by surface.
(meshing-structured-Surfaces, num divisions=1 for all lines)

I attach a GiD file similar to your picture.



Note: must avoid to collapse the model, to not divide and share the lines between the big and small quads.
(your mesh is not conform)

Enrique Escolano.

----- Original Message -----
From: aliok at boun.edu.tr
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, October 08, 2003 6:38 PM
Subject: [GiDlist] mesh tying




I am just interesting in the mesh tying feature of GID. I think this is
different from the unstructure mesh generation. At the attachment I sent you a
mesh structure which I want to generate.

Thanks
Ali OK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031009/d6a58b20/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 12346 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031009/d6a58b20/attachment.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NonConformalMesh.gid.zip
Type: application/x-zip-compressed
Size: 4494 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20031009/d6a58b20/attachment.bin
Post Reply