model_create
Create a new empty COMSOL model for simulation workflows. Optionally assign a name and set it as the active model.
Instructions
Create a new empty COMSOL model.
Args: name: Optional name for the model (auto-generated if not provided) set_current: Whether to set this as the current active model (default: True)
Returns: Model info including name, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| set_current | No |