study_solve_async
Starts a COMSOL study solve in the background, returning immediately so you can monitor progress and cancel the run if needed.
Instructions
Start solving a study in the background (asynchronous).
Use study_get_progress to monitor progress and study_cancel to stop.
Args: study_name: Study to solve (None for all studies) model_name: Model name (default: current model)
Returns: Confirmation that solving started, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| study_name | No |