Skills Plugins MCP Prompt Model 博客 我的中心

mesh-generation

Plan and evaluate mesh generation for numerical simulations. Use when choosing grid resolution, checking aspect ratios/skewness, estimating mesh quality constraints, or planning adaptive mesh refinement for PDE discretization.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=freedomintelligence-openclaw-medical-skills-skills-mesh-generation-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name mesh-generation description Plan and evaluate mesh generation for numerical simulations. Use when choosing grid resolution, checking aspect ratios/skewness, estimating mesh quality constraints, or planning adaptive mesh refinement for PDE discretization. allowed-tools Read, Bash, Write, Grep, Glob Mesh Generation Goal Provide a consistent workflow for selecting mesh resolution and checking mesh quality for PDE simulations. Requirements Python 3.8+ No external dependencies (uses stdlib) Inputs to Gather Input Description Example Domain size Physical dimensions 1.0 × 1.0 m Feature size Smallest feature to resolve 0.01 m Points per feature Resolution requirement 10 points Aspect ratio limit Maximum dx/dy ratio 5:1 Quality threshold Skewness limit < 0.8 Decision Guidance Resolution Selection What is the smallest feature size? ├── Interface width → dx ≤ width / 5 ├── Boundary layer → dx ≤ layer_thickness / 10 ├── Wave length → dx ≤ lambda / 20 └── Diffusion length → dx ≤ sqrt(D × dt) / 2 Mesh Type Selection Problem Recommended Mesh Simple geometry, uniform Structured Cartesian Complex geometry Unstructured triangular/tetrahedral Boundary layers Hybrid (structured near walls) Adaptive refinement Quadtree/Octree or AMR Script Outputs (JSON Fields) Script Key Outputs scripts/grid_sizing.py dx , nx , ny , nz , notes scripts/mesh_quality.py aspect_ratio , skewness , quality_flags Workflow Estimate resolution - From physics scales Compute grid sizing - Run scripts/grid_sizing.py Check quality metrics - Run scripts/mesh_quality.py Adjust if needed - Fix aspect ratios, reduce skewness Validate - Mesh convergence study Conversational Workflow Example User : I need to mesh a 1mm × 1mm domain for a phase-field simulation with interface width of 10 μm. Agent workflow : Compute grid sizing: python3 scripts/grid_sizing.py --length 0.001 --resolution 200 --json Verify interface is resolved: dx = 5 μm, interface width = 10 μm → 2 points per interface width. Recommend: Increase to 500 points (dx = 2 μm) for 5 points across interface. Pre-Mesh Checklist Define target resolution per feature/interface Ensure dx meets stability constraints (see numerical-stability) Check aspect ratio < limit (typically 5:1) Check skewness < threshold (typically 0.8) Validate mesh convergence with refinement study CLI Examples # Compute grid sizing for 1D domain python3 scripts/grid_sizing.py --length 1.0 --resolution 200 --json # Check mesh quality python3 scripts/mesh_quality.py --dx 1.0 --dy 0.5 --dz 0.5 --json # High aspect ratio check python3 scripts/mesh_quality.py --dx 1.0 --dy 0.1 --json Error Handling Error Cause Resolution length must be positive Invalid domain size Use positive value resolution must be > 1 Insufficient points Use at least 2 dx, dy must be positive Invalid spacing Use positive values Interpretation Guidance Aspect Ratio Aspect Ratio Quality Impact 1:1 Excellent Optimal accuracy 1:1 - 3:1 Good Acceptable 3:1 - 5:1 Fair May affect accuracy > 5:1 Poor Solver issues likely Skewness Skewness Quality Impact 0 - 0.25 Excellent Optimal 0.25 - 0.50 Good Acceptable 0.50 - 0.80 Fair May affect accuracy > 0.80 Poor Likely problems Resolution Guidelines Application Points per Feature Phase-field interface 5-10 Boundary layer 10-20 Shock 3-5 (with capturing) Wave propagation 10-20 per wavelength Smooth gradients 5-10 Limitations 2D/3D only : No unstructured mesh generation Quality metrics : Basic aspect ratio and skewness only No mesh generation : Sizing recommendations only References references/mesh_types.md - Structured vs unstructured references/quality_metrics.md - Aspect ratio/skewness thresholds Version History v1.1.0 (2024-12-24): Enhanced documentation, decision guidance, examples v1.0.0 : Initial release with 2 mesh quality scripts
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。