Page 1 of 1

[GiDlist] Visualización de resultados en distintos inte

Posted: Fri Oct 17, 2003 5:39 pm
by Silvina Serra
Hola GID list.
Yo estoy utilizando el programa Tdyn para resolver varios problemas. A los
fines de optimizar el tiempo computacional voy corriendo un problema en
distintos intervalos de tiempo, aprovechando la opción Restart del Tdyn.
Pero cada nueva corrida borra los pasos resueltos en corridas anteriores.
¿hay alguna forma en GID de poder juntar todas las corridas para visualizar
el proceso completo?
Saludos. Silvina

----- Original Message -----
From: gidlist-request at gatxan.cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, October 17, 2003 7:00 AM
Subject: GiDlist digest, Vol 1 #502 - 4 msgs


Send GiDlist mailing list submissions to
gidlist at gid.cimne.upc.es

To subscribe or unsubscribe via the World Wide Web, visit
http://gid.cimne.upc.es/mailman/listinfo/gidlist
or, via email, send a message with subject or body 'help' to
gidlist-request at gid.cimne.upc.es

You can reach the person managing the list at
gidlist-admin at gid.cimne.upc.es

When replying, please edit your Subject line so it is more specific
than "Re: Contents of GiDlist digest..."

______________________________________________________________________


Los envios para la lista de correo GiDlist han de enviarse a
gidlist at gid.cimne.upc.es

Para subscribirse o desapuntarse via World Wide Web, visite
http://gid.cimne.upc.es/mailman/listinfo/gidlist
o, via email, enviando un mensaje con 'help' en el 'asunto' o 'cuerpo'
a
gidlist-request at gid.cimne.upc.es

Puede contactar con la persona que administra la lista bajo
gidlist-admin at gid.cimne.upc.es

Cuando responda, por favor, edite la linea del 'asunto' para que sea
más especifica que "Re: Contenido resumen de GiDlist ..."


Today's Topics:

1. .bas file (=?iso-8859-1?q?Marcos=20Todeschini?=)
2. Re: .bas file (Enrique Escolano)
3. techplot surface (Khaled Obeidat)
4. cuts set and Gausspoints (Rama Karve)

--__--__--

Message: 1
Date: Thu, 16 Oct 2003 12:31:58 -0300 (ART)
From: =?iso-8859-1?q?Marcos=20Todeschini?=
marcos_todeschini at yahoo.com.ar
To: Gidlist gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] .bas file
Reply-To: gidlist at gid.cimne.upc.es

--0-343425439-1066318318=:15621
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi, gid group,
i have some doubts about the meanning of this statements:
strcmp, int.
If you can help i will be gratefull
Marcos



---------------------------------
Internet GRATIS es Yahoo! Conexión.
Usuario: yahoo; contraseña: yahoo
Desde Buenos Aires: 4004-1010
Más ciudades: clic aquí.
--0-343425439-1066318318=:15621
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

DIVHi, gid group,/DIV
DIVi have some doubts about the meanning of this statements:/DIV
DIVstrcmp, int./DIV
DIVIf you can help i will be gratefull/DIV
DIVMarcos/DIVpbrhr size=1Internet GRATIS es Yahoo!
Conexión.br
Usuario: yahoo; contraseña: yahoobr
Desde Buenos Aires: 4004-1010br
Más ciudades: a
href="http://ar.rd.yahoo.com/mail/tag/?http://ar.online.yahoo.com"clic
aquí
/a.
--0-343425439-1066318318=:15621--

--__--__--

Message: 2
From: "Enrique Escolano" escolano at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] .bas file
Date: Thu, 16 Oct 2003 20:11:31 +0200
Reply-To: gidlist at gid.cimne.upc.es

This is a multi-part message in MIME format.

------=_NextPart_000_0245_01C39421.B0D0A040
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

strcmp inside the bas file is similar to the C-instruction, it compares =
two strings, and return 0 if are equals (or -1 if alphabetically a b =
or 1 if a b)

sample use:

*if(strcmp(GenData(Analysis),"Mechanic")=3D=3D0)
Case A
*else
Case B
*endif

Enrique Escolano
----- Original Message -----=20
From: Marcos Todeschini=20
To: Gidlist=20
Sent: Thursday, October 16, 2003 5:31 PM
Subject: [GiDlist] .bas file


Hi, gid group,
i have some doubts about the meanning of this statements:
strcmp, int.
If you can help i will be gratefull
Marcos




