[GiDlist] postprocess calculation

Moderator: GiD Team

Post Reply
Mark Smith

[GiDlist] postprocess calculation

Post by Mark Smith »

GiD6.2.0d (Windows98)
Is there an easy way of having multiple different calculate options
available under a single problem type?
What I have in mind is the following:
I have a problem type and perform my calculation, but then I would like to
perform various postprocessing calculations depending on what I'm after,
using the results which have been written to the .flavia.res file. If I do
this by selecting a new problem type it warns me that all data information
(materials,conditions,data) will be lost so this is not an option. I would
like to associate a different .win.bat file with the calculate button as
selected from an options list.
I hope I am making myself clear?
Thanks in advance.
Best regards
Mark
Mark Smith (E-mail).vcf


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------



-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mark Smith (E-mail).vcf
Type: application/octet-stream
Size: 390 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20020318/eca50886/attachment.obj
Enrique Escolano

[GiDlist] postprocess calculation

Post by Enrique Escolano »

You can create two *.bas template files in the problem type, and with the second bas, write "on the air" the contents of a "calc.bat" file.

Then, with the standard 'problemtype'.bat, rename the 'problemname'-1.dat to 'calc.bat'
and execute it:

contents of 'problemtype'.bat:
rename %2\%1-1.dat %2\calc.bat
%2\calc.bat %1 %2 %3

The contents of 'calc.bat' is created, for example, based on some general data values.

Regards

Enrique Escolano

----- Original Message -----
From: "Mark Smith" mark.smith at linx.co.uk
To: "Gidlist (E-mail)" gidlist at gatxan.cimne.upc.es
Sent: Monday, March 18, 2002 12:47 PM
Subject: [GiDlist] postprocess calculation


GiD6.2.0d (Windows98)
Is there an easy way of having multiple different calculate options
available under a single problem type?
What I have in mind is the following:
I have a problem type and perform my calculation, but then I would like to
perform various postprocessing calculations depending on what I'm after,
using the results which have been written to the .flavia.res file. If I do
this by selecting a new problem type it warns me that all data information
(materials,conditions,data) will be lost so this is not an option. I would
like to associate a different .win.bat file with the calculate button as
selected from an options list.
I hope I am making myself clear?
Thanks in advance.
Best regards
Mark
Mark Smith (E-mail).vcf


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20020318/90b13d9d/attachment.htm
Pablo Perez del Castillo

[GiDlist] postprocess

Post by Pablo Perez del Castillo »

Hi;
I did your sample about move nodes and it works fine. But now i want to put
more results inside the flavia.res, and give me error, please help me.
advanced thanks
Note: attached files
Pablo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesh.flavia.msh
Type: application/x-unknown-content-type-msh_auto_file
Size: 5979 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20021030/7d03c8b8/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesh.flavia.res
Type: application/x-unknown-content-type-mdpxfile
Size: 14616 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20021030/7d03c8b8/attachment-0001.bin
Enrique Escolano

[GiDlist] postprocess

Post by Enrique Escolano »

If you define some result "OnGaussPoints", it is necessary to define before the
location of this gauss points, (see Help-Postprocess data files-New postprocess results format)

for example:

GiD Post Results File 1.0

GaussPoints "GP1" ElemType Quadrilateral
Number Of Gauss Points: 1
Natural Coordinates: internal
End GaussPoints

Result "Cp" "movement" 1 Scalar OnGaussPoints "GP1"
...



----- Original Message -----
From: "Pablo Perez del Castillo" pablopdc at terra.es
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, October 31, 2002 2:34 AM
Subject: [GiDlist] postprocess


Hi;
I did your sample about move nodes and it works fine. But now i want to put
more results inside the flavia.res, and give me error, please help me.
advanced thanks
Note: attached files
Pablo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20021030/643d5964/attachment.htm
Post Reply