The ansys.mechanical.core library#

Summary#

embedding

Imports for the embedding sub-package.

examples

Initialize the package level imports.

errors

PyMechanical-specific errors.

feature_flags

Mechanical beta feature flags.

launcher

Launch Mechanical in batch or UI mode.

logging

Logging module.

mechanical

Connect to Mechanical gRPC server and issues commands.

misc

Contain miscellaneous functions and methods at the module level.

pool

This module is for threaded implementations of the Mechanical interface.

run

Convenience CLI to run mechanical.

USER_DATA_PATH

User data directory.

EXAMPLES_PATH

Examples path.

LOG

Create logger for package level use.

HAS_EMBEDDING

Whether or not Mechanical embedding is being used.

LOCAL_PORTS

Manage the package level ports.

BUILDING_GALLERY

Whether or not to build gallery examples.

Description#

Initialize the package level imports.

Module detail#

core.USER_DATA_PATH#

User data directory.

core.EXAMPLES_PATH#

Examples path.

core.LOG#

Create logger for package level use.

core.HAS_EMBEDDING = True#

Whether or not Mechanical embedding is being used.

core.LOCAL_PORTS = []#

Manage the package level ports.

Whether or not to build gallery examples.