-------------------------------------------------------------------------=
-----
Internet GRATIS es Yahoo! Conexi=F3n.
Usuario: yahoo; contrase=F1a: yahoo
Desde Buenos Aires: 4004-1010
M=E1s ciudades: clic aqu=ED.
------=_NextPart_000_0245_01C39421.B0D0A040
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"
META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ffffff
DIVFONT face=3DArial size=3D2strcmp inside the bas file is similar =
to the=20
C-instruction, it compares two strings, and return 0 if are equals (or =
-1 if=20
alphabetically a < b or 1 if a > b)/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial size=3D2sample use:/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial color=3D#0000ff=20
size=3D2*if(strcmp(GenData(Analysis),"Mechanic")=3D=3D0)BRCase=20
ABR*else/FONT/DIV
DIVFONT face=3DArial color=3D#0000ff size=3D2Case B/FONT/DIV
DIVFONT face=3DArial color=3D#0000ff size=3D2*endif/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial size=3D2Enrique Escolano/FONT/DIV
BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"
DIV style=3D"FONT: 10pt arial"----- Original Message ----- /DIV
DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"BFrom:/B=20
A title=3Dmarcos_todeschini at yahoo.com.ar=20
href=3D"mailto:marcos_todeschini at yahoo.com.ar"Marcos Todeschini/A =
/DIV
DIV style=3D"FONT: 10pt arial"BTo:/B A =
title=3Dgidlist at gatxan.cimne.upc.es=20
href=3D"mailto:gidlist at gatxan.cimne.upc.es"Gidlist/A /DIV
DIV style=3D"FONT: 10pt arial"BSent:/B Thursday, October 16, =
2003 5:31=20
PM/DIV
DIV style=3D"FONT: 10pt arial"BSubject:/B [GiDlist] .bas =
file/DIV
DIVBR/DIV
DIVHi, gid group,/DIV
DIVi have some doubts about the meanning of this statements:/DIV
DIVstrcmp, int./DIV
DIVIf you can help i&nbsp;will be gratefull/DIV
DIVMarcos/DIV
PBR
HR SIZE=3D1
BInternet GRATIS es Yahoo! Conexi=F3n/B.BRUsuario: yahoo; =
contrase=F1a:=20
yahooBRDesde Buenos Aires: 4004-1010BRM=E1s ciudades: A=20
=
href=3D"http://ar.rd.yahoo.com/mail/tag/?http://ar.online.yahoo.com"Bc=
lic=20
aqu=ED/B/A./BLOCKQUOTE/BODY/HTML

------=_NextPart_000_0245_01C39421.B0D0A040--


--__--__--

Message: 3
Date: Thu, 16 Oct 2003 17:07:38 -0400
To: gidlist at gatxan.cimne.upc.es
From: Khaled Obeidat kobeidat at emagtechnologies.com
Subject: [GiDlist] techplot surface
Reply-To: gidlist at gid.cimne.upc.es

--=====================_50114046==.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hello,

Does any one know a way to get a surface plot out of group of points using
GID or techplot format.

thanks




Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

--=====================_50114046==.ALT
Content-Type: text/html; charset="us-ascii"

html
body
Hello,brbr
Does any one know a way to get a surface plot out of group of points
using GID or techplot format.brbr
thanksbrbr
brbr
x-sigsepp/x-sigsep
Khaled Obeidat br
Research Engineer br
EMAG Technologies, Inc. br
a href="http://www.emagtechnologies.com/"
eudora="autourl"www.emagtechnologies.combr
/a
/body
/html

--=====================_50114046==.ALT--


--__--__--

Message: 4
Date: Thu, 16 Oct 2003 17:12:49 -0400
From: Rama Karve rkarve at emagtechnologies.com
To: gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] cuts set and Gausspoints
Reply-To: gidlist at gid.cimne.upc.es

Hi,
I need to use the "do cuts" option in the post-process mode. The output
that I get from the solver is defined on the edges of the mesh. I tried
to visualize it using Gausspoints but if I get a message saying that
Gausspoints result cannot be seen on a cut. The only other option seems
to be OnNodes. But as I said earlier, the output I get is defined on
edges. Can you suggest a way around this?
Thanks,
Rama Karve.



--__--__--

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


End of GiDlist Digest

[GiDlist] Visualizaci&#243;n de resultados en distintos inte

Posted: Fri Oct 17, 2003 6:00 pm
by Miguel A. de Riera Pasenau
If you have saved the results file of each rerun, and they use the same mesh,
you can use the 'include' option to encadenate these files.

for instance:

you have:

complete_model.msh
compleme_model.res :
GiD Post Results File 1.0

include "stage1.res"
include "stage2.res"
include "stage3.res"
...and so on...

