[GiDlist] (no subject)
Moderator: GiD Team
[GiDlist] (no subject)
Dear gidteam
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
[GiDlist] Material Number
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/5b8d6a49/attachment.htm
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/5b8d6a49/attachment.htm
[GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as
defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat
file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/ee674b18/attachment.htm
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as
defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat
file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/ee674b18/attachment.htm
[GiDlist] (no subject)
Hi,
it is very strange that you can acess to gid/... and not to gid_adds/...
in our log does not appear any incidence.
Perhaps it has to do that here in Spain, in August almost everybody is
on vacation, and the university uses this time to do some maintenance
of networks and power lines. So you can try again when here is at night.
please, keep me informed if this problem continues.
miguel
Mark Smith wrote:
Dear gidteam
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
_______________________________________________
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
it is very strange that you can acess to gid/... and not to gid_adds/...
in our log does not appear any incidence.
Perhaps it has to do that here in Spain, in August almost everybody is
on vacation, and the university uses this time to do some maintenance
of networks and power lines. So you can try again when here is at night.
please, keep me informed if this problem continues.
miguel
Mark Smith wrote:
Dear gidteam
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can correct
the error.
_______________________________________________
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
[GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/ffdd0b43/attachment.htm
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/ffdd0b43/attachment.htm
[GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/a3b7f236/attachment.htm
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030806/a3b7f236/attachment.htm
[GiDlist] Material Number
Hello,
I recommend you to download NASTRAN Interface problem type. In nastran.bas
file you will find examples of how to use commands in *.bas template.
To download NASTRAN problem type you can use the following option.
MENU SEQUENCE: Data - Problem type - Internet Retrieve (in the bottom of
the menu)
Click Retrieve List button a select NASTRAN Interface from the list.
Bye,
Aleix
-----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: miércoles, 06 de agosto de 2003 19:12
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if.
Does anybody have some example of using *set var command? I would like to
make some temporary variable to store data during looping the main variables
or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn mailto:dollarbulldog at hotmail.com Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I
start to use material with other number)not the real index of the material.
Or do I need to define the number as another kind of MatProp?, but to do so
how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez mailto:ronda at cimne.upc.es Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined
in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file
(2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030807/feed0520/attachment.htm
I recommend you to download NASTRAN Interface problem type. In nastran.bas
file you will find examples of how to use commands in *.bas template.
To download NASTRAN problem type you can use the following option.
MENU SEQUENCE: Data - Problem type - Internet Retrieve (in the bottom of
the menu)
Click Retrieve List button a select NASTRAN Interface from the list.
Bye,
Aleix
-----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: miércoles, 06 de agosto de 2003 19:12
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if.
Does anybody have some example of using *set var command? I would like to
make some temporary variable to store data during looping the main variables
or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn mailto:dollarbulldog at hotmail.com Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I
start to use material with other number)not the real index of the material.
Or do I need to define the number as another kind of MatProp?, but to do so
how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez mailto:ronda at cimne.upc.es Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined
in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file
(2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030807/feed0520/attachment.htm
[GiDlist] (no subject)
To download the GiD7.2 (official version) , it's possible also to download
splitted in fourteen small (1 MB) files,
or splitted, and send by e-mail.
This splitted option is not available for beta versions.
Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Tuesday, August 05, 2003 1:19 PM
Subject: [GiDlist] (no subject)
Dear gidteam
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for
the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of
this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can
correct
the error.
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
splitted in fourteen small (1 MB) files,
or splitted, and send by e-mail.
This splitted option is not available for beta versions.
Enrique Escolano
----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Tuesday, August 05, 2003 1:19 PM
Subject: [GiDlist] (no subject)
Dear gidteam
I am able to download gid7.2 (windows) from
ftp://gid.cimne.upc.es/pub/gid/Windows/GiD7.2-win.exe
but I cannot get access (times out) to
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/ so I can download the latest
beta version. Is there a problem at your end ?
Regards
Mark
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
The information contained in this e-mail message (and any attachment
transmitted herewith) is privileged and confidential and is intended for
the
exclusive use of the addressee(s). If you are not an addressee, any
disclosure, reproduction, distribution or other dissemination or use of
this
communication is strictly prohibited. If you have received this
communication in error, please contact us immediately so that we can
correct
the error.
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
[GiDlist] Material Number
*MatNum returns the number of material used for this model, renumbering from 1 to n (without "holes").
This number is not the same as the number of the *.mat file, in fact, for future versions, this *.mat number is optional.
If you really want to print this number, you can create a special hidden field, containing this identifier value, for example:
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: ID
VALUE: 1
STATE: HIDDEN
QUESTION: Rho
VALUE: 100
...
Note 1 : if you create a new material, derivated from this, the field ID contain also the same value = "1"
Note 2: It can be an runtime error to use inside a loop materials a order as:
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
because some material definitions cannot have this related fields.
Another detail, instead to use *MatProp(1) ,it's more easy to mantain your problemtype if use the fieldname: *MatProp(Rho)
Enrique Escolano
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 8:11 PM
Subject: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030811/5536bc81/attachment.htm
This number is not the same as the number of the *.mat file, in fact, for future versions, this *.mat number is optional.
If you really want to print this number, you can create a special hidden field, containing this identifier value, for example:
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: ID
VALUE: 1
STATE: HIDDEN
QUESTION: Rho
VALUE: 100
...
Note 1 : if you create a new material, derivated from this, the field ID contain also the same value = "1"
Note 2: It can be an runtime error to use inside a loop materials a order as:
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
because some material definitions cannot have this related fields.
Another detail, instead to use *MatProp(1) ,it's more easy to mantain your problemtype if use the fieldname: *MatProp(Rho)
Enrique Escolano
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 8:11 PM
Subject: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030811/5536bc81/attachment.htm
[GiDlist] Material Number
Thank you Enrique. That hidden command is simplified a lot of conditional sentenses.
Best regards,
----- Original Message -----
From: Enrique Escolano
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, August 11, 2003 3:27 PM
Subject: Re: [GiDlist] Material Number
*MatNum returns the number of material used for this model, renumbering from 1 to n (without "holes").
This number is not the same as the number of the *.mat file, in fact, for future versions, this *.mat number is optional.
If you really want to print this number, you can create a special hidden field, containing this identifier value, for example:
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: ID
VALUE: 1
STATE: HIDDEN
QUESTION: Rho
VALUE: 100
...
Note 1 : if you create a new material, derivated from this, the field ID contain also the same value = "1"
Note 2: It can be an runtime error to use inside a loop materials a order as:
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
because some material definitions cannot have this related fields.
Another detail, instead to use *MatProp(1) ,it's more easy to mantain your problemtype if use the fieldname: *MatProp(Rho)
Enrique Escolano
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 8:11 PM
Subject: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030811/a9f911c1/attachment.htm
Best regards,
----- Original Message -----
From: Enrique Escolano
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, August 11, 2003 3:27 PM
Subject: Re: [GiDlist] Material Number
*MatNum returns the number of material used for this model, renumbering from 1 to n (without "holes").
This number is not the same as the number of the *.mat file, in fact, for future versions, this *.mat number is optional.
If you really want to print this number, you can create a special hidden field, containing this identifier value, for example:
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: ID
VALUE: 1
STATE: HIDDEN
QUESTION: Rho
VALUE: 100
...
Note 1 : if you create a new material, derivated from this, the field ID contain also the same value = "1"
Note 2: It can be an runtime error to use inside a loop materials a order as:
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
because some material definitions cannot have this related fields.
Another detail, instead to use *MatProp(1) ,it's more easy to mantain your problemtype if use the fieldname: *MatProp(Rho)
Enrique Escolano
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 8:11 PM
Subject: Re: [GiDlist] Material Number
Hi all
I 've solved the problem of material number by helping of command *if. Does anybody have some example of using *set var command? I would like to make some temporary variable to store data during looping the main variables or probably for other purposes. Thank you in advanced.
Bests,
----- Original Message -----
From: Adisorn Owatsiriwong
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 2:54 PM
Subject: Re: [GiDlist] Material Number
Hallo,
My problem is *Matnum give the number always being start from 1 (even I start to use material with other number)not the real index of the material. Or do I need to define the number as another kind of MatProp?, but to do so how to protect user change its number.
Thanks
----- Original Message -----
From: Jorge Suit Perez Ronda
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, August 06, 2003 9:21 AM
Subject: Re: [GiDlist] Material Number
Hi,
*MatNum give you the current material number
Adisorn Owatsiriwong wrote:
Dear GiD team,
What is the variable name containing the number of material as defined in .mat file.
For example my mat file is
NUMBER: 1 MATERIAL: Plane_strain_or_3D_compressible_Neo-Hookean
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
NUMBER: 2 MATERIAL: Not_defined
END MATERIAL
NUMBER: 3 MATERIAL: Plane_strain_or_3D_Hyper_in_principal_dir
QUESTION: Rho
VALUE: 100
QUESTION: MU
VALUE: 100
QUESTION: Lambda
VALUE: 100
END MATERIAL
I want to use mat no. 2, 3 for elements then I use command
*loop materials
*format "%d %d"
*Matnum XXX
*format "%.3f %.3f %.3f %.3f"
*MatProp(1) *MatProp(2) *MatProp(3) *MatProp(4)
*end materials
The XXX position is the 'index' number of material as defined by .mat file (2, and 3 ) in this case. How can I retrieve those number to show.
Best regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030811/a9f911c1/attachment.htm