oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermal engineering plants such as power plants, district heating systems or heat pumps.
https://tespy.readthedocs.io
MIT License
256 stars 80 forks source link

Implementing specified equations into logging #500

Open quentin1337 opened 3 months ago

quentin1337 commented 3 months ago

Hi tespy community,

I am currently trying to solve the system of equations for my project and recognized that the specified equations that are listed in the report do not appear in the logging file. To fully understand the calculation I would like to implement that feature into Tespy.

@fwitte, during the last user meeting, the internet connection was poor, and I couldn't catch everything you mentioned about this issue. I also missed the opportunity to ask about the units in Pygmo, which I'm still curious about. Could we possibly arrange a meeting to discuss this in more detail?

Best regards, Quentin

fwitte commented 3 months ago

Hi Quentin,

Let's meet on Wednesday. I can point you to where to change the code to bring the equations used into the log files.

About the units used by pygmo I am not sure what you want to point to. pygmo by itself does not care about units.

Best

Francesco

quentin1337 commented 3 months ago

Ok sounds good, thank you!