Skip to main content
Ctrl+K
boulder 0.2.0 documentation - Home boulder 0.2.0 documentation - Home
  • Installation
  • Usage
  • Gallery of Boulder Examples
  • API Reference
  • API Reference
  • Installation
  • Usage
  • Gallery of Boulder Examples
  • API Reference
  • API Reference

Section Navigation

  • Set up the reactor network
  • Boulder context
  • 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):

from boulder.app import run_server
if __name__ == "__main__":
    run_server(debug=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.

sphx_glr_auto_examples_launch_from_cli.py

Launch Boulder from the CLI.

sphx_glr_auto_examples_launch_from_python.py

Launch Boulder from Python (as in run.py).

sphx_glr_auto_examples_mix1.py

Mixing two streams.

sphx_glr_auto_examples_mixed_reactor_stream_example.py

Mixing two streams example - Boulder conversion.

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

previous

Usage

next

<no title>

On this page
  • Quick start

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

Created using Sphinx 8.3.0.

Built with the PyData Sphinx Theme 0.16.1.