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

convergence-study

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

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

OpenClawNanoClaw分析处理复现实验convergence-study📊 data science & toolscomputational simulation & ontologyspatial

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/convergence-study

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 提供 script-driven convergence analysis ,用于 verifying that numerical solutions converge at expected rate as mesh 或 timestep is refined。
  • python3 scripts/h_refinement.py --spacings 0.4,0.2,0.1,0.05 --values 1.16,1.04,1.01,1.0025 --expected-order 2.0 --json。

原始文档

SKILL.md 摘录

Requirements

  • Python 3.8+
  • NumPy (not required; scripts use only math stdlib)

Inputs to Gather

InputDescriptionExample
Grid spacingsSequence of mesh sizes (coarse to fine)0.4,0.2,0.1,0.05
Timestep sizesSequence of dt values0.04,0.02,0.01
Solution valuesQoI at each refinement level1.16,1.04,1.01,1.0025
Expected orderFormal order of the numerical scheme2.0
Safety factorGCI safety factor (1.25 default)1.25

Script Outputs (JSON Fields)

ScriptKey Outputs
scripts/h_refinement.pyresults.observed_orders, results.mean_order, results.richardson_extrapolated_value, results.convergence_assessment
scripts/dt_refinement.pySame as h_refinement but for temporal convergence
scripts/richardson_extrapolation.pyresults.extrapolated_value, results.error_estimate, results.observed_order
scripts/gci_calculator.pyresults.observed_order, results.gci_fine, results.gci_coarse, results.asymptotic_ratio, results.in_asymptotic_range

适用场景

  • Use convergence-study in 科研工作流 aligned ,支持 this subject area。
  • Follow upstream documentation ,用于 full working procedure。

不适用场景

  • 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查看
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查看
NU
数据与复现材料、工程与模拟

numerical-stability

numerical-stability:分析 、 enforce numerical stability ,用于 time-dependent PDE 模拟s。 适合在selecting time steps,choosing explic…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看