数据与复现材料、工程与模拟K-Dense-AI/claude-scientific-skills数据与复现
FL

FluidSim

维护者 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。

Claude Code分析处理复现实验fluidsimengineeringpackageengineering & simulation

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/fluidsim

维护者
K-Dense Inc.
许可
CeCILL FREE SOFTWARE LICENSE AGREEMENT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Multiple solvers:2D/3D Navier-Stokes,shallow water,stratified flows。
  • High performance:Pythran/Transonic compilation,MPI parallelization。
  • Complete workflow:Parameter configuration,模拟 execution,output analysis。
  • Interactive analysis:Python-based post-processing 、 visualization。
  • 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。

原始文档

SKILL.md 摘录

1. Installation and Setup

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.

适用场景

  • 适合在running fluid dynamics 模拟s ,涵盖 Navier-Stokes equations (2D/3D),shallow water equations,stratified flows,或 when analyzing turbulence,vortex dynamics,或 geophysical flows时使用。

不适用场景

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

numerical-stability

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

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