README 1.5 KB

12345678910111213141516171819202122232425262728
  1. To reproduce the results of the thesis the following steps are required:
  2. IMPORTANT: If you want to create your own scenario and not use one I already created you need a power plant object that has a HolonElement with the name Blackstart, otherwise it will not work.
  3. 1. Start up HOLEG as usual.
  4. 2. Open a modeled scenario. They are in folder praktikum-holons/src/blackstart/EvalModelsAndResults.
  5. 3. Open the HOLEG algorithm window (ctrl+n)
  6. 4. Open the ControlAlorithm.java in the algorithm window. It is in folder praktikum-holons/src/blackstart
  7. 5. Input the needed parameters:
  8. Blackstart energyrequirement: 1000000
  9. time for successfule blackstart: 90 or higher when one wants to determine the time how long the blackstart could run
  10. Starttime can be left as is
  11. simulation run time only needs to be increased when trying to test the blackstart when the blackstart is expected to take longer than the initial value
  12. Powerplant output: 8000000
  13. Storage SOC: depending on selected scenario
  14. Car SOC: depeding on slected scenario
  15. wait time: leave as is
  16. filename: any you like
  17. schedule: 0 for optimized, 1 for simplified , 2 for random
  18. renewable power: 3750 for 100% sunshine
  19. 1875 for 50% sunshine
  20. 0 for 0% sunshine
  21. 6. Hit run
  22. 7. Results should be in the console in the algorithm window and saved to a .txt file. It should be in the folder praktikum-holons with the name specified in the parameter window.
  23. scenarios 30-32 use the same model as scenario 23 but with soc set to 0% and solar adjusted accordingly