Astropy
Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用于 periodic-domain equations ,使用 pseudospectral methods ,支持 FFT,delivering performance comparable to Fortran/C++ while maintaining Python's ease of use。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/fluidsim
技能摘要
原始文档
Install fluidsim using uv with appropriate feature flags:
## With FFT support (required for most solvers)
uv uv pip install "fluidsim[fft]"
## With MPI for parallel computing
uv uv pip install "fluidsim[fft,mpi]"
bash
export FLUIDSIM_PATH=/path/to/simulation/outputs
export FLUIDDYN_PATH_SCRATCH=/path/to/working/directory
No API keys or authentication required.
See references/installation.md for complete installation instructions and environment configuration.
相关技能
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…
numerical-stability:分析 、 enforce numerical stability ,用于 time-dependent PDE 模拟s。 适合在selecting time steps,choosing explic…