[Paraview] Periodicity aware streamline?
Andy Bauer
andy.bauer at kitware.com
Wed Feb 10 09:16:17 EST 2016
Hi Tim,
There isn't any such functionality that exists directly in PV like this. A
long way of doing this may be:
- StreamTracer for first set of streamlines
- Use threshold or cut filter to get last points before they exit the
domain
- Use the Transform filter to move these points to the entrance of the
domain on the other periodic side
- StreamTracer with Custom source using Transform filter as source to
continue the streamlines
- Calculator filter to adjust IntegrationTime and other field values (if
this is important you'll probably need to do this one streamline at a time).
This may get a bit sloppy and unwieldy but that's the best way I can think
about doing what you want.
If you do this and find a better way, please let us know!
Cheers,
Andy
On Tue, Feb 9, 2016 at 5:34 PM, Tim Gallagher <tim.gallagher at gatech.edu>
wrote:
> Hi,
>
> I have a simulation that is periodic in 2 of the 3 directions and I would
> like to plot some streamlines coming from specific points in the domain.
> Some of these points are close to one of the periodic edges.
>
> Is there a way to tell Paraview that the domain is periodic and that
> streamline integration can continue from the opposite face?
>
> Thanks,
>
> Tim
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160210/181daf94/attachment.html>
More information about the ParaView
mailing list