FEA Sidekick Synthesis
This synthesis consolidates three related notes documenting a startup concept for an AI-powered assistant for finite element analysis (FEA) workflows. The product, FEA Sidekick, targets a clear gap in the simulation market: the labour-intensive, error-prone meshing phase that consumes disproportionate engineering time.
I. Product Vision and Scope
Core Concept
FEA Sidekick is an AI “sidekick” that accelerates simulation workflows through model-aware meshing. Unlike end-to-end AI solvers that attempt to replace validated FEA (unacceptable in regulated industries), the sidekick enhances existing workflows by intelligently guiding mesh refinement based on model semantics.
Key Differentiators
- Solver-agnostic approach: Converts commercial solver model decks into an open, intermediate representation that works across platforms
- Engineer-first philosophy: The engineer retains ownership and accountability; the AI assists rather than replaces
- Interpretable outputs: Refinement recommendations trace to specific model features, not opaque model weights
The founder background directly informs this positioning through first-hand experience in automotive production engineering and aerospace FEA research.
II. Technical Architecture
The Model Graph
At the heart of FEA Sidekick lies the “model graph” — a linked data structure connecting:
- Syntax-level model elements (sets, surfaces, steps, boundary conditions, loads)
- Material definitions and contact interfaces
- Underlying mesh connectivity
This graph enables semantic understanding of where accuracy matters: load introduction regions, constraint boundaries, material transitions, and contact interfaces receive refinement priority, while low-gradient interior regions are coarsened to reduce wasted degrees of freedom.
Technology Stack
The proof of concept relies on a carefully selected tool stack:
- Parsing:
py-tree-sitterfor extracting model semantics from CalculiX/Abaqus input decks - Mesh generation:
gmshPython API for programmatic mesh refinement via size fields - Model construction:
pygccxfor automated CalculiX model generation - Machine learning: PyTorch Geometric for GNN-based refinement policies (seed phase)
III. Market Positioning and Rationale
Target Customer
Aerospace and automotive OEMs and Tier 1 suppliers — organisations running large numbers of non-linear or contact-heavy FEA models. The product specifically targets simulation teams and CAE managers rather than C-suite or IT procurement, shortening the sales cycle.
Competitive Advantage
Rather than competing with entrenched solver vendors (Ansys, Dassault, Siemens), FEA Sidekick interoperates with them. This positioning dramatically lowers adoption barriers inside large organisations where introducing new solvers requires navigating procurement, IT security, and validation processes.
Domain Expertise as Market Signal
The founder’s background provides three critical signals for pre-seed investors:
- Domain expertise: Automotive production experience combined with Cranfield University aerospace FEA research
- Market access: Existing relationships with GE Aerospace and Airbus
- Timing: Convergence of GNN-based mesh learning, open-source solver ecosystems, and rising compute costs
IV. The Proof of Concept
Two-Phase Development
The proof of concept splits into distinct phases aligned with funding milestones:
Phase 1: Pre-Seed Demo (Weeks 1–8)
A heuristic model-aware meshing demonstration requiring no machine learning:
- Automate CalculiX model creation for a WAAM deposited wall geometry
- Develop tree-sitter parser for CalculiX input files
- Construct the model graph linking semantics to mesh connectivity
- Implement heuristic size field generation from model features
- Close the loop: remesh, rerun, and quantify improvement
The WAAM geometry is deliberately chosen for its relevance to GE Aerospace and Airbus while remaining tractable for a proof of concept.
Phase 2: Seed Milestone (Post-Funding)
Replace the heuristic with a trained GNN refinement policy:
- Generate labelled training data from Phase 1 automated runs
- Train GNN policy using PyTorch Geometric
- Benchmark against baseline and heuristic results
- Extend to non-linear and thermo-mechanical models
Success Metrics
The benchmark definition requires improvement across three metrics:
- DOF count: Reduction while maintaining <1% error in peak von Mises stress
- Time to convergence: Wall-clock solver runtime
- Iteration count: For non-linear extensions
V. Long-Term Product Evolution
Future Capabilities
The product roadmap extends beyond meshing:
- GNN-based refinement policies: Learned error indicators for adaptive remeshing
- Format converters: Additional commercial solver support (Nastran, Ansys) on the same intermediate representation
- Data factory: Automated variant generation and multi-fidelity simulation runs for robust training data
- Solver integration: Partnership-driven iteration-level acceleration (Jacobian initialization, tangent methods)
Physics-Informed LLM Integration
The long-term vision includes conversational interaction via Model Context Protocol (MCP). However, this requires a physics-informed backbone — the LLM handles natural language while the underlying model graph constrains changes to physically valid options. This addresses the failure mode of bare LLM assistants: generating syntactically valid but physically nonsensical models.
VI. Prerequisites and Legal Considerations
Pre-Development Requirements
The proof of concept plan and founder background notes identify critical prerequisites:
- GPL 2 strategy: Interface with CalculiX at the I/O level only to avoid copyleft requirements
- University IP clearance: Written NoC from Cranfield University
- Employment contract review: Confirm IP assignment clauses
- Immigration confirmation: Global Talent Visa permits company directorship
Customer Discovery
Before any code is written, the next steps mandate concrete evidence gathering from GE Aerospace and Airbus contacts: meshing cycle costs, re-run frequency due to quality issues, and the value of a 30% cycle reduction.
VII. Key Insights
-
Regulatory reality drives product scope: End-to-end AI solvers cannot displace validated FEA in aerospace and automotive industries due to certification requirements — the wedge is augmentation, not replacement.
-
Meshing is the bottleneck: Poor mesh quality is the single most common cause of inaccurate results and wasted compute in FEA workflows.
-
Interoperability beats displacement: Wrapping around existing validated solvers lowers adoption barriers compared to introducing new solvers in enterprise environments.
-
Interpretability is non-negotiable: In regulated industries, accountability requires auditable recommendations traceable to model features.
-
Phased approach de-risks development: The heuristic-to-ML progression validates the core model graph concept before investing in training infrastructure.
Source Notes
- FEA Sidekick Plan — Product vision, technical scope, and future roadmap
- Proof of Concept Plan — Detailed two-phase development plan with tool stack and benchmarks
- Founder Background and Market Context — Domain expertise, market rationale, and next steps