|
[Sponsors] |
September 17, 2020, 15:25 |
PimpleFoam does not print out the Residuals
|
#1 | ||
New Member
Jeff Stout
Join Date: Dec 2019
Posts: 8
Rep Power: 6 |
I added a switch (or something) to my case to only compute the pressure. But I was forced to drop the project for a while and I now I'm picking it up again. But now I want the residuals back and I don't remember how I turned them off.
This is what I see now: Quote:
Quote:
I can upload my system and constant directory if that will help. |
|||
September 17, 2020, 20:02 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
Without seeing the case it is hard to say, but off the top of my head -- momentum prediction needs to be on to solve the momentum equation (i.e., solve for velocity).
Caelan |
|
September 17, 2020, 23:59 |
|
#3 |
New Member
Jeff Stout
Join Date: Dec 2019
Posts: 8
Rep Power: 6 |
I was reading another post about a similar issue and I suspected I could have the same problem that guy had. In that other post various faces of the case were not setup correctly and that mesh was malformed which caused the smoothSolver (the part that prints out the residuals) to crash.
It turns out I was deforming the mesh too. The mesh had a few "underdeterminedCells" and I was using setSet & subsetMesh to remove them from the mesh. This cause pimpleFoam/smootSolver to crash. I guess I need to heal the mesh somehow. Anyway, now that I think about it the switches I vaguely remember which would turn off certain terms in the solution were not for pimpleFoam. Now that I think about it, I may have been remembering switches I was setting on potentialFoam (-writePhi, -writephi). |
|
September 18, 2020, 03:22 |
|
#4 |
Senior Member
|
Does below help?
* options to be used during runtime: extensive config file available to from OPEN_FOAM_PATH/1806/etc/controlDict (need to check). This controlDict can be copied to HOME/.OpenFOAM/1806. Change solver performance from 1 to 2 to obtain more verbosity in the solver. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to get Sutherland and JANAF coefficients of air? | immortality | OpenFOAM Running, Solving & CFD | 64 | October 18, 2022 11:17 |
Local residuals - pimpleFoam - OpenFOAM 4.1 | cyln | OpenFOAM Running, Solving & CFD | 1 | November 1, 2018 12:39 |
Residuals in PimpleFoam | Triggin | OpenFOAM Post-Processing | 2 | June 7, 2018 08:50 |
Pimplefoam - residuals not converging | cyln | OpenFOAM Running, Solving & CFD | 16 | November 7, 2017 13:46 |
[blockMesh] Another cylinder question | bendel_boy | OpenFOAM Meshing & Mesh Conversion | 5 | January 6, 2015 06:09 |