comsol-multiphysics-executor
a5c-ai/babysitter · Agent Skill
Выполняет моделирование на континуальном уровне для наноматериалов и устройств, анализируя теплопередачу, электромагнетизм и гидродинамику.
Перейти к установке ↓Варианты установки
По умолчанию выбран промпт с предварительным просмотром. Можно переключиться на прямую команду.
Скопируйте промпт, вставьте в Claude, Codex или другого ассистента — он сам изучит страницу скилла и подключит его.
I'd like to install this Claude Code skill: https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/nanotechnology/skills/comsol-multiphysics-executor Please review the SKILL.md file, verify the skill is legitimate, then copy the skill folder into .claude/skills/ of my project.
Прямая команда пропускает шаг проверки — сначала осмотрите исходник.
npx skills add https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/nanotechnology/skills/comsol-multiphysics-executor
Просмотрите SKILL.md и сопутствующие файлы перед установкой. Клик по файлу — предпросмотр.
Содержимое SKILL.md
Оригинальный текст автора · только чтение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
{
"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
{
"solution_converged": "boolean",
"field_results": [{
"field": "string",
"max": "number",
"min": "number",
"average": "number"
}],
"derived_quantities": [{
"name": "string",
"value": "number",
"unit": "string"
}],
"export_files": ["string"]
}