CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Turning Off Solver Performance Output (https://www.cfd-online.com/Forums/openfoam-solving/198078-turning-off-solver-performance-output.html)

victorious_BIG January 25, 2018 17:28

Turning Off Solver Performance Output
 
Hi,

I'm trying to suppress output from the linear solvers. I followed the work in this thread:

https://www.cfd-online.com/Forums/op...r-outputs.html

But found that in my main code I needed to write both:

lduMatrix::debug=0;
solverPerformance::debug=0;

However, though this turns off the output from most of my linear solvers. It does not turn off the output from direct calls to the solve function. The output from

solve(UEqn == -fvc::grad(p));

Is still printed to screen. This is very puzzling to me, and I'm not sure if I'm missing a debug flag somewhere (I've already searched through $WM_PROJECT_DIR/etc/controlDict and set all flags to 0).

Is this possibly a bug when calling the solve function directly? How can I turn off all solver output?

Thanks!


All times are GMT -4. The time now is 12:27.