download_cylinder_crossflow#
- download_cylinder_crossflow(load: bool = True) MultiBlock | str[source]#
Download CFD result for cylinder in cross flow at Re=35.
- Parameters:
- Returns:
- output
pyvista.MultiBlock|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_cylinder_crossflow()
>>> dataset.plot(cpos='xy', cmap='blues', rng=[-200, 500])
See also
- Cylinder Crossflow Dataset
See this dataset in the Dataset Gallery for more info.
- 2D Streamlines
Example using this dataset.