vortexcore#

class ansys.api.pyensight.ensight_api.vortexcore(session: Session)#

Class wrapper for EnSight vortexcore module

This class acts as a proxy for the EnSight Python module ensight.vortexcore

Methods

vortexcore.begin()

Delimit the modifications for vortexcore attributes.

vortexcore.create()

Create a vortex core part with the currently defined attributes and the selected 3D parent parts.

vortexcore.density(p0)

Specify the density variable to use in creating/updating a vortex core part or the default attributes.

vortexcore.end()

Delimit the modifications for vortexcore attributes.

vortexcore.method(p0)

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

vortexcore.momentum(p0)

Specify the momentum variable to use in creating/updating a vortex core part or the default attributes.

vortexcore.ratio_of_spec_heat(args)

Specify the ratio of specific heat constant value or variable name to use in creating/updating a vortex core part or the default attributes.

vortexcore.select_default()

Specify that the default attributes of the vortex core part are to be set for all subsequent vortex core creates and updates.

vortexcore.threshold(p0)

Specify the threshold variable description by which to filter the segments of the selected vortex cores part.

vortexcore.threshold_filter(p0)

Specify how to filter out segments of the specified vortex cores part, according to the specified threshold variable and value.

vortexcore.threshold_max(p0)

Specify the maximum threshold limit under which to filter the threshold value of the selected vortex cores part(s).

vortexcore.threshold_min(p0)

Specify the minimum threshold limit above which to filter the threshold value of the selected vortex cores part(s).

vortexcore.threshold_value(p0)

Specify the threshold value by which to filter the segments from the selected vortex cores part(s).

vortexcore.velocity(p0)

Specify the velocity variable to use in creating/updating a vortex core part or the default attributes.