WVLagrangianParticles

Create a Lagrangian-particle observing system.


Declaration

 self = WVLagrangianParticles(model,options)

Parameters

  • model the WVModel instance
  • name name of the observing system
  • advectionInterpolation (optional) linear (default) or spline interpolation for particle advection
  • trackedVarInterpolation (optional) linear (default) or spline interpolation for tracked fields

Returns

  • self a new WVLagrangianParticles instance

Discussion

This class is intended to be subclassed, so this initializer is generally called by a model particle facade.


This site uses Just the Docs, a documentation theme for Jekyll.