[GiDlist] The NASA metallic almond
Moderator: GiD Team
[GiDlist] The NASA metallic almond
Hi! My aim is to create "the NASA metallic almond", which is a parametric
surface. Theoretically i cold not do it by GiD; is there a particular method
to do it?
Best regards,
Gero
surface. Theoretically i cold not do it by GiD; is there a particular method
to do it?
Best regards,
Gero
[GiDlist] The NASA metallic almond
You can create an approximate surface:
for example, create a set of curves u=constant (can use
Geometry-Create-Parametric Line)
and create a nurbsurface "By parallel lines" with this set of curves.
(Geometry-Create-Nurbs Surface-Parallel lines)
You can also create it externally with some CAD, and import it, using IGES
or another intechange format.
Enrique Escolano
----- Original Message -----
From: kalo81 at virgilio.it
To: "GIDLIST" gidlist at gatxan.cimne.upc.es
Sent: Thursday, April 24, 2003 10:52 AM
Subject: [GiDlist] The NASA metallic almond
Hi! My aim is to create "the NASA metallic almond", which is a parametric
surface. Theoretically i cold not do it by GiD; is there a particular
method
to do it?
Best regards,
Gero
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
for example, create a set of curves u=constant (can use
Geometry-Create-Parametric Line)
and create a nurbsurface "By parallel lines" with this set of curves.
(Geometry-Create-Nurbs Surface-Parallel lines)
You can also create it externally with some CAD, and import it, using IGES
or another intechange format.
Enrique Escolano
----- Original Message -----
From: kalo81 at virgilio.it
To: "GIDLIST" gidlist at gatxan.cimne.upc.es
Sent: Thursday, April 24, 2003 10:52 AM
Subject: [GiDlist] The NASA metallic almond
Hi! My aim is to create "the NASA metallic almond", which is a parametric
surface. Theoretically i cold not do it by GiD; is there a particular
method
to do it?
Best regards,
Gero
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Can I create structured mesh with only points?
Dear GiD Team,
I need to transfer results from finite difference (finite volume) to GiD post.The results only provide at node and I require no element to make such computations. It's more convenient to transfer these results to node directly. Can I create a structured mesh with only points instead of hex elements? I tried but it failed,and finally I got unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/f056ac12/attachment.htm
I need to transfer results from finite difference (finite volume) to GiD post.The results only provide at node and I require no element to make such computations. It's more convenient to transfer these results to node directly. Can I create a structured mesh with only points instead of hex elements? I tried but it failed,and finally I got unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/f056ac12/attachment.htm
[GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its 'detail' level.
miguel
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
-------------- next part --------------
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
-------------- next part --------------
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
if you want only to define the results over points you'll need 'point elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its 'detail' level.
miguel
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
-------------- next part --------------
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
-------------- next part --------------
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
[GiDlist] Can I create structured mesh with only points?
Dear Miguel
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
----------------------------------------------------------------------------
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
----------------------------------------------------------------------------
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.jpg
Type: application/octet-stream
Size: 208076 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.jpg
Type: application/octet-stream
Size: 35020 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3.jpg
Type: application/octet-stream
Size: 16859 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment-0002.obj
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
----------------------------------------------------------------------------
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
----------------------------------------------------------------------------
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.jpg
Type: application/octet-stream
Size: 208076 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.jpg
Type: application/octet-stream
Size: 35020 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3.jpg
Type: application/octet-stream
Size: 16859 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/c3ec73ca/attachment-0002.obj
[GiDlist] Can I create structured mesh with only points?
Can you attach an example?
miguel
Adisorn Owatsiriwong wrote:
Dear Miguel
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
----------------------------------------------------------------------------
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
----------------------------------------------------------------------------
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
------------------------------------------------------------------------------------------------------------------------------------
Name: 1.jpg
1.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
Name: 2.jpg
2.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
Name: 3.jpg
3.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
miguel
Adisorn Owatsiriwong wrote:
Dear Miguel
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size, to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
----------------------------------------------------------------------------
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
----------------------------------------------------------------------------
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
------------------------------------------------------------------------------------------------------------------------------------
Name: 1.jpg
1.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
Name: 2.jpg
2.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
Name: 3.jpg
3.jpg Type: JPEG Image (image/jpeg)
Encoding: base64
--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es
[GiDlist] Can I create structured mesh with only points?
GiD is not speciallized in only nodes generation. Currently only can
generate unstructured and for volumes.
In other hand, generate also the elements (unneeded for your analysis) can
add some postprocess advantages: contour fill, cuts, graphs, etc not
availables with a "onlypoints" mesh.
Enrique Escolano
----- Original Message -----
From: "Adisorn Owatsiriwong" dollarbulldog at hotmail.com
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 2:24 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Dear Miguel
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate
mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size,
to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
--------------------------------------------------------------------------
--
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
--------------------------------------------------------------------------
--
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
generate unstructured and for volumes.
In other hand, generate also the elements (unneeded for your analysis) can
add some postprocess advantages: contour fill, cuts, graphs, etc not
availables with a "onlypoints" mesh.
Enrique Escolano
----- Original Message -----
From: "Adisorn Owatsiriwong" dollarbulldog at hotmail.com
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 2:24 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Dear Miguel
To transfer results from uniformly grid of FVM without any coupling
scheme, I definitely have to fixed position of points (in sense of uniform
grid in FVM calculations); therefore, it's necessary to create such a
structured grid. I also attach simple example for your infomation i.e. I
need points located at nodes of these hex elements. I tried to generate
mesh
by 'point only' but only unstructured mesh is allowed as shown in fig 3.
Thanks in advanced.
Best regards,
Adisorn
----- Original Message -----
From: "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 1:48 PM
Subject: Re: [GiDlist] Can I create structured mesh with only points?
Hi,
if you want only to define the results over points you'll need 'point
elements'
like the attached example.
The results/elements will be drawn as big points.
Use the Options-Geometry-Point options...' window to change its size,
to
switch between the 'quick' look and the 'nice' look, and change its
'detail' level.
miguel
--
--------------------------------------------------------------------------
------
Miguel A. Pasenau de Riera miguel at cimne.upc.es
http://gid.cimne.upc.es
--------------------------------------------------------------------------
--
----
MESH "puntito" dimension 3 Elemtype Point Nnode 1
Coordinates
1 0.0 0.0 0.0
End Coordinates
Elements
1 1
End Elements
MESH "origen-fin" dimension 3 Elemtype Point Nnode 1
Coordinates
2 0.0 0.0 0.0
3 2.0 0.0 0.0
End Coordinates
Elements
2 2
3 3
End Elements
--------------------------------------------------------------------------
--
----
GiD Post Results File 1.0
Result "Displacement" "Wave" 1 Vector OnNodes
Values
1 0.2 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 2 Vector OnNodes
Values
1 0.4 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 3 Vector OnNodes
Values
1 0.6 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 4 Vector OnNodes
Values
1 0.8 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 5 Vector OnNodes
Values
1 1 1 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 6 Vector OnNodes
Values
1 1.2 0.9511 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 7 Vector OnNodes
Values
1 1.4 0.809 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 8 Vector OnNodes
Values
1 1.6 0.5878 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 9 Vector OnNodes
Values
1 1.8 0.309 0
2 0 0 0
3 0 0 0
End values
Result "Displacement" "Wave" 10 Vector OnNodes
Values
1 2 1.225e-16 0
2 0 0 0
3 0 0 0
End values
[GiDlist] Can I create structured mesh with only points?
Hello,
If the nodes follow a given ordering and there is only one block of
elements, the code that
you need to program to create the elements is really trivial. I am sure
that you can program
it in less that 20 lines of code (of TCL of course). Ask for more help
if you are not able to do it.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com http://www.compassis.com/
ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Adisorn
Owatsiriwong
Enviado el: viernes, 25 de abril de 2003 12:49
Para: GiD
Asunto: [GiDlist] Can I create structured mesh with only points?
Dear GiD Team,
I need to transfer results from finite difference (finite volume) to
GiD post.The results only provide at node and I require no element to
make such computations. It's more convenient to transfer these results
to node directly. Can I create a structured mesh with only points
instead of hex elements? I tried but it failed,and finally I got
unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/77962cb9/attachment.htm
If the nodes follow a given ordering and there is only one block of
elements, the code that
you need to program to create the elements is really trivial. I am sure
that you can program
it in less that 20 lines of code (of TCL of course). Ask for more help
if you are not able to do it.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com http://www.compassis.com/
ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Adisorn
Owatsiriwong
Enviado el: viernes, 25 de abril de 2003 12:49
Para: GiD
Asunto: [GiDlist] Can I create structured mesh with only points?
Dear GiD Team,
I need to transfer results from finite difference (finite volume) to
GiD post.The results only provide at node and I require no element to
make such computations. It's more convenient to transfer these results
to node directly. Can I create a structured mesh with only points
instead of hex elements? I tried but it failed,and finally I got
unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/77962cb9/attachment.htm
[GiDlist] Can I create structured mesh with only points?
MensajeDear GiD Teams,
Thank you for all useful answer, Thank also for Dr.Ribo. I am very new to tcl and it's so important to have all of your guidances. Anyway, it means people need to use hex elements in transferring results from Finite Volume (in case they will not modify GiD), can anybody provide me a case study for this.
Best regards,
Adisorn
----- Original Message -----
From: Ramon Ribó
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 5:04 PM
Subject: RE: [GiDlist] Can I create structured mesh with only points?
Hello,
If the nodes follow a given ordering and there is only one block of elements, the code that
you need to program to create the elements is really trivial. I am sure that you can program
it in less that 20 lines of code (of TCL of course). Ask for more help if you are not able to do it.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es [mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Adisorn Owatsiriwong
Enviado el: viernes, 25 de abril de 2003 12:49
Para: GiD
Asunto: [GiDlist] Can I create structured mesh with only points?
Dear GiD Team,
I need to transfer results from finite difference (finite volume) to GiD post.The results only provide at node and I require no element to make such computations. It's more convenient to transfer these results to node directly. Can I create a structured mesh with only points instead of hex elements? I tried but it failed,and finally I got unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/56bd820c/attachment.htm
Thank you for all useful answer, Thank also for Dr.Ribo. I am very new to tcl and it's so important to have all of your guidances. Anyway, it means people need to use hex elements in transferring results from Finite Volume (in case they will not modify GiD), can anybody provide me a case study for this.
Best regards,
Adisorn
----- Original Message -----
From: Ramon Ribó
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, April 25, 2003 5:04 PM
Subject: RE: [GiDlist] Can I create structured mesh with only points?
Hello,
If the nodes follow a given ordering and there is only one block of elements, the code that
you need to program to create the elements is really trivial. I am sure that you can program
it in less that 20 lines of code (of TCL of course). Ask for more help if you are not able to do it.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es [mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Adisorn Owatsiriwong
Enviado el: viernes, 25 de abril de 2003 12:49
Para: GiD
Asunto: [GiDlist] Can I create structured mesh with only points?
Dear GiD Team,
I need to transfer results from finite difference (finite volume) to GiD post.The results only provide at node and I require no element to make such computations. It's more convenient to transfer these results to node directly. Can I create a structured mesh with only points instead of hex elements? I tried but it failed,and finally I got unstructured mesh.
Bests,
Adisorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030425/56bd820c/attachment.htm
[GiDlist] Draw Local Axes in Post processing
Hi GiD Team
Could you Please show how to specify the local axes
in the post processing. I've tried as instructed in
on-line document but it's not working out.
OK let's say local axes for each element at a
centroid.
For example if I have values for local axes as:
x'=[1,0,0]
y'=[0,1,0]
z'=[0,0,1]
How to write the post for these vectors???
Many thanks
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
Could you Please show how to specify the local axes
in the post processing. I've tried as instructed in
on-line document but it's not working out.
OK let's say local axes for each element at a
centroid.
For example if I have values for local axes as:
x'=[1,0,0]
y'=[0,1,0]
z'=[0,0,1]
How to write the post for these vectors???
Many thanks
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com