jcanivete / swirl

The SWIRL code is a python implementation of the "Estimated Vortex Center" (EVC) method for an automated identification of vortices in two-dimensional velocity fields.
MIT License
10 stars 7 forks source link

save vortices properties #4

Open yzh211 opened 2 weeks ago

yzh211 commented 2 weeks ago

Hi,

Is there a fast way to save rortex, swirl strength, and vorticities as part of properties of identified vortices?

jcanivete commented 1 week ago

Hi @yzh211 , in the group vortices of the hdf5 file the rortex is already saved for each identified vortex. If you want, I can add the vorticity and the swirling strength as well.

Cheers