Simulates the transformer top oil and hotspot temperature based on the transformer specifications, load profile and ambient temperature profile.

1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the Python code of a transformer thermal model. Move the calculation of time delta from the `thermal_model.py` file to the `InputProfile` class, making it a calculated property. This improves code organization and reusability.

Complexity: 2/5
enhancement good first issue

Simulates the transformer top oil and hotspot temperature based on the transformer specifications, load profile and ambient temperature profile.

Python