Skip to content
Get started

Any physics. One language.

Open-source computational physics

Eqiora helps researchers and engineers turn mathematical models into simulations, with the physics, numerical choices, and results kept explicit.

Alpha 0.1.0a7 · Actively developed. See what works today.

Inside a simulation01 / Fluid mechanics
Steady Stokes pressure around a cylinder, with the current mesh and pressure scale in pascals.
Pressure around a circular obstacle2D · steady Stokes

From equations to results

Keep the physics in view.

  1. Define the model

    Describe quantities, equations, geometry, and boundary conditions. Make the assumptions visible.

  2. Choose the numerics

    Select a discretization and solver through a realization, separate from the mathematical model.

  3. Inspect the result

    Follow the run into fields, diagnostics, and plots. Trace the result back to the choices that produced it.

One equation, one prediction

Run it. Change it. Understand it.

For dx/dt + kx = 0 with x(0) = 1 and a decay rate of one per second, the model predicts x(1) = exp(-1) ≈ 0.367879. Install Eqiora, run the model, then double the rate and test your next prediction.

Get started

Featured walkthrough

Follow a flow simulation, end to end.

Follow the exact-cylinder steady-Stokes example from a Python model and named boundaries to a static pressure plot. Read the source, the numerical setup, and the result together.

Explore the flow example

Go further

Find your next step.