{"id":6670,"date":"2016-04-28T22:11:00","date_gmt":"2016-04-28T22:11:00","guid":{"rendered":"https:\/\/modelondev.com\/ja\/?p=6670"},"modified":"2022-09-26T16:59:14","modified_gmt":"2022-09-26T16:59:14","slug":"new-solution-for-thermal-power-plant-start-up-optimization","status":"publish","type":"post","link":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/","title":{"rendered":"New solution for thermal power plant start-up optimization"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\" id=\"h-increased-flexibility-for-power-plants-energy-production\"><strong>Increased flexibility for power plants energy production&nbsp;<\/strong><\/h3>\n\n\n\n<p><em>During the spring and summer of 2015, a collaboration between Modelon, Vattenfall and Lund University resulted in a development of a new solution for start-up optimization of a thermal power plant [1].<\/em><\/p>\n\n\n\n<p><em>The collaboration took place within the <a href=\"\/modelon-delivers-software-technology-for-optimal-process-control\/\" target=\"_blank\" rel=\"noreferrer noopener\">MODRIO project<\/a> and was a continuation work with Vattenfall concerning optimization of Vattenfall\u2019s thermal power plant J\u00e4nschwalde in Germany.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-1.jpg\" alt=\"\" class=\"wp-image-10160\"\/><figcaption><em>Figure 1: J\u00e4nschwalde power plant (Courtesy: Wikipedia).<\/em><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-2.jpg\" alt=\"\" class=\"wp-image-10161\"\/><figcaption><em>Figure 2: Schematics of boiler, economizer, reheaters and superheaters [1].<\/em><\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-why-start-up-optimization\"><strong>Why start-up optimization<\/strong><\/h3>\n\n\n\n<p>As intermittent power production such as solar and wind power is increasing, the required flexibility of thermal power plants is also increasing. It is expected that the thermal power plants will experience more startups and stops, depending on electricity price and intermittent power production.<\/p>\n\n\n\n<p>Today\u2019s power plants are not designed for such frequent start-ups, and the thermal stress in certain components resulting from starts can be problematic. If the thermal stress is too high, the life-span of the plant is reduced.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-achieve-a-robust-computation-optimization\"><strong>Achieve a robust computation &amp; optimization<\/strong><\/h3>\n\n\n\n<p>One way to reduce the impact is to perform model-based optimized starts, which also could reduce the fuel consumption and environmental impact. This methodology requires a good model of the plant as well as a framework that can perform computations and optimizations. The main objectives of this collaboration were to create such a framework consisting of:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A state estimator for the plant, that is an algorithm that updates the states of a plant model based on plant measurements.<\/li><li>A non-linear model prediction controller (NMPC) that can, based on the result of the state estimator, optimize the control signals of the plant, to drive it towards a predefined operating condition while minimizing fuel costs and not violating thermal stress constraints.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-steam-cycle-model\"><strong>Steam cycle model<\/strong><\/h3>\n\n\n\n<p>As a starting point, the team had a very detailed Modelica model of a steam cycle in the plant from a collaboration between Vattenfall and Rostock University [5] and a simplified but uncalibrated model derived in [3], suitable for optimization. Both models were developed using Dymola.<\/p>\n\n\n\n<p>Additionally, a Python class in <a href=\"https:\/\/modelon.com\/ja\/products\/jmodelicaorg\/\" target=\"_blank\" rel=\"noreferrer noopener\">JModelica.org<\/a> for NMPC, based on a Modelica model implemented in [2] was available. The control loop was to be used on the detailed Modelica model as a substitute for the real plant, see Figure 3.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-3.jpg\" alt=\"\" class=\"wp-image-10162\"\/><figcaption><em>Figure 3: Optimal control based on state estimation and NMPC.<\/em><\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-soft-start-up\"><strong>Soft start-up<\/strong><\/h3>\n\n\n\n<p>There are several types of start-ups of a thermal power plant depending on how long the plant has been at stand still. In discussion with Vattenfall, it was decided that a soft-startup used when the plant has been shut down for 12-48 hours should be considered.<\/p>\n\n\n\n<p>It was also decided that the focus would be on the initial phase of the start-up when oil burners are used to quickly start the combustion process, as this phase is the most costly part of the startup and hence when gains of optimization would potentially be greatest.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-simplified-steam-cycle-model\"><strong>Simplified steam cycle model<\/strong><\/h3>\n\n\n\n<p>Both the state estimator and the NMPC used the simplified model where, compared to the detailed model, unused parts been removed and some highly detailed parts simplified. The dynamics in the simplified model focus on the components that are important at start-up. These components are the steam side and walls of heat exchangers and walls of headers and separators, where the thermal stress must be limited via control to not reduce plant life span.<\/p>\n\n\n\n<p>The parameters of the simplified model, specifically the heat transfer coefficients in the heat exchangers and the pipe flow coefficients, were estimated to fit the detailed model during a reference soft start-up.<\/p>\n\n\n\n<p>The simplified Modelica model of the steam cycle studied is seen in Figure 4.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\" alt=\"\" class=\"wp-image-10159\"\/><figcaption><em>Figure 4: Modelica model of one steam cycle of J\u00e4nschwalde<\/em><\/figcaption><\/figure>\n\n\n\n<p>For state estimation of the thermal power plant, an unscented Kalman filter (UKF) was implemented by the team as a Python class. This class contains high-level functions to create an UKF from a generic Modelica model, perform predictions based on inputs and known states, and perform corrections based on measurements. The team ensured that the UKF were able to handle both model errors, by introducing disturbance states, as well as noise on all measured signals.<\/p>\n\n\n\n<p>The available NMPC class in JModelica.org was used throughout the collaboration. A quadratic cost function, penalizing deviations from desired operating condition of firing power, live steam temperature and pressure, and reheater steam pressure, was used in the control loop.<\/p>\n\n\n\n<p>Constraints on the thermal stress were set using soft constraints, meaning that the thermal stress can exceed the constraints but at a high cost in the optimization. Soft constraints are mainly used to prevent unfeasible optimization problems for the NMPC loop.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tests\"><strong>Tests<\/strong><\/h3>\n\n\n\n<p>The team ran several types of tests to analyze the impact of different weights in the cost function on the optimal solution, as well as different types of model errors.<\/p>\n\n\n\n<p>Figures 5 &#8211; 7 below show the results from a test with mismatch in the heat transfer coefficient of the evaporator, as well as disturbances acting on both boiler fire power and reheater by-pass valve.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-5.jpg\" alt=\"\" class=\"wp-image-10163\"\/><figcaption><em>Figure 5: Temperatures (blue) in superheater 4 and reheater 2 with setpoints (green) and boiler fire power (normalized). The solution with UKF and NMPC can make the thermal power plant reach the desired temperatures.<\/em><\/figcaption><\/figure>\n\n\n\n<p>Despite these complications, the solution framework is able to drive the temperature and pressure in superheaters and reheater to desired values, as can be seen in the top graphs in Figures 5 and 6, using the firing power and by pass valve, shown in lower graphs in these two figures.<\/p>\n\n\n\n<p>The thermal stress constraints shown in Figure 7 only have minor violations deemed acceptable from Vattenfall\u2019s point of view.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-6.jpg\" alt=\"\" class=\"wp-image-10164\"\/><figcaption><em><em>Figure 6: Live steam pressure (blue) in super heater 4 with set-point (green) and by-pass valve opening. The solution with UKF and NMPC can make the thermal power plant reach desired live steam pressure.<\/em><\/em><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-7.jpg\" alt=\"\" class=\"wp-image-10165\"\/><figcaption><em>Figure 7: Stress in superheater and reheater header (blue) and soft constraints (red-dashed). The solution with UKF and NMPC handles the thermal constraints so that they are violates as little as possible.<\/em><\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-save-costs-environment\"><strong>Save costs &amp; environment<\/strong><\/h3>\n\n\n\n<p>The analysis of several start-up optimizations showed that the considered phase of the soft startup could be accomplished in around 40 minutes, a saving of about 70 minutes compared to a reference start-up.<\/p>\n\n\n\n<p>Savings of up to 60% of firing power could also be made by using the model-based solution. With the thermal stress ensured within limits during the major part of the start-up, the life span of the thermal power plant would not be decreased significantly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-more-info\"><strong>More info<\/strong><\/h3>\n\n\n\n<p>The plant models were developed using <strong>Dymola<\/strong> from Dassault Syst\u00e8mes and <strong><a href=\"\/ja\/library\/thermal-power-library\/\">Thermal Power Library<\/a><\/strong> from Modelon.<\/p>\n\n\n\n<p>JModelica.org, a Modelica-based platform for optimization, simulation, and analysis of complex dynamic systems, provides the optimization framework for this work. In addition to the NMPC used in this project, JModelica.org also includes dynamic optimization, optimization-based state estimation, and parameter estimation method.<\/p>\n\n\n\n<p><a href=\"https:\/\/modelon.com\/ja\/modelon-impact-platform\/\"><strong>OPTIMICA Compiler Toolkit<\/strong><\/a> is an extension of JModelica.org, which also includes enhanced solvers and support for steady-state simulation and optimization. A <strong>tutorial for OPTIMICA Compiler Toolkit<\/strong> centered around the power plant start-up optimization is available at demand.<\/p>\n\n\n\n<p>If you want to know more about these solutions, don\u2019t hesitate to contact us!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-references\"><strong>References<\/strong><\/h3>\n\n\n\n<p>[1] Andr\u00e9n, M. and C. Wedding (2015). <a href=\"https:\/\/lup.lub.lu.se\/student-papers\/search\/publication\/7756584\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Development of a solution for Start-up Optimization of a Thermal Power Plant<\/em><\/a>. MSc Thesis ISSN: 0280-5316. Dept. of Automatic Control, Lund University, Lund, Sweden.<\/p>\n\n\n\n<p>[2] Axelsson, M. (2015<em>). <\/em><a href=\"http:\/\/lup.lub.lu.se\/student-papers\/record\/7760729\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Nonlinear Model Predictive Control in JModelica.org<\/em><\/a>. MSc Thesis ISSN: 0280-5316. Dept. of Automatic Control, Lund University, Lund, Sweden.<\/p>\n\n\n\n<p>[3] Runvik, H. (2014). <a href=\"https:\/\/lup.lub.lu.se\/student-papers\/search\/publication\/4612042\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Modeling and start-up optimization of a coal-fired power plant<\/em><\/a>. MSc Thesis ISSN: 0280-5316. Dept. of Automatic Control, Lund University, Lund, Sweden.<\/p>\n\n\n\n<p>[4] Julier, S. and J. Uhlmann, (2004), Unscented Filtering and Nonlinear estimation, <em>Proceedings of the IEEE 92<\/em>, pp 401-422.<\/p>\n\n\n\n<p>[5] Hubel, M., et al., <a href=\"https:\/\/www.modelica.org\/events\/modelica2014\/proceedings\/html\/submissions\/ECP140961037_HuebelMeinkeBerndtFunkquistRichterMutschlerHasselWeberSander.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Modelling a Lignite Power Plant in Modelica to Evaluate the Effects of Dynamic Operation and Offering Grid Services<\/a>, Proceedings of the 10<sup>th<\/sup> International Modelica Conference, March 10-12, 2014, Lund, Sweden, pp. 1037-1046.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Increased flexibility for power plants energy production&nbsp; During the spring and summer of 2015, a collaboration between Modelon, Vattenfall and Lund University resulted in a development of a new solution for start-up optimization of a thermal power plant [1]. The collaboration took place within the MODRIO project and was a continuation work with Vattenfall concerning [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6672,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","inline_featured_image":false,"editor_notices":[],"footnotes":""},"categories":[12],"tags":[41,101],"class_list":["post-6670","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-energy-and-process","tag-optimica-jmodelica-org"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>New solution for thermal power plant start-up optimization - Modelon (JA)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New solution for thermal power plant start-up optimization\" \/>\n<meta property=\"og:description\" content=\"Increased flexibility for power plants energy production&nbsp; During the spring and summer of 2015, a collaboration between Modelon, Vattenfall and Lund University resulted in a development of a new solution for start-up optimization of a thermal power plant [1]. The collaboration took place within the MODRIO project and was a continuation work with Vattenfall concerning [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\" \/>\n<meta property=\"og:site_name\" content=\"Modelon (JA)\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-28T22:11:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-26T16:59:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"451\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"modelonms\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"modelonms\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\"},\"author\":{\"name\":\"modelonms\",\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\"},\"headline\":\"New solution for thermal power plant start-up optimization\",\"datePublished\":\"2016-04-28T22:11:00+00:00\",\"dateModified\":\"2022-09-26T16:59:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\"},\"wordCount\":1322,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\",\"keywords\":[\"Energy and Process\",\"Optimica &amp; JModelica.org\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\",\"url\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\",\"name\":\"New solution for thermal power plant start-up optimization - Modelon (JA)\",\"isPartOf\":{\"@id\":\"https:\/\/modelon.com\/ja\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\",\"datePublished\":\"2016-04-28T22:11:00+00:00\",\"dateModified\":\"2022-09-26T16:59:14+00:00\",\"author\":{\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\"},\"breadcrumb\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage\",\"url\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\",\"contentUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg\",\"width\":557,\"height\":451},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/modelon.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New solution for thermal power plant start-up optimization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/modelon.com\/ja\/#website\",\"url\":\"https:\/\/modelon.com\/ja\/\",\"name\":\"Modelon (JA)\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/modelon.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\",\"name\":\"modelonms\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"caption\":\"modelonms\"},\"sameAs\":[\"https:\/\/modelonms.wpengine.com\"],\"url\":\"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"New solution for thermal power plant start-up optimization - Modelon (JA)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/","og_locale":"en_US","og_type":"article","og_title":"New solution for thermal power plant start-up optimization","og_description":"Increased flexibility for power plants energy production&nbsp; During the spring and summer of 2015, a collaboration between Modelon, Vattenfall and Lund University resulted in a development of a new solution for start-up optimization of a thermal power plant [1]. The collaboration took place within the MODRIO project and was a continuation work with Vattenfall concerning [&hellip;]","og_url":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/","og_site_name":"Modelon (JA)","article_published_time":"2016-04-28T22:11:00+00:00","article_modified_time":"2022-09-26T16:59:14+00:00","og_image":[{"width":557,"height":451,"url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","type":"image\/jpeg"}],"author":"modelonms","twitter_card":"summary_large_image","twitter_misc":{"Written by":"modelonms","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#article","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/"},"author":{"name":"modelonms","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547"},"headline":"New solution for thermal power plant start-up optimization","datePublished":"2016-04-28T22:11:00+00:00","dateModified":"2022-09-26T16:59:14+00:00","mainEntityOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/"},"wordCount":1322,"commentCount":0,"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","keywords":["Energy and Process","Optimica &amp; JModelica.org"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/","url":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/","name":"New solution for thermal power plant start-up optimization - Modelon (JA)","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage"},"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","datePublished":"2016-04-28T22:11:00+00:00","dateModified":"2022-09-26T16:59:14+00:00","author":{"@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547"},"breadcrumb":{"@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#primaryimage","url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","contentUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","width":557,"height":451},{"@type":"BreadcrumbList","@id":"https:\/\/modelon.com\/ja\/blog\/new-solution-for-thermal-power-plant-start-up-optimization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/modelon.com\/ja\/"},{"@type":"ListItem","position":2,"name":"New solution for thermal power plant start-up optimization"}]},{"@type":"WebSite","@id":"https:\/\/modelon.com\/ja\/#website","url":"https:\/\/modelon.com\/ja\/","name":"Modelon (JA)","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/modelon.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547","name":"modelonms","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","caption":"modelonms"},"sameAs":["https:\/\/modelonms.wpengine.com"],"url":"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/"}]}},"featured_image_src":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4-557x400.jpg","featured_image_src_square":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/07\/New-solution-for-thermal-power-plant-start-up-optimization-4.jpg","author_info":{"display_name":"modelonms","author_link":"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/"},"_links":{"self":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/6670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/comments?post=6670"}],"version-history":[{"count":0,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/6670\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media\/6672"}],"wp:attachment":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media?parent=6670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/categories?post=6670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/tags?post=6670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}