miguel

Silvina Serra wrote:

Hola GID list.
Yo estoy utilizando el programa Tdyn para resolver varios problemas. A los
fines de optimizar el tiempo computacional voy corriendo un problema en
distintos intervalos de tiempo, aprovechando la opción Restart del Tdyn.
Pero cada nueva corrida borra los pasos resueltos en corridas anteriores.
¿hay alguna forma en GID de poder juntar todas las corridas para visualizar
el proceso completo?
Saludos. Silvina

----- Original Message -----
From: gidlist-request at gatxan.cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, October 17, 2003 7:00 AM
Subject: GiDlist digest, Vol 1 #502 - 4 msgs

Send GiDlist mailing list submissions to
gidlist at gid.cimne.upc.es

To subscribe or unsubscribe via the World Wide Web, visit
http://gid.cimne.upc.es/mailman/listinfo/gidlist
or, via email, send a message with subject or body 'help' to
gidlist-request at gid.cimne.upc.es

You can reach the person managing the list at
gidlist-admin at gid.cimne.upc.es

When replying, please edit your Subject line so it is more specific
than "Re: Contents of GiDlist digest..."

______________________________________________________________________


Los envios para la lista de correo GiDlist han de enviarse a
gidlist at gid.cimne.upc.es

Para subscribirse o desapuntarse via World Wide Web, visite
http://gid.cimne.upc.es/mailman/listinfo/gidlist
o, via email, enviando un mensaje con 'help' en el 'asunto' o 'cuerpo'
a
gidlist-request at gid.cimne.upc.es

Puede contactar con la persona que administra la lista bajo
gidlist-admin at gid.cimne.upc.es

Cuando responda, por favor, edite la linea del 'asunto' para que sea
más especifica que "Re: Contenido resumen de GiDlist ..."


Today's Topics:

1. .bas file (=?iso-8859-1?q?Marcos=20Todeschini?=)
2. Re: .bas file (Enrique Escolano)
3. techplot surface (Khaled Obeidat)
4. cuts set and Gausspoints (Rama Karve)

--__--__--

Message: 1
Date: Thu, 16 Oct 2003 12:31:58 -0300 (ART)
From: =?iso-8859-1?q?Marcos=20Todeschini?=
marcos_todeschini at yahoo.com.ar
To: Gidlist gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] .bas file
Reply-To: gidlist at gid.cimne.upc.es

--0-343425439-1066318318=:15621
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi, gid group,
i have some doubts about the meanning of this statements:
strcmp, int.
If you can help i will be gratefull
Marcos



---------------------------------
Internet GRATIS es Yahoo! Conexión.
Usuario: yahoo; contraseña: yahoo
Desde Buenos Aires: 4004-1010
Más ciudades: clic aquí.
--0-343425439-1066318318=:15621
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

DIVHi, gid group,/DIV
DIVi have some doubts about the meanning of this statements:/DIV
DIVstrcmp, int./DIV
DIVIf you can help i&nbsp;will be gratefull/DIV
DIVMarcos/DIVpbrhr size=1Internet GRATIS es Yahoo!
Conexión.br
Usuario: yahoo; contraseña: yahoobr
Desde Buenos Aires: 4004-1010br
Más ciudades: a
href="http://ar.rd.yahoo.com/mail/tag/?http://ar.online.yahoo.com"clic
aquí/a.
--0-343425439-1066318318=:15621--

--__--__--

Message: 2
From: "Enrique Escolano" escolano at cimne.upc.es
To: gidlist at gatxan.cimne.upc.es
Subject: Re: [GiDlist] .bas file
Date: Thu, 16 Oct 2003 20:11:31 +0200
Reply-To: gidlist at gid.cimne.upc.es

This is a multi-part message in MIME format.

------=_NextPart_000_0245_01C39421.B0D0A040
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

strcmp inside the bas file is similar to the C-instruction, it compares =
two strings, and return 0 if are equals (or -1 if alphabetically a b =
or 1 if a b)

sample use:

*if(strcmp(GenData(Analysis),"Mechanic")=3D=3D0)
Case A
*else
Case B
*endif

Enrique Escolano
----- Original Message -----=20
From: Marcos Todeschini=20
To: Gidlist=20
Sent: Thursday, October 16, 2003 5:31 PM
Subject: [GiDlist] .bas file


Hi, gid group,
i have some doubts about the meanning of this statements:
strcmp, int.
If you can help i will be gratefull
Marcos




