Post processing utility for Elmer
-
waad
- Posts: 8
- Joined: 10 Feb 2010, 05:16
- Location: Canada
-
Contact:
Post
by waad » 10 Mar 2010, 01:05
Hi all
I am using the following to print the pressure on a boundary. Is it possible to print out the coordinates of the nodes on the boundary as well? or at least the nodes number
Thanks
Code: Select all
Solver 4
Procedure ="SaveData" "SaveLine"
Filename = "boundaryPressure.dat"
Variable 1 = Pressure
End
-
waad
- Posts: 8
- Joined: 10 Feb 2010, 05:16
- Location: Canada
-
Contact:
Post
by waad » 10 Mar 2010, 05:06
OK to print the boundary coordinates one should use the default setting to printout all the variables defined on the boundary and then picks whatever he likes. this is the solver
Code: Select all
Solver 4
Equation = "SaveLine"
Procedure ="SaveData" "SaveLine"
Filename = "BoundaryValues"
End
PS. Elmer will generate a nice file named "BoundaryValues.names" contains a description to all the variable in the file BoundaryValues... Thanks Elmer
