SPH
|
Boundary condition moving all particles passed through the domain to the other side of the domain. More...
#include <Boundary.h>
Public Member Functions | |
PeriodicBoundary (const Box &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 moving all particles passed through the domain to the other side of the domain.
Definition at line 213 of file Boundary.h.
|
explicit |
Definition at line 308 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 368 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 317 of file Boundary.cpp.