download_cylinder_crossflow#
- download_cylinder_crossflow(load: bool = True) MultiBlock | str[source]#
Download CFD result for cylinder in cross flow at Re=35.
Note
load=Falsereturns only the file which is read directly, not the other files downloaded alongside it. This is a legacy quirk of theloadargument. For every file belonging to this example, useexamples.get_example('cylinder_crossflow').paths.- 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