HI all
I have a question about the Result Block in .res file.If I have two freedoms on a node in dimension 3.How to write xx in "Result " " " “1 XX onNodes” ?And if a node have 20 freedom ,and I want to write that in one Result block.How to Write?If a node have over 6 freedoms how to do ?
i understand you want to see different variables over nodes:
If you have two freedoms on a node in dimension 3, that is
two different variable, then you have to create two result
blocks, one for each:
Result “variable_1” “analysis” step_val variable_type onNodes
if you have displacements and damage factor, then the blocks would
look like these:
Result “Displacements” “Load Analysis” 1 Vector OnNodes
Values
…
End Values
Result “Damage factor” “Load Analysis” 1 Scalar OnNodes
Values
…
End Values
HI all I have a question about the Result Block in .res file.If I have two freedoms on a node in dimension 3.How to write xx in "Result " " " “1 XX onNodes” ?And if a node have 20 freedom ,and I want to write that in one Result block.How to Write?If a node have over 6 freedoms how to do ? edodo edodo at eyou.com