connect
Establish a connection to a CFX backend for simulation workflows. Choose a backend kind or auto-select, and pass backend-specific options like URL or token to enable CFX-Pre, Solver, and CFD-Post operations.
Instructions
Connect the cfx leaf to a backend. Available backend kinds: ['pycfx']. Pass backend_kind to choose, or omit it to auto-select. Backend-specific options (url/token/ip/port/...) go in connect_kwargs as a dict and are forwarded to the backend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backend_kind | No | Backend kind to connect, or ``None`` to use the default backend. Default is ``None``. | |
| connect_kwargs | No | Backend-specific connection options forwarded to the selected backend. Default is ``None``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| message | No | ||
| endpoint | No | ||
| candidates | No | ||
| error_code | No | ||
| backend_kind | No |