SPH
|
Places immovable particles along boundary. More...
#include <Boundary.h>
Classes | |
struct | Params |
Public Member Functions | |
FixedParticles (const RunSettings &settings, Params &¶ms) | |
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 () |
Places immovable particles along boundary.
The dummy particles can have generally different material than the rest of the simulation.
Definition at line 123 of file Boundary.h.
FixedParticles::FixedParticles | ( | const RunSettings & | settings, |
Params && | params | ||
) |
Definition at line 120 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 172 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 164 of file Boundary.cpp.