param_sweep_setup
Set up parametric sweeps to run simulations across multiple parameter values, automating exploration of design variations in COMSOL models.
Instructions
Set up a parametric sweep for a parameter.
Args: parameter_name: Name of the parameter to sweep values: List of parameter values to sweep through model_name: Model name (default: current model) study_name: Study to attach sweep to (default: first study)
Returns: Sweep configuration confirmation, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameter_name | Yes | ||
| values | Yes | ||
| model_name | No | ||
| study_name | No |