addParticles
Add particles to be advected by the flow.
Declaration
addParticles(name,fluxOp,x,y,z,trackedFieldNames,options)
Parameters
namea unique name to call the particlesfluxOpa WVParticleFluxOperation, used to determine how the flow advects the particlesxx-coordinate location of the particlesyy-coordinate location of the particleszz-coordinate location of the particlestrackedFieldsstrings of variable namesadvectionInterpolation(optional) interpolation method used for particle advection. “linear” (default), “spline”, “exact”trackedVarInterpolation(optional) interpolation method used for tracked field. “linear” (default), “spline”, “exact”