Install
openclaw skills install comsol-opto-simulationAutomate topic-neutral COMSOL Multiphysics optical, semiconductor, thermal, and coupled optoelectronic simulations through Python/mph. Use when a user needs COMSOL environment discovery, project configuration, parameter sweeps, solver diagnostics, or simulation post-processing.
openclaw skills install comsol-opto-simulationAutomate COMSOL Multiphysics simulations through the mph Python interface for user-configured optical, semiconductor, thermal, or coupled multiphysics projects.
This skill is topic-neutral. It does not assume a material stack, device type, measured benchmark, local COMSOL path, or default parameter set.
Install from ClawHub:
openclaw skills install comsol-opto-simulation
After installation, verify the offline helpers before any license-consuming COMSOL run:
python scripts/test_sweep_offline.py
python scripts/discover_comsol_environment.py --pretty
Run python scripts/install_mph.py only when the user approves dependency installation. It installs Python bridge packages into a skill-local vendor/site-packages directory and does not install COMSOL or provide a license.
Use this skill for:
Do not use this skill to invent missing material parameters, boundary conditions, or validation data. Ask the user to configure those values first.
Before running COMSOL automation, collect or confirm:
Use:
templates/device_stack.jsontemplates/config_sweep.jsontemplates/config_thermal.jsontemplates/official_photogeneration_coupling.jsonreferences/script-map.mdreferences/material-database.mdreferences/input-schema.mdas generic templates only.
python scripts/discover_comsol_environment.py --pretty
python scripts/probe_application_library_examples.py --pretty
python scripts/check_comsol_products.py --skip-start --pretty
python scripts/install_mph.py
<UNCONFIGURED> values.python scripts/run_optoelectronic_sim.py --config <project_config.json>
python scripts/run_parameter_sweep.py --config <project_sweep_config.json>
If unsure which script to use, read references/script-map.md first.output/.references/input-schema.mdreferences/material-database.mdreferences/comsol-api-patterns.mdreferences/comsol-docs-java-playbook.mdreferences/comsol-official-learning-roadmap.mdreferences/comsol-convergence-diagnostics.mdreferences/comsol-official-photogeneration-template.mdreferences/thermal-coupling-guide.mdreferences/parameter-sweep-guide.md