Biomass.html 5.6 KB
Newer Older
Bao's avatar
Bao committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>

<head>
  <title>simple_light - examples</title>
  <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
17
18
        <!-- 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>
        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
        
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
24
          <li><a href="index.html">Home</a></li>
          <li class="selected"><a href="Biomass.html">Biomass</a></li>
Bao's avatar
Bao committed
25
26
          <li><a href="EnergyADE.html">EnergyADE</a></li>
          <li><a href="Visualization.html">Visualization</a></li>
Bao's avatar
Bao committed
27
28
29
30
31
32
33
34
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Latest News</h1>
        <h4>New Website Launched</h4>
Bao's avatar
Bao committed
35
36
        <h5>15.05.2020</h5>
        <p>A website contains all the outcomes from HFT for project IN-Source has been launched.<br /></p>
Bao's avatar
Bao committed
37
38
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
39
40
41
          <li><a href="http://www.simstadt.eu/de/index.jsp">SimStadt</a></li>
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>

Bao's avatar
Bao committed
42
        </ul>
Bao's avatar
Bao committed
43

Bao's avatar
Bao committed
44
    </div>
Bao's avatar
Bao committed
45
    
Bao's avatar
Bao committed
46
47
48
49
50
51
    <div id="content">
          <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>
          <p>Work has been conducted to extend SimStadt tool with a new FWE assessment extension. So far, the extensive analysis of biomass potential has been realized. The extension takes the integration map between CityGML  and satellite crop distribution map , which allows the workflow to assess the local biomass potential with high resolution and reliability instead of using general statistic data. </p>
          <p>This biomass assessment workflow gives the primary energy potential as well as the secondary technical potential, e.g. energy wood, biogas, bio ethanol, residue, etc. User is allowed to give parameters relating to specific energy scenarios, e.g. the ratio for energy production from crop, the ratio of harvesting forest and etc. The workflow only consider the energy potential directly from vegetation rather from animal products.</p>
        <span class="center"><img src="img/Energy_Flow.jpg" alt="energy flow" /></span>
        <p>The interface of the biomass potential assessment workflow in the simulation platform SimStadt is shown below. User can change relocate the root folder of simulation through A. In the root folder, several project can be stored and selected through B. Available CityGML format input in the chosen project is shown in E. Different function can be chosen through C, including heating/electricity demand calculation with refurbishment scenarios, PV potential analysis, district heating network calculatoin and etc. </p>
Bao's avatar
Bao committed
52
        <span class="center"><img src="img/WF1.png" alt="work flow 1" width="90%" height="90%" /></span>
Bao's avatar
Bao committed
53
        <p>Like other workflows in SimStadt, biomass workflow extension is made of several steps. Some parameters from steps can be modified according to the need of user and scenarios. In this worklfow, energy crop rate, forest harvesting rate and etc. can be changed (A,B). Moreover, an external XML configuration file is imported with the information of the secondary energy use distribution of each crop type (C).</p>
Bao's avatar
Bao committed
54
        <span class="center"><img src="img/WF2.png" alt="work flow 2" width="90%" height="90%" /></span>
Bao's avatar
Bao committed
55
56
        <p>The output of the workflow is a CSV file, including GML ID, area, crop type, usage type, primary energy potential, secondary energy potential (energy wood, biogas, bioethanol, vegetable oil, solid fuel, residue by product), end energy potential by typical CHPs (electricity and heat).</p>
        <p>The biomass primary energy density map of scenario 2 for Ludwigsburg country, shown below, shows the theoretical biomass potential per polygon from the DLM model, using a statistical distribution of agricultural crops. The biomass potentials of the polygons are not continuous but discrete as groups, since potential is based on the types of crops on the polygons. Vineyard and fruit plantation, shown in red, have the lowest potential density as only residue by-products are utilized as energy source. The grove and agriculture area are mostly yellow and green indicating the middle value of potential since only 14% of the production of the polygons are energy crop under this scenario. The potential of forest is relatively higher than the potential of agricultural land. Thus, the north, east and south corners of territory, where the forest and shrub are, has higher biomass potential density. Urban areas, railway and streets are shown in white, assuming no relevant amounts of biomass potential. </p>
Bao's avatar
Bao committed
57
        <span class="center"><img src="img/Density_Map.jpg" alt="density map" width="90%" height="90%" /></span>
Bao's avatar
Bao committed
58
59
        

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