Skip to main content
Ctrl+K
boulder 0.5.0 documentation - Home boulder 0.5.0 documentation - Home
  • Installation
  • Usage
  • STONE Configuration Format
  • Cantera upstream Python examples
  • Gallery of Boulder Examples
    • API Reference
    • API Reference
  • Installation
  • Usage
  • STONE Configuration Format
  • Cantera upstream Python examples
  • Gallery of Boulder Examples
  • API Reference
  • API Reference

Section Navigation

  • Set up the reactor network
  • Report converged reactor states
  • Boulder context
  • Workflow
  • 1. Define the Monolith reactor builder
  • Gallery of Boulder Examples

Gallery of Boulder Examples#

This section contains examples demonstrating how to use Boulder to set up and run chemical reactor network simulations.

Quick start#

From Python (as in run.py):

import uvicorn
if __name__ == "__main__":
    uvicorn.run("boulder.api.main:app", host="0.0.0.0", port=8050, reload=True)

From the CLI:

boulder                 # launches the server & opens the interface
boulder some_file.yaml  # launches the server preloading a YAML config

Each example provides a complete working demonstration with explanations and results, showing different aspects of reactor modeling and simulation with Boulder.

<no title>

Launch Boulder from the CLI.

<no title>

Launch Boulder from Python.

Set up the reactor network

Mixing two streams.

Report converged reactor states

Staged solve from YAML — medium-level API.

Boulder context

Mixing two streams example — Boulder conversion.

Workflow

Staged solve with progressive network visualization.

1. Define the Monolith reactor builder

Extending Boulder with a custom reactor plugin.

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

previous

Cantera upstream Python examples

next

<no title>

On this page
  • Quick start

© Copyright 2025, Copyright (C) Spark Cleantech SAS (SIREN 909736068).

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.17.1.