Dear Mathieu, I am using the LPT and managed to make it work eventually, but I don’t know whether the reuslts I am obtaining are correct. Reading this topic that I am quoting below, I see you wrote that without an integration model there is not much to do with the LPT. Could you explain to me why exactly and what should I do? I thought the matilda integration model was set as dfault already and that it was enough.
The matida integration model come from this scientific paper:
“Matida, E. A., et al. “Improved numerical simulation of aerosol deposition in an idealized mouth-throat.” Journal of Aerosol Science 35.1 (2004): 1-19.”
If you want another behavior than the model described in this article, then you need to implement your own.
Matida can be enough, though that depends on what you want to do.
Thank you, I see Matilda is mainly for simulating aerosol deposition in the human throat. I would need something different. I read in here https://www.kitware.com/vtk-and-paraview-add-highly-configurable-particle-tracker/ that example plug-ins exist in ParaView that demonstrate how to implement and utilize new models. Also, I see that “the new model must inherit code from the base model, vtkLagrangianBasicIntegrationModel”.
Where can I find those examples plug-ins? Is there a guide or more info on how to implement a new model (like do I have to do it with python or..?) and can I access the vtkLagrangianBasicIntegrationModel?