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 fieldvWind
: Constant wind velocity
-
double
getDivergence
(const Vector3d &position) const
-
void
setVWind
(double vMax)¶
-
double
getVWind
() const¶
-
std::string
getDescription
() const
-
size_t
addReference
() const
-
size_t
removeReference
() const
-
int
removeReferenceNoDelete
() const
-
size_t
getReferenceCount
() const
Protected Attributes
-
size_t
_referenceCount
-