SaveBoundaryValues

Post processing utility for Elmer
Post Reply
ashinbrot
Posts: 8
Joined: 25 Feb 2010, 20:04

SaveBoundaryValues

Post by ashinbrot »

HI,

I'm trying to use SaveBoundaryValues to save the values of Displacement.Load.2 at Boundary "Fixed" to a file.

Can I perhaps view an example of this code that works, since mine doesn't?

Thanks,
ashinbrot
Posts: 8
Joined: 25 Feb 2010, 20:04

Re: SaveBoundaryValues

Post by ashinbrot »

Answering my own post:

This gets me where I want to go (building on raback's answer to the Gradient question, further down the thread):

Solver 2
Procedure="SaveData" "SaveScalars"
Calculate Loads = True
Filename=Results.dat
Operator 1=boundary sum
Variable 1=Displacement loads 2
End

and then in the Boundary Condition statement of interest:

Save Scalars=Logical True

Probably not elegant, but it got me what I wanted.
Post Reply