Pyfluent warnings#

Provides a module to get warnings for core functionality.

Exceptions:

FluentDevVersionWarning

Warning raised when a released PyFluent version is used with a development version of Fluent.

PyFluentDeprecationWarning

Provides the common warning class for warnings about deprecated PyFluent features.

PyFluentUserWarning

Provides the common warning class for warnings generated from user code.

exception ansys.fluent.core.pyfluent_warnings.FluentDevVersionWarning#

Bases: PyFluentUserWarning

Warning raised when a released PyFluent version is used with a development version of Fluent.

exception ansys.fluent.core.pyfluent_warnings.PyFluentDeprecationWarning#

Bases: FutureWarning

Provides the common warning class for warnings about deprecated PyFluent features.

exception ansys.fluent.core.pyfluent_warnings.PyFluentUserWarning#

Bases: UserWarning

Provides the common warning class for warnings generated from user code.