Class SourceUniformHollowSphere
Defined in File Source.h
Inheritance Relationships
Base Type
public SourceFeature
(Class SourceFeature)
Class Documentation
-
class SourceUniformHollowSphere : public SourceFeature
Uniform distribution of sources between two spheres.
Public Functions
-
SourceUniformHollowSphere(Vector3d center, double radius_inner, double radius_outer)
Constructor
- Parameters:
center – vector containing the coordinates of the center of the sphere
radius_inner – radius of the inner sphere
radius_outer – radius of the outer 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
-
SourceUniformHollowSphere(Vector3d center, double radius_inner, double radius_outer)