Biomass.html 6.38 KB
Newer Older
Bao's avatar
Bao committed
1
2
3
4
<!DOCTYPE HTML>
<html>

<head>
Bao's avatar
Bao committed
5
  <title>Biomass Simulator - IN-Source FWE</title>
Bao's avatar
Bao committed
6
7
8
9
10
11
12
13
14
  <meta name="description" content="website description" />
  <meta name="keywords" content="website keywords, website keywords" />
  <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>

<body>
    <div id="header">
      <div id="logo">
Bao's avatar
Bao committed
15
16
        <!-- class="logo_colour", allows you to change the colour of the text -->
        <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
17
        <h1>IN-SOURCE:<span class="logo_colour"> Food-Water-Energy Simulation and Visualization</span></h1>
Bao's avatar
Bao committed
18
        
Bao's avatar
Bao committed
19
20
21
22
      </div>
      <div id="menubar">
        <ul id="menu">
          <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
Bao's avatar
Bao committed
23
          <li><a href="index.html">Home</a></li>
Bao's avatar
Bao committed
24
          <li class="selected"><a href="Biomass.html">Biomass Simulator</a></li>
Bao's avatar
Bao committed
25
          <li><a href="Water.html">Urban Water</a></li>
Bao's avatar
Bao committed
26
          <li><a href="FWEADE.html">FWE ADE</a></li>
Bao's avatar
Bao committed
27
          <li><a href="Visualization.html">Visualization</a></li>
Bao's avatar
Bao committed
28
29
30
31
32
33
34
35
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
36
          <li><a href="http://simstadt.eu/">SimStadt</a></li>
Bao's avatar
Bao committed
37
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
Bao's avatar
Bao committed
38
          <li><a href="https://drc.ait.ac.at/sites/insource/">IN-SOURCE VisToolBox</a></li>
Bao's avatar
Bao committed
39

Bao's avatar
Bao committed
40
        </ul>
Bao's avatar
Bao committed
41

Bao's avatar
Bao committed
42
    </div>
Bao's avatar
Bao committed
43
    
Bao's avatar
Bao committed
44
    <div id="content">
Bao's avatar
Bao committed
45
        <h1>Biomass Simulator</h1>
Bao's avatar
Bao committed
46
        <p>by Keyu Bao</p>
Bao's avatar
Bao committed
47
          <p>SimStadt is an urban simulation tool in development during various research projects since 2015. Up to now the potential of photovoltaic, solar thermal energy and building heating demands can be assessed at the level of individual buildings. SimStadt uses the City Geography Mark-up Language (CityGML), which describes 3D urban building models.</p>
Bao's avatar
Bao committed
48
49
          <p>Work has been conducted to extend SimStadt tool with a new FWE assessment extension. This work introduces a new workflow, which evaluates regional bioenergy potentials and its impact on water demand based on geographical information system (GIS)-based land use data, satellite maps on local crop types and soil types, and conversion factors from biomass to bioenergy. The actual annual biomass yield of crops is assessed through an automated process considering the factors of local climate, crop type, soil, and irrigation. The crop biomass yields are validated with historic statistical data, with deviation less than 7% in most cases. Additionally, the resulting bioenergy potentials yield between 10.7 and 12.0 GWh/ha compared with 13.3 GWh/ha from other studies. </p>
          <p>Set of input and resulting maps for Marbach, Ludwigsburg county, Baden-Württemberg, is shown below. (a) Digital landscape model (DLM) map in polygons with land use; (b) satellite map in raster with crop type; (c) soil map; and (d) overlay of (a) and (b).</p>
Bao's avatar
Bao committed
50
        <span class="center"><img src=https://www.mdpi.com/energies/energies-13-06488/article_deploy/html/images/energies-13-06488-g001.png alt="energy flow" width="90%" height="90%" /></span>
Bao's avatar
Bao committed
51
        <p>For the newly established workflow on regional bioenergy potentials, most of the predefined modules are not applicable due to the fact that the input data is land use polygons instead of building geometries, the exception being the import module that can read CityGML files regardless of the type of objects (building or land use polygon) and the weather model that imports the meteorological data in TMY3 format generated by Meteonorm for the specific region in hourly or monthly resolution. The meteorological data are stored in SimStadt and can be called in later steps. </p>
Bao's avatar
Bao committed
52
        <p>To model bioenergy potentials more accurately than by using static values for all crops, a new module <q>YieldGenerator</q> was developed. Another module, <q>BiomassProcessor</q> then processes all land use polygons. Users can modify parameters, such as the annual forest wood energetic use rate, the share of energy crops such as corn and rapeseed that are actually used for energetic purposes, or the grass land energy usage rate. Further input parameters can also be imported from an XML configuration file step. The module analyses each land field polygon, tagged with a certain type of vegetation and soil. Therefore, the module was able to find the corresponding biomass yield of the crop on the soil, the possible bioenergy usages and bioenergy conversion coefficient from the XML configuration file. It then calculated the corresponding technical bioenergy energy potential, with the output being exported to a CSV file.</p>
Bao's avatar
Bao committed
53
        <span class="center"><img src=https://www.mdpi.com/energies/energies-13-06488/article_deploy/html/images/energies-13-06488-g002.png alt="work flow 1" width="90%" height="90%" /></span>
Bao's avatar
Bao committed
54
        <p>A small area of county Ludwigsburg, Marbach, was visualized with 3D buildings and satellite map. The red area represents area with very long biomass density, either with buildings, roads or water bodies. Each polygon has homogeneous density over all area because a polygon is assumed to be covered by one type of crop. Except for red build-up area, road and river, the only vegetation cover land type is farming land in this map. Different colours represent different biomass potential brought by different crop types.</p>
Bao's avatar
Bao committed
55
56
        <span class="center"><img src="img/biomass_marbarch.jpg" alt="work flow 2" width="90%" height="90%" /></span>
        <p>The detailed descripotion and findings of this workflow can be find in the following two open-sourced papers, which are funded by IN-Source project.</p>
Bao's avatar
Bao committed
57
58
        <li>Bao, K.; Padsala, R.; Coors, V.; Thr&auml;n, D.; Schr&ouml;ter, B. A Method for Assessing Regional Bioenergy Potentials Based on GIS Data and a Dynamic Yield Simulation Model. Energies 2020, 13, 6488. DOI: https://doi.org/10.3390/en13246488          </li>
          <li>Bao K, Padsala R, Coors V, Thr&auml;n D, Schr&ouml;ter B (2020): GIS-Based Assessment of Regional Biomass Potentials at the Example of Two Counties in Germany. In European Biomass Conference and Exhibition Proceedings, pp. 77–85. DOI: 10.5071/28thEUBCE2020-1CV.4.15.</li>   
Bao's avatar
Bao committed
59
60
        

Bao's avatar
Bao committed
61
  </div>
Bao's avatar
Bao committed
62
63
64
  </div>
</body>
</html>