SPH
|
Checks for excessively large magnitudes of acceleration, indicating a numerical instability. More...
#include <Diagnostics.h>
Public Member Functions | |
CourantInstabilityDiagnostic (const Float timescaleFactor) | |
virtual DiagnosticsReport | check (const Storage &storage, const Statistics &stats) const override |
![]() | |
virtual | ~Polymorphic () |
Checks for excessively large magnitudes of acceleration, indicating a numerical instability.
This is usually caused by violating the CFL criterion. To resolve the problem, try decreasing the Courant number of the simulation.
Definition at line 88 of file Diagnostics.h.
|
explicit |
factor | Limit of the acceleration (in seconds). |
Definition at line 84 of file Diagnostics.cpp.
|
overridevirtual |
Implements IDiagnostic.
Definition at line 87 of file Diagnostics.cpp.