Skip to content
github-actions[bot] edited this page Jun 23, 2026 · 1 revision

CaeReflex 1.0.0

Status

Released.

Package version

1.0.0

ReflexCase schema version

1.0

Supported artefacts

  • Gmsh .geo files in core mode.
  • Gmsh .msh files with optional mesh extras for deeper inspection.
  • CAD-like .step, .stp, .iges, and .igs files through fingerprint/best-effort records.
  • OpenFOAM-like case folders through read-only text inspection.
  • Legacy .vtk result files in core mode.
  • VTK-family .vtu, .vtp, .vti, .vtr, and .vts files through fingerprint fallback.
  • CrossRef DOI metadata and available abstracts when explicitly requested.

Public surfaces

  • Python service layer: caereflex.services.
  • CLI script: caereflex.
  • REST app factory: caereflex.server.app.create_app.
  • Core case model: caereflex.core.models.ReflexCase.

Breaking changes

Initial public release; no previous public schema to migrate.

Known limitations

CaeReflex does not validate simulations, prove convergence, assess mesh adequacy, certify engineering results, establish design safety, or retrieve full papers from CrossRef metadata-only records.

Clone this wiki locally