Open Issues Need Help
View All on GitHubAI 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