![]() |
Foam::error::printStack(Foam::Ostream&)
2 Attachment(s)
I am trying to run OF but I am getting an error after iteration 49. I created a mesh in Ansys mesher and exported to fluent (ascii mesh). I then used fluent3DMeshToFoam to create an OF mesh. I setup the case with appropriate BCs and calculated appropriate k and epsilon. After iteration 49 I get the following error:
Code:
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"Thanks, |
removed
removed.... thanks
|
I have the same problem.how did you fix it?
|
I still haven't figured out what is wrong. I am still troubleshooting. Any thoughts?
|
Hi Warren,
Well, in the very first time step you have 1001 iterations on the pressure, which is typically the maximum value of iterations unless otherwise stated by the user. This results in a very large local mass conservation error (I never use steady state solvers, so have no idea if that is typically allowed) and secondly the values for epsilon, still in t = 41, is by far too large. I conclusion: I would suspect that your boundary conditions are not sane or you are using an initial internal field, which is incorrect. Another advice typically given on this forum is to use "upwind" for all numerical schemes. This should stabilise the simulation if the divergence is related to the choice of scheme. Kind regards, Niels |
| All times are GMT -4. The time now is 19:54. |