3#include <vcVectorType.hpp>
7using namespace viennacore;
29 return Vec3D<T>{0, 0, 0};
virtual T getScalarVelocity(const Vec3D< T > &, int, const Vec3D< T > &, unsigned long)
Should return a scalar value for the velocity at coordinate for a point of material with the given no...
Definition lsVelocityField.hpp:17
virtual T getDissipationAlpha(int, int, const Vec3D< T > &)
If lsLocalLaxFriedrichsAnalytical is used as the advection scheme, this is called to provide the anal...
Definition lsVelocityField.hpp:35
virtual ~VelocityField()=default
virtual Vec3D< T > getVectorVelocity(const Vec3D< T > &, int, const Vec3D< T > &, unsigned long)
Like getScalarVelocity, but returns a velocity value for each cartesian direction.
Definition lsVelocityField.hpp:25
Definition lsAdvect.hpp:36
double T
Definition pyWrap.cpp:68