comsol_connect
Connect to a remote COMSOL server for simulation automation using specified port and host.
Instructions
Connect to a remote COMSOL server.
Args: port: Port number the COMSOL server is listening on host: Server hostname or IP address (default: 'localhost')
Returns: Connection info or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | ||
| host | No | localhost |