-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jun 23, 2026
·
3 revisions
CaeReflex is a Python package that turns Gmsh, OpenFOAM, VTK/ParaView-compatible artefacts, and optional CrossRef metadata into structured, provenance-aware ReflexCase records for humans and agents.
Boundary of use (warning): CaeReflex is an inspection and documentation aid. It does not run solvers, validate simulations, prove convergence, certify engineering results, assess mesh adequacy, or establish design safety.
simulation artefact
-> caereflex.services.inspect_path()
-> adapter detection
-> GmshAdapter | OpenFOAMAdapter | VTKAdapter
-> ReflexCase
-> JSON | agent context | Markdown | BibTeX | REST | CLI
| Fact | Value |
|---|---|
| Package version | 1.0.0 |
| ReflexCase schema version | 1.0 |
| CLI command | caereflex |
| Primary model | caereflex.core.models.ReflexCase |
| Service spine | caereflex.services |
| REST app factory | caereflex.server.app.create_app |
- Gmsh
.geofiles in core mode, plus.mshand CAD-like geometry fingerprinting. - OpenFOAM-like case folders through read-only dictionary/text inspection.
- VTK-family files with legacy
.vtkparsing and safe fingerprint fallback for XML-family files. - CrossRef metadata and abstracts when explicitly requested.
- Home
- Architecture
- Developer-Guide
- Learning
- Reference
- Releases
- User-Guide
Synced from /wiki/docs in the main CaeReflex repository.