SPH
|
Boundary condition that removes particles outside the domain. More...
#include <Boundary.h>
Public Member Functions | |
KillEscapersBoundary (SharedPtr< IDomain > domain) | |
virtual void | initialize (Storage &storage) override |
Applies the boundary conditions before the derivatives are computed. More... | |
virtual void | finalize (Storage &storage) override |
Applies the boundary conditions after the derivatives are computed. More... | |
![]() | |
virtual | ~Polymorphic () |
Boundary condition that removes particles outside the domain.
Definition at line 244 of file Boundary.h.
Definition at line 420 of file Boundary.cpp.
|
overridevirtual |
Applies the boundary conditions after the derivatives are computed.
Called every time step after equations are evaluated (finalized).
Implements IBoundaryCondition.
Definition at line 434 of file Boundary.cpp.
|
overridevirtual |
Applies the boundary conditions before the derivatives are computed.
Called every time step after equations are initialized.
Implements IBoundaryCondition.
Definition at line 423 of file Boundary.cpp.