comsol-multiphysics-executor
COMSOL Multiphysics skill for continuum-scale nanomaterial and device modeling
Best use case
comsol-multiphysics-executor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
COMSOL Multiphysics skill for continuum-scale nanomaterial and device modeling
Teams using comsol-multiphysics-executor should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/comsol-multiphysics-executor/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How comsol-multiphysics-executor Compares
| Feature / Agent | comsol-multiphysics-executor | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
COMSOL Multiphysics skill for continuum-scale nanomaterial and device modeling
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# COMSOL Multiphysics Executor
## Purpose
The COMSOL Multiphysics Executor skill provides continuum-level simulation capabilities for nanomaterial and nanodevice modeling, enabling multi-physics analysis of heat transfer, electromagnetics, fluid dynamics, and coupled phenomena.
## Capabilities
- Heat transfer modeling
- Electromagnetic simulations
- Fluid dynamics at nanoscale
- Structural mechanics
- Chemical transport modeling
- Multi-physics coupling
## Usage Guidelines
### Multiphysics Modeling
1. **Geometry and Meshing**
- Create or import geometry
- Define physics-aware mesh
- Handle multi-scale features
2. **Physics Setup**
- Select appropriate modules
- Define boundary conditions
- Set material properties
3. **Solution and Analysis**
- Choose solver settings
- Run parametric studies
- Post-process results
## Process Integration
- Multiscale Modeling Integration
- Nanodevice Integration Process Flow
## Input Schema
```json
{
"geometry_file": "string",
"physics_modules": ["heat_transfer", "electromagnetics", "fluid_flow"],
"materials": [{"domain": "number", "material": "string"}],
"boundary_conditions": [{"boundary": "string", "type": "string", "value": "number"}],
"study_type": "stationary|transient|frequency"
}
```
## Output Schema
```json
{
"solution_converged": "boolean",
"field_results": [{
"field": "string",
"max": "number",
"min": "number",
"average": "number"
}],
"derived_quantities": [{
"name": "string",
"value": "number",
"unit": "string"
}],
"export_files": ["string"]
}
```Related Skills
pennylane-hybrid-executor
PennyLane integration skill for hybrid quantum-classical machine learning and variational algorithms
braket-executor
Amazon Braket integration skill for multi-vendor quantum hardware access and hybrid workflows
comsol-multiphysics-modeler
COMSOL finite element skill for multiphysics simulations including electromagnetics, heat transfer, and fluid dynamics
vasp-dft-executor
VASP DFT calculation skill for electronic structure, geometry optimization, and property prediction of nanomaterials
quantum-espresso-executor
Quantum ESPRESSO calculation skill for DFT simulations with pseudopotential management
lammps-md-executor
LAMMPS molecular dynamics skill for nanoscale system simulation with force field management
gromacs-md-executor
GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations
nextflow-pipeline-executor
Nextflow workflow management skill for reproducible bioinformatics pipelines
kubeflow-pipeline-executor
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.
jupyter-notebook-executor
Jupyter notebook execution skill for running notebooks programmatically and extracting outputs.
codemod-executor
Execute automated AST-based code transformations for large-scale refactoring and migration
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.