[GiDlist] Conditions

Moderator: GiD Team

Post Reply
kalo81 at virgilio.it

[GiDlist] Conditions

Post by kalo81 at virgilio.it »

Hi everyone,
I assign some conditions with some values, but whe iI read the file **.cnd,in
the field VALUE there is default value.Why?
And then, when I Unassign all condition i think that file **.cnd should
be erase, but it is there with the previous value.
Thanks in advance!
Calogero.
Enrique Escolano

[GiDlist] Conditions

Post by Enrique Escolano »

The file *.cnd contain the template of the condition (questions and default
values),
but not contain the instances of this template (the values and assigned
entities).

This condition instances are saved in the *.lin binary file.

Enrique Escolano

----- Original Message -----
From: kalo81 at virgilio.it
To: "GIDLIST" gidlist at gatxan.cimne.upc.es
Sent: Wednesday, July 30, 2003 10:42 AM
Subject: [GiDlist] Conditions


Hi everyone,
I assign some conditions with some values, but whe iI read the file
**.cnd,in
the field VALUE there is default value.Why?
And then, when I Unassign all condition i think that file **.cnd should
be erase, but it is there with the previous value.
Thanks in advance!
Calogero.

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

VSayako Willy

[GiDlist] How to include different types of .res files

Post by VSayako Willy »

Hi GiD Team and all
I would like to display the Outputs in .res file in
different types of Analysis. For example: I have
output in "Linear Static case" and "Non Linear with
Time step" "Influence line" and so forth..
How can I Include these results in PostProcessing
file??

Can we use the command "include"? if so how? Please
give small example.

Best Regards


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Miguel A. de Riera Pasenau

[GiDlist] How to include different types of .res files

Post by Miguel A. de Riera Pasenau »

You can write these results in the same .res file:

GiD Post Results File 1.0
...
Result "damage" "Linear Static case" 0.0 Scalar OnNodes
...
Result "damage evolution" "Non linear with time step" 1.0 Scalar OnNodes
...

and so on.

You can alo use "include", like this:

GiD Post Results File 1.0
...
include "My Other Results File"
...
include "another file"
...
and so on.

miguel

VSayako Willy wrote:

Hi GiD Team and all
I would like to display the Outputs in .res file in
different types of Analysis. For example: I have
output in "Linear Static case" and "Non Linear with
Time step" "Influence line" and so forth..
How can I Include these results in PostProcessing
file??

Can we use the command "include"? if so how? Please
give small example.

Best Regards

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
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
VSayako Willy

[GiDlist] How to include different types of .res files

Post by VSayako Willy »

Many thanks Miguel
Please take a look my attached file and Please
advice what's wrong in the file format. I also
included the OldFormat of the .res file. Both are not
working properly

Best regards.


--- "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
wrote:
You can write these results in the same .res file:

GiD Post Results File 1.0
...
Result "damage" "Linear Static case" 0.0 Scalar
OnNodes
...
Result "damage evolution" "Non linear with time
step" 1.0 Scalar OnNodes
...

and so on.

You can alo use "include", like this:

GiD Post Results File 1.0
...
include "My Other Results File"
...
include "another file"
...
and so on.

miguel

VSayako Willy wrote:

Hi GiD Team and all
I would like to display the Outputs in .res
file in
different types of Analysis. For example: I have
output in "Linear Static case" and "Non Linear
with
Time step" "Influence line" and so forth..
How can I Include these results in PostProcessing
file??

Can we use the command "include"? if so how?
Please
give small example.

Best Regards

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site
design software
http://sitebuilder.yahoo.com
_______________________________________________
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 mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BridgeTest.gid.zip
Type: application/x-zip-compressed
Size: 2689 bytes
Desc: BridgeTest.gid.zip
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030801/c6c1aa19/attachment.bin
Miguel A. de Riera Pasenau

[GiDlist] How to include different types of .res files

Post by Miguel A. de Riera Pasenau »

Hi,

just add a new-line after the last 'end values' line.

miguel

VSayako Willy wrote:

Many thanks Miguel
Please take a look my attached file and Please
advice what's wrong in the file format. I also
included the OldFormat of the .res file. Both are not
working properly

Best regards.

--- "Miguel A. de Riera Pasenau" miguel at cimne.upc.es
wrote:
You can write these results in the same .res file:

GiD Post Results File 1.0
...
Result "damage" "Linear Static case" 0.0 Scalar
OnNodes
...
Result "damage evolution" "Non linear with time
step" 1.0 Scalar OnNodes
...

and so on.

You can alo use "include", like this:

GiD Post Results File 1.0
...
include "My Other Results File"
...
include "another file"
...
and so on.

miguel

VSayako Willy wrote:

Hi GiD Team and all
I would like to display the Outputs in .res
file in
different types of Analysis. For example: I have
output in "Linear Static case" and "Non Linear
with
Time step" "Influence line" and so forth..
How can I Include these results in PostProcessing
file??

Can we use the command "include"? if so how?
Please
give small example.

Best Regards

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site
design software
http://sitebuilder.yahoo.com
_______________________________________________
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 mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

------------------------------------------------------------------------------------------------------------------------------------
Name: BridgeTest.gid.zip
BridgeTest.gid.zip Type: Zip Compressed Data (application/x-zip-compressed)
Encoding: base64
Description: BridgeTest.gid.zip

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