SPH
|
Checks for large differences of smoothing length between neighbouring particles. More...
#include <Diagnostics.h>
Public Member Functions | |
SmoothingDiscontinuityDiagnostic (const Float radius, const Float limit=0.5_f) | |
virtual DiagnosticsReport | check (const Storage &storage, const Statistics &stats) const override |
![]() | |
virtual | ~Polymorphic () |
Checks for large differences of smoothing length between neighbouring particles.
Definition at line 70 of file Diagnostics.h.
|
inline |
limit | Limit of relative difference defining the discontinuity. If smoothing lengths h[i] and h[j] satisfy inequality abs(h[i] - h[j]) > limit * (h[i] + h[j]), an error is reported. |
Definition at line 77 of file Diagnostics.h.
|
overridevirtual |
Implements IDiagnostic.
Definition at line 47 of file Diagnostics.cpp.