Page 1 of 1

Value of results

Posted: 17 Nov 2009, 07:20
by Hernan Viteri
Hello,
As I can obtain a list of values (chart of values) in the nodes of the mesh, for example in the problems of elasticity, I want to obtain the displacement in the nodes.
Them appreciates for their help

Re: Value of results

Posted: 17 Nov 2009, 11:59
by raback
The postprocessors of Elmer do not provide line charts. You could, for example

1) Save result in VTK format by ResultOutputSolver and visualize them with a software that supports charts, like ViSit
2) Define the lines a priori and save them by SaveLine solver and then draw the charts with your favorite line plotting software

More info on the two solvers may be found at Models manuals. If you use the ElmerGUI the SaveLine solver should be appended to the menus by loading it from $ELMER_HOME/bin/edf-extra.

-Peter