Astropy
Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
time-stepping:Plan 、 control time-step policies ,用于 模拟s。 适合在coupling CFL/physics limits ,支持 adaptive stepping,ramping initial transients,scheduling outputs/checkpoints,或 planning restart strategies ,用于 long runs时使用。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/time-stepping
技能摘要
原始文档
| Input | Description | Example |
|---|---|---|
| Stability limits | CFL/Fourier/reaction limits | dt_max = 1e-4 |
| Target dt | Desired time step | 1e-5 |
| Total run time | Simulation duration | 10 s |
| Output interval | Time between outputs | 0.1 s |
| Checkpoint cost | Time to write checkpoint | 120 s |
| Problem Type | Ramp Steps | Initial dt |
|---|---|---|
| Smooth IC | None needed | Full dt |
| Sharp gradients | 5-10 | 0.1 × dt |
| Phase change | 10-20 | 0.01 × dt |
| Cold start | 10-50 | 0.001 × dt |
相关技能
Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…
convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…
differentiation-schemes:Select 、 apply numerical differentiation schemes ,用于 PDE/ODE discretization。 适合在choosing finite…
FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用…