Skip to main content
pathsimfastsimchembattvehicleflightrffmi
Overview API Reference Examples
FastSim

Interactive example notebooks for FastSim.

Getting Started

One Script, Two Engines

Running the same model under PathSim and under FastSim, without changing it.

Advanced Topics

C Code Generation

Turning a block diagram into standalone C99, and proving the C still solves the same problem.

Periodic Steady State

Finding a limit cycle directly, instead of integrating until the transient has died away.

Standalone JIT

Compiling a hand-written NumPy function to native Rust, and getting its exact Jacobian with it.

FMU Integration

FMI 3.0 Export

Writing a model out as a Functional Mock-up Unit, for both interface types, and packaging a subsystem as a reusable component.

FMI 3.0 Import

Running Functional Mock-up Units as FastSim blocks, in both interface types.