You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate an analytical multi-vortex turbulent flow field, compute vorticity, and visualize with smooth filled contours, streamlines, and velocity vectors:
73
+
Load experimental PIV data or generate analytical flow fields, and visualize publication-quality flow fields with **zero effort**:
74
74
75
75
```python
76
76
import matplotlib.pyplot as plt
77
-
import numpy as np
78
-
from scipy.ndimage import gaussian_filter
79
-
80
77
import pivpy.pivpy # registers the .piv accessor
81
78
from pivpy import synthetic
82
79
83
-
# 1. Generate an analytical multi-vortex 2D turbulence field (or load experimental PIV data)
80
+
# 1. Generate an analytical multi-vortex 2D turbulence field (or use io.read_piv)
0 commit comments