[GiDlist] post-process file

Moderator: GiD Team

Post Reply
kalo81 at virgilio.it

[GiDlist] post-process file

Post by kalo81 at virgilio.it »

Dear GiD Team,
I have to configure my solver to create the file to be post-processing.
Could I consider values only on nodes without consider internal gausspoints?
If so, is it ok this configuration?:

GiD post results File 1.0

Result "Electric field" "load analisys" step_value Vector onnodes
Componentnames "x", "y", "Z"
Value
...
end value

Best regards,
Calogero

PS: can you write me an example to teach in a better way the meaning of
"step_value"?
Enrique Escolano

[GiDlist] post-process file

Post by Enrique Escolano »

Your result file seems ok, with some comments: instead Value, must write the
plural Values
The step_value must be a integer or real number (represents a time step, or
a step number)
for example:

GiD Post Results File 1.0

Result "Displacements" "movement" 0.1 Vector OnNodes
Values
7 1.0 0.0 0.0
end values

Result "Displacements" "movement" 0.2 Vector OnNodes
Values
7 1.5 -0.2 0.0
end values

Result "Displacements" "movement" 0.3 Vector OnNodes
Values
7 2.0 -0.7 0.0
end values
...

----- Original Message -----
From: kalo81 at virgilio.it
To: "GIDLIST" gidlist at gatxan.cimne.upc.es
Sent: Monday, September 01, 2003 4:11 PM
Subject: [GiDlist] post-process file


Dear GiD Team,
I have to configure my solver to create the file to be post-processing.
Could I consider values only on nodes without consider internal
gausspoints?
If so, is it ok this configuration?:

GiD post results File 1.0

Result "Electric field" "load analisys" step_value Vector onnodes
Componentnames "x", "y", "Z"
Value
...
end value

Best regards,
Calogero

PS: can you write me an example to teach in a better way the meaning of
"step_value"?

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

Post Reply