Periodic vorticity field

Hi everyone,

I’m performing periodic boundary condition simulations.
I’m trying to use the vorticity field in a processing functional, as an input parameter. My processing functional needs to access the vorticity in the envelopes. Everything works fine, except for the domain physical fronteer, in which the envelope vorticity field remains equal to 0.
I tried to set the MultiTensorField3D periodic (using periodicity().toggle(0,true)), but it has no effect for my problem.

Is there something specific to apply to properly use periodic MultiTensorField ?

Thank you very much,

Philippe

Forget it, I was just applying periodicity().toggle(0,true) before applying computeVorticity, while it should be the contrary.