we are currently looking for a framework for modelling cascaded boilers for a project idea. These boilers have the property that they can only work under full load in addition to the start-up and shut-down process.
Is it possible to model such a property in solph? Start up ramp β full load β shut down ramp
Modelling only off or full load is really straightforward in solph. Additionally, we implemented a variable that signifies the time steps when startup or shutdown happens. When you create a second Converter for the ramps, you can constraint it in a way that it models the ramps.
Note that this kind of optimisation with predefined ramps will result in a combinatoric problem rather than a pure linear optimisation. Thus, the computational time will increase. (This is true regardless of the framework you use.) If you proceed with the idea, please share your experience, regardless of which framework you decide for.
I am quite new to oemof and I am having the same problem in a different context. Would you mind giving a simple example of making a CHP plant (modelled as a simple solph.components.Converter) into an βonβ or βoffβ type of device?