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:
results/heat_exchanger_summary.jsonresults/double_pipe_sensitivity.csvfigures/evaporator_temperature_profile.pngfigures/heat_exchanger_parametric.png
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.