SPH
|
#include <Boundary.h>
Public Attributes | |
AutoPtr< IDomain > | domain |
Computational domain; dummy particles will be placed outside of the domain. More... | |
AutoPtr< IDistribution > | distribution |
Distribution used to create the dummy particles. More... | |
AutoPtr< IMaterial > | material |
Float | thickness = NAN |
Definition at line 125 of file Boundary.h.
AutoPtr<IDistribution> FixedParticles::Params::distribution |
Distribution used to create the dummy particles.
Definition at line 130 of file Boundary.h.
Computational domain; dummy particles will be placed outside of the domain.
Definition at line 127 of file Boundary.h.
Material of the dummy particles. This can be generally different than the material of "real" particles in the simulation, specifically the material is not copied as for ghost particles.
Definition at line 134 of file Boundary.h.
Float FixedParticles::Params::thickness = NAN |
Maximum size of the boundary layer. Note that this is an absolute value, it is NOT in units of smoothing length.
Definition at line 138 of file Boundary.h.