error_handler#

Provides a module for customized error handling.

Exceptions:

GPUSolverSupportError()

Raised when an unsupported Fluent version is specified.

InvalidPassword()

Raised when password is invalid.

IpPortNotProvided()

Raised when IP address and port are not specified.

LaunchFluentError(launch_string)

Exception class representing launch errors.

UnexpectedKeywordArgument

Raised when a valid keyword argument is not specified.

exception ansys.fluent.core.launcher.error_handler.GPUSolverSupportError#

Bases: ValueError

Raised when an unsupported Fluent version is specified.

__init__()#
exception ansys.fluent.core.launcher.error_handler.InvalidPassword#

Bases: ValueError

Raised when password is invalid.

__init__()#
exception ansys.fluent.core.launcher.error_handler.IpPortNotProvided#

Bases: ValueError

Raised when IP address and port are not specified.

__init__()#
exception ansys.fluent.core.launcher.error_handler.LaunchFluentError(launch_string)#

Bases: Exception

Exception class representing launch errors.

__init__(launch_string)#

__init__ method of LaunchFluentError class.

exception ansys.fluent.core.launcher.error_handler.UnexpectedKeywordArgument#

Bases: TypeError

Raised when a valid keyword argument is not specified.