study_solve
Solve a COMSOL study synchronously or asynchronously. Specify study name, model, and timeout for flexible simulation solving.
Instructions
Solve a study (synchronous by default).
Args: study_name: Study to solve (None for all studies) model_name: Model name (default: current model) wait: If True, wait for completion; if False, return immediately timeout: Maximum wait time in seconds (only used if wait=True)
Returns: Solution status, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_name | No | ||
| model_name | No | ||
| wait | No | ||
| timeout | No |