AI-CFD-Scientist
Automated CFD research from topic to published paper
All Skills in This Repository (17)
Pure Emerald Level Indicatorscfd-pipeline
Automate CFD research pipelines from literature review to publication.
cfd-experiment
Automate OpenFOAM CFD case execution with validation and retry logic.
cfd-hypothesis
Generate multiple CFD hypotheses with solver, geometry, and constraint specifications.
cfd-mesh-gate
Automate mesh refinement studies and lock optimal mesh parameters for CFD simulations.
cfd-paper
Automates CFD research paper writing including LaTeX drafting and iterative reviews.
cfd-open-discovery
Automate CFD model proposal, modification, simulation, and multi-metric scoring.
cfd-code-modify
Implement custom turbulence, viscosity, or source models in OpenFOAM cases.
cfd-requirements
Convert CFD hypotheses into FoamAgent requirement JSON files.
cfd-analyze
Aggregate CFD case data and calculate trends and correlations among key metrics.
cfd-literature
Retrieve and normalize CFD research papers from Semantic Scholar, OpenAlex, and arXiv into structured JSON.
cfd-viz
Generate CFD visualization figures with PyVista and vision-based QA.
cfd-interpret
Analyze CFD diagnostic images and logs to validate simulation results.
Frequently Asked Questions
FAQPage SchemaHow to install AI-CFD-Scientist?▼
Run `npx skills add csml-rpi/AI-CFD-Scientist --all -g -y` in your terminal to install all skills in this suite globally.
What does AI-CFD-Scientist do?▼
It automates an entire CFD research study: searching literature, generating hypotheses, running mesh-independence-checked OpenFOAM simulations, analyzing results, and drafting a LaTeX paper.
Can it modify OpenFOAM turbulence or viscosity models?▼
Yes. A dedicated code-modification skill implements custom models as case-local compiled libraries without ever editing the OpenFOAM installation.
Does it work with Claude Code and other agents?▼
Yes. The skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex CLI, and any compatible agent framework.
Do I need CFD expertise to use it?▼
Basic domain knowledge helps, but the agent handles case setup, solver errors, mesh convergence, and paper writing from a plain-English research topic.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides