Go to the documentation of this file.
39 #ifndef vtkLagrangianMatidaIntegrationModel_h
40 #define vtkLagrangianMatidaIntegrationModel_h
42 #include "vtkFiltersFlowPathsModule.h"
61 double* weights,
double* x,
double* f)
override;
67 static double GetRelaxationTime(
double dynVisc,
double diameter,
double density);
69 static double GetDragCoefficient(
const double* flowVelocity,
70 const double* particleVelocity,
71 double dynVisc,
double particleDiameter,
vtkFunctionSet abstract implementation to be used in the vtkLagrangianParticleTracker integrator.
int FunctionValues(double *x, double *f) override
Evaluate integration model velocity f at position x.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual int FunctionValues(double *x, double *f)=0
Evaluate functions at x_j.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior