method#

vortexcore.method(p0: str) int#

Specify the algorithm to use to compute the vortex core parts.

Args:
p0:

‘algorithm’

  • vorticity

  • eigen_analysis

Examples:
ensight.part.select_begin(5)
ensight.part.modify_begin()
ensight.vortexcore.method("vorticity")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error