error_handler#

Provides a module for customized error handling.

Exceptions:

GPUSolverSupportError()

Raised when an unsupported Fluent version is specified.

InvalidIpPort()

Raised when IP address and port are invalid.

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.

Methods:

__init__()

Initialize GPUSolverSupportError.

__init__()#

Initialize GPUSolverSupportError.

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

Bases: ValueError

Raised when IP address and port are invalid.

Methods:

__init__()

Initialize InvalidIpPort.

__init__()#

Initialize InvalidIpPort.

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

Bases: ValueError

Raised when password is invalid.

Methods:

__init__()

Initialize InvalidPassword.

__init__()#

Initialize InvalidPassword.

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

Bases: ValueError

Raised when IP address and port are not specified.

Methods:

__init__()

Initialize IpPortNotProvided.

__init__()#

Initialize IpPortNotProvided.

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

Bases: Exception

Exception class representing launch errors.

Methods:

__init__(launch_string)

__init__ method of LaunchFluentError class.

__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.