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.
Used In#
Docstring Examples
DataSetFilters.streamlines_evenly_spaced_2D(1 use)EnSightReader(1 use)
Gallery Examples