Skip to the content.

Reproducibility Guide

Portable Workflow

python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python scripts/generate_results.py
python -m unittest discover -s tests -v

Generated artifacts:

Fire-Tube Boiler Notebook

The boiler model is available at labs/lab_3/modelo_caldera_lab3.ipynb. Run the notebook from its own directory so that it resolves parametros_nominales_caldera.json.

The JSON file contains editable nominal values. Replace them with measured geometry and operating conditions before treating outputs as experimental validation.