SPH
Public Attributes | List of all members
FixedParticles::Params Struct Reference

#include <Boundary.h>

Public Attributes

AutoPtr< IDomaindomain
 Computational domain; dummy particles will be placed outside of the domain. More...
 
AutoPtr< IDistributiondistribution
 Distribution used to create the dummy particles. More...
 
AutoPtr< IMaterialmaterial
 
Float thickness = NAN
 

Detailed Description

Definition at line 125 of file Boundary.h.

Member Data Documentation

◆ distribution

AutoPtr<IDistribution> FixedParticles::Params::distribution

Distribution used to create the dummy particles.

Definition at line 130 of file Boundary.h.

◆ domain

AutoPtr<IDomain> FixedParticles::Params::domain

Computational domain; dummy particles will be placed outside of the domain.

Definition at line 127 of file Boundary.h.

◆ material

AutoPtr<IMaterial> FixedParticles::Params::material

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.

◆ thickness

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.


The documentation for this struct was generated from the following file: