Contributing#

Regenerating STONE YAML#

  1. Ensure the boulder Conda environment is active.

  2. Refresh vendored upstream scripts:

    python scripts/download_upstream.py
    
  3. Regenerate runnable YAML files with sim2stone (via scripts/generate_examples.py):

    python scripts/generate_examples.py
    
  4. Run validation tests:

    make test
    

Generated YAML must conform to the STONE format. For solver mapping notes (solve_steady, advance_grid, micro_step, etc.) see Cantera upstream Python examples.

See also#