Please enable JavaScript.
Coggle requires JavaScript to display documents.
Master Thesis - Coggle Diagram
Master Thesis
Tools
Modelling language
Pyomo : Equation based programming language. Alternatives : Pulp (only linear), Knitro, AMPL (low level),
-
-
-
Solvers : They are usually wrapped in python, like glpk or gurobipy library. Those packages send the optimization problem to a C function that is optimized for this task.
-
Application
-
-
System
-
-
Heating system: gas boiler with various HP integration rates (0, 20, 40, 60, 80, 100). Start with 100.
-
-
Model
System Modelling
Dwellings
-
Stochastic occupancy model (StroBe) : base load demand, HW, space heating set point
-
-
-
Optimization problem
-
Constraintes
-
Thermal equations (T = RQ , Q = CdT/dt)
-
Parameters
alpha, beta gamma building structure
-
-
-