SPH
Public Member Functions | List of all members
KillEscapersBoundary Class Reference

Boundary condition that removes particles outside the domain. More...

#include <Boundary.h>

Inheritance diagram for KillEscapersBoundary:
IBoundaryCondition Polymorphic

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...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Boundary condition that removes particles outside the domain.

Definition at line 244 of file Boundary.h.

Constructor & Destructor Documentation

◆ KillEscapersBoundary()

KillEscapersBoundary::KillEscapersBoundary ( SharedPtr< IDomain domain)
explicit

Definition at line 420 of file Boundary.cpp.

Member Function Documentation

◆ finalize()

void KillEscapersBoundary::finalize ( Storage storage)
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.

◆ initialize()

void KillEscapersBoundary::initialize ( Storage storage)
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.


The documentation for this class was generated from the following files: