Page 1 of 1

Boundary Coordinates

Posted: 10 Mar 2010, 01:05
by waad
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

Re: Boundary Coordinates

Posted: 10 Mar 2010, 05:06
by waad
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 :-)