session_post#
Module containing the class encapsulating the CFD-Post connection.
Classes:
|
Encapsulates a CFX post-processing session. |
- class ansys.cfx.core.session_post.PostProcessing(cfx_connection: CFXConnection, file_transfer_service: Any | None = None)#
Bases:
BaseSessionEncapsulates a CFX post-processing session.
This object exposes the CFD-Post CCL and scripting (Power Syntax) capabilities in a Pythonic manner.
Methods:
__init__(cfx_connection[, file_transfer_service])Instantiate an instance of the
PostProcessingclass.Get the CFX command name related to the session.
get_name()Get the session name.
- __init__(cfx_connection: CFXConnection, file_transfer_service: Any | None = None)#
Instantiate an instance of the
PostProcessingclass.- Args:
cfx_connection (cfx_connection): Encapsulates a CFX connection. file_transfer_service: Supports file upload and download.