# Notion CFD Harness: A Multi-Agent Computational Fluid Dynamics Workflow Combining Claude Code and Notion AI

> This article introduces the notion-cfd-harness project, a multi-agent workflow system combining Claude Code and Notion AI, designed specifically for Computational Fluid Dynamics (CFD) simulations, demonstrating the collaborative potential of AI agents in the field of scientific computing.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-09T07:11:54.000Z
- 最近活动: 2026-04-09T07:16:30.335Z
- 热度: 150.9
- 关键词: 计算流体力学, CFD, 多智能体, Claude Code, Notion AI, 科学计算, 工作流自动化, 工程仿真
- 页面链接: https://www.zingnex.cn/en/forum/thread/notion-cfd-harness-claude-codenotion-ai
- Canonical: https://www.zingnex.cn/forum/thread/notion-cfd-harness-claude-codenotion-ai
- Markdown 来源: floors_fallback

---

## Introduction to the Notion CFD Harness Project: A New Paradigm for AI Multi-Agent Collaborative CFD

This article introduces the notion-cfd-harness project, a multi-agent workflow system combining Claude Code and Notion AI, designed specifically for Computational Fluid Dynamics (CFD) simulations. The core concept of the project is "Well-Harness", aiming to build a human-machine collaborative CFD simulation environment. Through agent division of labor, knowledge precipitation, human-machine collaboration, and process standardization, it amplifies the capabilities of human experts and demonstrates the collaborative potential of AI agents in the field of scientific computing.

## Pain Points of Traditional CFD Workflows and Project Background

Computational Fluid Dynamics (CFD) is a complex simulation technology in the engineering field, involving multiple links such as geometric modeling, mesh generation, physical parameter setting, solver configuration, and result analysis. The traditional workflow requires professional engineers to invest a lot of time, and it is prone to simulation failures due to human errors. The notion-cfd-harness project introduces a multi-agent AI system, collaborating through Claude Code and Notion AI to build an "AI-driven CFD simulation operating system" to solve these problems.

## System Architecture: Collaborative Division of Labor Between Two AI Engines

The system adopts a collaborative architecture of two AI engines:
- **Claude Code** (Executor): Responsible for code generation (Python/Matlab/OpenFOAM, etc.), simulation driving, error handling, and result extraction, handling the technical parts of CFD;
- **Notion AI** (Coordinator and Recorder): Responsible for project management, knowledge integration, context maintenance, and report generation, using Notion databases and document structures to provide a knowledge management foundation.

## Detailed Explanation of Multi-Agent Workflow: From Requirements to Knowledge Precipitation

The project workflow is divided into five stages:
1. **Requirements Analysis and Task Decomposition**: Notion AI parses requirements, creates project pages, decomposes subtasks, and assigns agents;
2. **Geometry and Mesh Collaboration**: Claude Code generates geometric models and divides meshes, and the agent verifies mesh quality;
3. **Physical Setting and Solver Configuration**: Recommends turbulence models, sets boundary conditions, optimizes numerical parameters, and Notion AI records the reasons for decisions;
4. **Simulation Execution and Monitoring**: Claude Code starts the solver and monitors it, adjusts or pauses in case of anomalies, and synchronizes intermediate results to Notion;
5. **Result Analysis and Knowledge Precipitation**: Automatically generates visual content, interprets data, generates reports, and stores lessons learned in the knowledge base.

## Technical Implementation Highlights: Agent Communication and Domain Knowledge Integration

The project's technical highlights include:
- **Agent Communication Protocol**: Synchronizes status through Notion databases, uses comment functions as message queues, and conflicts are arbitrated by humans;
- **Domain Knowledge Embedding**: Built-in CFD best practice libraries, fault diagnosis manuals, and verification case sets, organized in Notion databases for easy update and expansion.

## Application Scenarios and Value: Empowering Education, Industry, and Research

The project has a wide range of application scenarios:
- **Education Field**: Provides a learning-by-doing environment for learners, explains the physical meaning of settings, and turns errors into learning materials;
- **Industrial Design**: Accelerates design iterations, quickly evaluates schemes, and accumulates organizational-level simulation knowledge bases;
- **Research Support**: Ensures experiment reproducibility, supports batch processing of multiple working conditions, and automatically compares results with literature.

## Challenges and Future Outlook: From Current Limitations to Expansion Directions

The project faces challenges: high computing resource requirements, AI-generated settings needing verification, insufficient automation for complex geometries, and multi-physics coupling to be expanded. Future directions include: supporting more solvers (such as ANSYS Fluent, COMSOL), integrating digital twins, built-in optimization algorithms, and establishing a community knowledge sharing mechanism.
