Class ConstantSphericalAdvectionField
Defined in File AdvectionField.h
Inheritance Relationships
Base Type
public AdvectionField
(Class AdvectionField)
Class Documentation
-
class ConstantSphericalAdvectionField : public AdvectionField
Spherical advection field with a constant wind speed.
Public Functions
-
ConstantSphericalAdvectionField(const Vector3d origin, double vWind)
Constructor
- Parameters:
origin – Origin of the advection field
vWind – Constant wind velocity
-
void setVWind(double vMax)
-
double getVWind() const
-
std::string getDescription() const
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
Protected Attributes
-
mutable size_t _referenceCount
-
ConstantSphericalAdvectionField(const Vector3d origin, double vWind)