: Create a tespy.networks.network.Network object, which acts as the main container for your model.
: Link components together. Connections carry mass flow, pressure, enthalpy, and fluid composition.
: Complex models may crash due to poor initial guesses. Providing "stable starting values" for primary variables (mass flow, pressure, enthalpy) can help the solver.
(Thermal Engineering Systems in Python) is a powerful, open-source simulation toolkit for thermal engineering plants like power plants, heat pumps, and district heating systems. It allows you to calculate stationary operation for plant design and predict off-design behavior using component characteristics. 1. Getting Started with Installation
If your model fails to converge, consider these common fixes:
: Specify known values for components (e.g., efficiency, pressure loss) or connections (e.g., temperature, pressure).
Exergy Analysis of a Ground-Coupled Heat Pump - TESPy v0.9.14
: Use the nw.solve() method to run the simulation. 3. Troubleshooting & Debugging