[ GiDlist ] Batch processing
Posted: Wed Oct 24, 2001 11:17 am
A file batch contains direct commands of GiD, but it is not a programming language (with variables, loops, ifs, etc.).
What can become is that an external program writes directly a batch file based on certain variables.
Also a routine written in tcl language, can execute any GiD order by means of ".central.s process"
for example ...
set x 2.0
set y 3.5
set z 4.9
.central.s process "Geometry Create Point $x $y $z"
An user can modify the GiD menus to invoke your tcl procedure.
----- Original Message -----
From: Jesús Torrecilla
To: gidlist at gatxan.cimne.upc.es
Sent: Sunday, October 21, 2001 8:27 PM
Subject: [ GiDlist ] Batch processing
Hi,
I'm trying to do a parametric analisys with Tochnog and Gid as pre-postprocessor. As I have to make a high number of models very similar between them (just changing a geometric parameter each time), I woud like to know wether is possible to introduce variables in batch files, in the sense Tochnog allows.
The definition of the variables can be done in Tochnog with a start define ... end define or start arithmetic ... end arithmetic but I would like to mesh the model inside Gid if possible.
The final goal in the analisys would be to write a (big?) batch file so that invoking Gid all the models within the same family would be generated and meshed.
Thanks in advance,
Jesús Torrecilla Pinero.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20011024/8bed57ed/attachment.htm
What can become is that an external program writes directly a batch file based on certain variables.
Also a routine written in tcl language, can execute any GiD order by means of ".central.s process"
for example ...
set x 2.0
set y 3.5
set z 4.9
.central.s process "Geometry Create Point $x $y $z"
An user can modify the GiD menus to invoke your tcl procedure.
----- Original Message -----
From: Jesús Torrecilla
To: gidlist at gatxan.cimne.upc.es
Sent: Sunday, October 21, 2001 8:27 PM
Subject: [ GiDlist ] Batch processing
Hi,
I'm trying to do a parametric analisys with Tochnog and Gid as pre-postprocessor. As I have to make a high number of models very similar between them (just changing a geometric parameter each time), I woud like to know wether is possible to introduce variables in batch files, in the sense Tochnog allows.
The definition of the variables can be done in Tochnog with a start define ... end define or start arithmetic ... end arithmetic but I would like to mesh the model inside Gid if possible.
The final goal in the analisys would be to write a (big?) batch file so that invoking Gid all the models within the same family would be generated and meshed.
Thanks in advance,
Jesús Torrecilla Pinero.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20011024/8bed57ed/attachment.htm