Hi, All:
I have a large simulation and I want to suppress the screen output for the CFDEM coupling to increase the performance, I have disabled OpenFOAM debug info by setting debug swithes:
DebugSwitches
{
SolverPerformance 2;
}
However it seems I am still getting the debug information from the LIGGGHTS/CFDEM side (see below), is there anyway that I can disable those output?
...
timeStepFraction() = 1
update Ksl.internalField()
suppressing ddt(voidfraction)
suppressing ddt(voidfraction)
time step continuity errors : sum local = 1.21679e-13, global = 1.21441e-13, cumulative = 0.133777
suppressing ddt(voidfraction)
suppressing ddt(voidfraction)
time step continuity errors : sum local = 1.21679e-13, global = 1.21441e-13, cumulative = 0.133777
suppressing ddt(voidfraction)
suppressing ddt(voidfraction)
time step continuity errors : sum local = 1.21679e-13, global = 1.21441e-13, cumulative = 0.133777
suppressing ddt(voidfraction)
suppressing ddt(voidfraction)
time step continuity errors : sum local = 1.21679e-13, global = 1.21441e-13, cumulative = 0.133777
ExecutionTime = 111.36 s ClockTime = 122 s
...
Thanks a lot!