Intent Capture
Natural-language study intent parsed into structured engineering state and an initial decision graph.
System Architecture
Modelyn is not a CFD solver. It is the layer that turns intent into a validated, exportable engineering state.
Natural-language study intent parsed into structured engineering state and an initial decision graph.
Simulation inputs, decisions, and physics resolution presented in a single review surface.
Constraint checks, missing-input resolution, and readiness scoring before state is settled.
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
}