-------------------------------------------------------------------------=
-----
Internet GRATIS es Yahoo! Conexi=F3n.
Usuario: yahoo; contrase=F1a: yahoo
Desde Buenos Aires: 4004-1010
M=E1s ciudades: clic aqu=ED.
------=_NextPart_000_0245_01C39421.B0D0A040
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1"
META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ffffff
DIVFONT face=3DArial size=3D2strcmp inside the bas file is similar =
to the=20
C-instruction, it compares two strings, and return 0 if are equals (or =
-1 if=20
alphabetically a < b or 1 if a > b)/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial size=3D2sample use:/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial color=3D#0000ff=20
size=3D2*if(strcmp(GenData(Analysis),"Mechanic")=3D=3D0)BRCase=20
ABR*else/FONT/DIV
DIVFONT face=3DArial color=3D#0000ff size=3D2Case B/FONT/DIV
DIVFONT face=3DArial color=3D#0000ff size=3D2*endif/FONT/DIV
DIVFONT face=3DArial size=3D2/FONT&nbsp;/DIV
DIVFONT face=3DArial size=3D2Enrique Escolano/FONT/DIV
BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"
DIV style=3D"FONT: 10pt arial"----- Original Message ----- /DIV
DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"BFrom:/B=20
A title=3Dmarcos_todeschini at yahoo.com.ar=20
href=3D"mailto:marcos_todeschini at yahoo.com.ar"Marcos Todeschini/A =
/DIV
DIV style=3D"FONT: 10pt arial"BTo:/B A =
title=3Dgidlist at gatxan.cimne.upc.es=20
href=3D"mailto:gidlist at gatxan.cimne.upc.es"Gidlist/A /DIV
DIV style=3D"FONT: 10pt arial"BSent:/B Thursday, October 16, =
2003 5:31=20
PM/DIV
DIV style=3D"FONT: 10pt arial"BSubject:/B [GiDlist] .bas =
file/DIV
DIVBR/DIV
DIVHi, gid group,/DIV
DIVi have some doubts about the meanning of this statements:/DIV
DIVstrcmp, int./DIV
DIVIf you can help i&nbsp;will be gratefull/DIV
DIVMarcos/DIV
PBR
HR SIZE=3D1
BInternet GRATIS es Yahoo! Conexi=F3n/B.BRUsuario: yahoo; =
contrase=F1a:=20
yahooBRDesde Buenos Aires: 4004-1010BRM=E1s ciudades: A=20
=
href=3D"http://ar.rd.yahoo.com/mail/tag/?http://ar.online.yahoo.com"Bc=
lic=20
aqu=ED/B/A./BLOCKQUOTE/BODY/HTML

------=_NextPart_000_0245_01C39421.B0D0A040--


--__--__--

Message: 3
Date: Thu, 16 Oct 2003 17:07:38 -0400
To: gidlist at gatxan.cimne.upc.es
From: Khaled Obeidat kobeidat at emagtechnologies.com
Subject: [GiDlist] techplot surface
Reply-To: gidlist at gid.cimne.upc.es

--=====================_50114046==.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hello,

Does any one know a way to get a surface plot out of group of points using
GID or techplot format.

thanks




Khaled Obeidat
Research Engineer
EMAG Technologies, Inc.
www.emagtechnologies.com

--=====================_50114046==.ALT
Content-Type: text/html; charset="us-ascii"

html
body
Hello,brbr
Does any one know a way to get a surface plot out of group of points
using GID or techplot format.brbr
thanksbrbr
brbr
x-sigsepp/x-sigsep
Khaled Obeidat br
Research Engineer br
EMAG Technologies, Inc. br
a href="http://www.emagtechnologies.com/"
eudora="autourl"www.emagtechnologies.combr
/a
/body
/html

--=====================_50114046==.ALT--


--__--__--

Message: 4
Date: Thu, 16 Oct 2003 17:12:49 -0400
From: Rama Karve rkarve at emagtechnologies.com
To: gidlist at gatxan.cimne.upc.es
Subject: [GiDlist] cuts set and Gausspoints
Reply-To: gidlist at gid.cimne.upc.es

Hi,
I need to use the "do cuts" option in the post-process mode. The output
that I get from the solver is defined on the edges of the mesh. I tried
to visualize it using Gausspoints but if I get a message saying that
Gausspoints result cannot be seen on a cut. The only other option seems
to be OnNodes. But as I said earlier, the output I get is defined on
edges. Can you suggest a way around this?
Thanks,
Rama Karve.



--__--__--

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


End of GiDlist Digest

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

--
--------------------------------------------------------------------------------
Miguel A. Pasenau de Riera miguel at cimne.upc.es http://gid.cimne.upc.es