System Architecture

Workflow intelligence above the solver.

Modelyn is not a CFD solver. It is the layer that turns intent into a validated, exportable engineering state.

Intent Capture
Engineering Dossier
Validation Engine
Export Layer
CFD Solvers — ANSYS Fluent · STAR-CCM+ · OpenFOAM
Layer 01

Intent Capture

Natural-language study intent parsed into structured engineering state and an initial decision graph.

Layer 02

Engineering Dossier

Simulation inputs, decisions, and physics resolution presented in a single review surface.

Layer 03

Validation Engine

Constraint checks, missing-input resolution, and readiness scoring before state is settled.

Layer 04

Export Layer

Artifact generation for engineering reports, JSON packages, and solver implementation handover.

Settled Version State

{
  "workflow": "intent_capture → run_validation → export_package",
  "validation_outcome": "pass",
  "version": { "status": "settled", "number": 2 },
  "export_ready": true
}