Pyfluent warnings#
Provides a module to get warnings for core functionality.
Exceptions:
Warning raised when a released PyFluent version is used with a development version of Fluent. |
|
Provides the common warning class for warnings about deprecated PyFluent features. |
|
Provides the common warning class for warnings generated from user code. |
- exception ansys.fluent.core.pyfluent_warnings.FluentDevVersionWarning#
Bases:
PyFluentUserWarningWarning raised when a released PyFluent version is used with a development version of Fluent.
- exception ansys.fluent.core.pyfluent_warnings.PyFluentDeprecationWarning#
Bases:
FutureWarningProvides the common warning class for warnings about deprecated PyFluent features.
- exception ansys.fluent.core.pyfluent_warnings.PyFluentUserWarning#
Bases:
UserWarningProvides the common warning class for warnings generated from user code.