数据与复现材料、工程与模拟FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
SI

simulation-validator

维护者 FreedomIntelligence · 最近更新 2026年4月1日

simulation-validator:Validate 模拟s before,during,、 after execution。 可用于pre-flight checks,runtime monitoring,post-run validation,diagnosing failed 模拟s,checking convergence,detecting NaN/Inf,或 verifying mass/energy conservation。

OpenClawNanoClaw分析处理复现实验simulation-validator📊 data science & toolscomputational simulation & ontologyvalidate

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/simulation-validator

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 提供 three-stage validation protocol:pre-flight checks,runtime monitoring,、 post-flight validation ,用于 materials 模拟s。
  • Python 3.8+。
  • No external dependencies (uses Python standard 库 only)。
  • Works on Linux,macOS,、 Windows。
  • Python 3.8+ No external dependencies (uses Python standard 库 only) Works on Linux,macOS,、 Windows。

原始文档

SKILL.md 摘录

Inputs to Gather

Before running validation scripts, collect from the user:

InputDescriptionExample
Config fileSimulation configuration (JSON/YAML)simulation.json
Log fileRuntime output logsimulation.log
Metrics filePost-run metrics (JSON)results.json
Required paramsParameters that must existdt,dx,kappa
Valid rangesParameter boundsdt:1e-6:1e-2

Choosing Validation Thresholds

MetricConservativeStandardRelaxed
Mass tolerance1e-61e-31e-2
Residual growth2x10x100x
dt reduction10x100x1000x

Script Outputs (JSON Fields)

ScriptOutput Fields
scripts/preflight_checker.pyreport.status, report.blockers, report.warnings
scripts/runtime_monitor.pyalerts, residual_stats, dt_stats
scripts/result_validator.pychecks, confidence_score, failed_checks
scripts/failure_diagnoser.pyprobable_causes, recommended_fixes

适用场景

  • 可用于pre-flight checks,runtime monitoring,post-run validation,diagnosing failed 模拟s,checking convergence,detecting NaN/Inf,或 verifying mass/energy conservation。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AS
数据与复现材料、工程与模拟

Astropy

Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
CO
数据与复现材料、工程与模拟

convergence-study

convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
DI
数据与复现材料、工程与模拟

differentiation-schemes

differentiation-schemes:Select 、 apply numerical differentiation schemes ,用于 PDE/ODE discretization。 适合在choosing finite…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
FL
数据与复现材料、工程与模拟

FluidSim

FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看