First the result of running ElmerGUItester
Now the problem:- I am trying to repeat the Benard convection tutorial, importing the mesh and running the solver went as smooth as you would expect, now when I call the post processor here is what I get
Please read the message at the bottom.
and here we have the first few lines of the sif file
Header
CHECK KEYWORDS Warn
Mesh DB "." "."
Include Path ""
Results Directory ""
End
Simulation
Max Output Level = 4
Coordinate System = Cartesian
Coordinate Mapping(3) = 1 2 3
Simulation Type = Transient
Steady State Max Iterations = 20
Output Intervals = 1
Timestepping Method = BDF
BDF Order = 2
Timestep intervals = 200
Timestep Sizes = 2.0
Solver Input File = Rayleigh_Benard.sif
Post File = Rayleigh_Benard.ep
End
Constants
Gravity(4) = 0 -1 0 9.82
Stefan Boltzmann = 5.67e-08
Permittivity of Vacuum = 8.8542e-12
Boltzmann Constant = 1.3807e-23
Unit Charge = 1.602e-19
End
as you can see, I modified the file names (just for safe book keeping), anyway, when I saved the project, and the solver finished the iterations, I checked the project folder and the file was written with small "r" instead of the Capital "R", so I made a copy with the Capital "R", tried again to call the post processor, but the same message showed up again, finally I made a third copy with the name "case.ep" (I thought may be the default names are hard wired inside the code) but the same message...
so now the project folder has three copies (rayleigh_Benard.ep, Rayleigh_Benard.ep and case.ep) but none of them is seen by the postprocessor.
Any clues or recommendations
Thank you and good luck
