SPH
|
Boundary conditions creating particles with given velocity at the boundary of the domain. More...
#include <Boundary.h>
Public Member Functions | |
WindTunnel (SharedPtr< IDomain > domain, const Float radius) | |
virtual void | initialize (Storage &UNUSED(storage)) override |
virtual void | finalize (Storage &storage) override |
Applies the boundary conditions after the derivatives are computed. More... | |
![]() | |
FrozenParticles () | |
Constructs boundary conditions with no particles frozen. More... | |
~FrozenParticles () | |
FrozenParticles (SharedPtr< IDomain > domain, const Float radius) | |
Constructs boundary conditions with frozen particles near boundary. More... | |
void | freeze (const Size flag) |
Adds body ID particles of which shall be frozen by boundary conditions. More... | |
void | thaw (const Size flag) |
Remove a body from the list of frozen bodies. More... | |
![]() | |
virtual void | initialize (Storage &storage)=0 |
Applies the boundary conditions before the derivatives are computed. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
SharedPtr< IDomain > | domain |
Float | radius |
std::set< Size > | frozen |
Array< Float > | distances |
Array< Size > | idxs |
Boundary conditions creating particles with given velocity at the boundary of the domain.
Outgoing particles are removed at the other side of the boundary, particles inside the domain are kept in place using either ghost particles or by freezing them. This is fine-tuned for simulations of a meteorite passing through athmosphere.
Definition at line 203 of file Boundary.h.
Definition at line 251 of file Boundary.cpp.
|
overridevirtual |
Applies the boundary conditions after the derivatives are computed.
Called every time step after equations are evaluated (finalized).
Reimplemented from FrozenParticles.
Definition at line 254 of file Boundary.cpp.
|
inlineoverridevirtual |
Reimplemented from FrozenParticles.
Definition at line 207 of file Boundary.h.