Class SourceUniformSphere
Defined in File Source.h
Inheritance Relationships
Base Type
public SourceFeature
(Class SourceFeature)
Class Documentation
-
class SourceUniformSphere : public SourceFeature
Uniform distribution of sources in a spherical volume.
Public Functions
-
SourceUniformSphere(Vector3d center, double radius)
Constructor
- Parameters:
center – vector containing the coordinates of the center of the sphere
radius – radius of the sphere
-
virtual void prepareParticle(ParticleState &particle) const
-
void setDescription()
-
std::string getDescription() const
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
-
SourceUniformSphere(Vector3d center, double radius)