# IteraSim RAG — A Multi-Stage Retrieval-Augmented Agentic Back-End for OpenFOAM CFD
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/iterasim-rag-a-multi-stage-retrieval-augmented-agentic-back-end-for-open
- Fuente primaria: https://arxiv.org/abs/2607.20346
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Pratyush Kumar
- Fecha del corte: 22 JULIO 2026.
- Área: AGENTES · RAG

## Tesis y contexto

Sistema para configurar automáticamente simulaciones CFD en OpenFOAM. Expande queries desde varios ángulos, fusiona rankings, separa retrieval operacional de consultas físicas y divide el trabajo entre Architect, InputWriter y Reviewer. Los seis casos de referencia ejecutan correctamente en OpenFOAM y el Reviewer diagnostica/repara casos deliberadamente corruptos.

- Problema: Configurar correctamente CFD exige conocimiento experto distribuido entre documentación, parámetros y restricciones físicas.
- Por qué importa: Demuestra el patrón que considero más valioso para IA industrial: RAG + conocimiento canónico + agentes especializados + ejecución real como verificador.

## Evidencia reportada

- **reported-result**: Because the ontology vocabulary maps directly onto the OpenFOAM tool surface, it achieves 100% routing accuracy on the 28-case benchmark. [localizador](https://arxiv.org/html/2607.20346#S2)
- **reported-result**: 3 , every one of which explicitly names or implies an OpenFOAM solver (the benchmark deliberately targets solver configuration and parameter modification, not open-ended physics questions), the router assigns workflow mode with 28/28 accuracy against the ground truth. [localizador](https://arxiv.org/html/2607.20346#S2)
- **reported-result**: It draws on the retrieved tutorial cases to anchor its choices against verified prior art. [localizador](https://arxiv.org/html/2607.20346#S2)

## Lectura y límite

- Método: La lectura de 2 Methodology describe la intervención y su construcción: The overall data flow of IteraSim RAG is summarised schematically in Fig. 1 . The figure can be read top-to-bottom as a single pass: a user query enters at the top, is answered from a retrieval store on the right, and leaves as a validated OpenFOAM case at the bottom. The remainder of this section follows the same path, block by block; each block in the figure corresponds to a subsection below. A user query ( User Query in Fig. 1 ) enters through a deterministic intent classifier inside the retrieval engine ( RAG Engine ), which routes it to one of two retrieval modes (Sec. 2.4 ). The engine then runs a…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 2 Methodology.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: Three residual caveats affect the reading of the retrieval-tier results. First, the scoring rule of Eq. ( 3 ) is case-sensitive by construction, so retrievals that recover a relevant chunk under a synonymous surface form (“low-Reynolds wall functions” for nutLowReWallFunction ) are under-counted; the reported 77.9\% is a conservative lower bound on operational retrieval quality. Second, the benchmark is a 28-case instrument covering zero-shot, few-shot,…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 2 Methodology.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.20346): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.20346): tipo abstract
- [Método · 2 Methodology](https://arxiv.org/html/2607.20346#S2): tipo section
- [Cierre · 3 Results and Discussion](https://arxiv.org/html/2607.20346#S3): tipo section

## Próxima prueba

- ¿La propuesta mejora CAE frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [https://github.com/iterasim/iterasim-rag-public](https://github.com/iterasim/iterasim-rag-public)
- [https://github.com/sandialabs/WEC-OpenFOAM-Open-Datasets](https://github.com/sandialabs/WEC-OpenFOAM-Open-Datasets)
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)

## Enlaces relacionados

- [VAKRA](https://luiseduardodemiguel.com/research-ia/markdown/papers/vakra)
- [The Devil Is in the Interface](https://luiseduardodemiguel.com/research-ia/markdown/papers/devil-interface)
- [SkillSentry](https://luiseduardodemiguel.com/research-ia/markdown/papers/skillsentry)