ansys.fluent.core.post_objects.post_objects_container.Container#

class ansys.fluent.core.post_objects.post_objects_container.Container(session, container_type, module, post_api_helper, local_surfaces_provider=None)#

Base class for containers, for example, Plots, Graphics.

Parameters:
sessionobject

Session object.

container_type: object

Container type (for example, Plots, Graphics)

module: object

Python module containing post definitions

post_api_helper: object

Provides helper APIs for post-processing

local_surfaces_providerobject, optional

Object providing local surfaces so that user can access surfaces created in other modules, such as PyVista. The default is None.

Methods

__init__(session, container_type, module, ...)

__init__ method of Container class.

get_path()

Get container path.

update(value)

Update the value.

Attributes

type

Type.