session_pre#
Module containing the class encapsulating the CFX-Pre connection.
Classes:
|
Encapsulates a CFX pre-processing session. |
- class ansys.cfx.core.session_pre.PreProcessing(cfx_connection: CFXConnection, file_transfer_service: Any | None = None)#
Bases:
BaseSessionEncapsulates a CFX pre-processing session. This object exposes the CFX-Pre CCL and scripting (Power Syntax) capabilities in a Pythonic manner.
Methods:
__init__(cfx_connection[, file_transfer_service])Instantiate an instance of the
PreProcessingclass.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
PreProcessingclass.- Args:
cfx_connection (cfx_connection): Encapsulates a CFX connection. file_transfer_service: Supports file upload and download.