Difference between revisions of "Total heating consumption by own heating in Bioher"

From Testiwiki
Jump to: navigation, search
(Created page with '{{:Template:Variable}} '''Boxes with dashed borders''' contain brief guidance text for completing the entries for new variables. == Scope == This includes a verbal definition…')
 
Line 1: Line 1:
{{:Template:Variable}}
+
{{:Template:Variable|moderator = Pauliina Ahtoniemi}}
'''Boxes with dashed borders''' contain brief guidance text for completing the entries for new variables.
+
 
  
 
== Scope ==
 
== Scope ==
  
This includes a verbal definition of the spatial, temporal, and other limits
+
Total heating consumption by own heating systems in Bioher. Analytica model can be found [[:File:Bioher model.ANA|here]].
(system boundaries) of the variable. The scope is defined according to the use
 
purpose of the assessment(s) that the variable belongs to.
 
  
 
== Definition ==
 
== Definition ==
 +
 +
[[File:Heat cons own.JPG|thumb|500px|center| Fig 1. Total heating consumption by own heating in Bioher. ]]
  
 
=== Data ===
 
=== Data ===
  
Description of the data used for obtaining the value of the variable
+
Table 1. Proportion of fuel type in own heating
(e.g. measurement data; mathematical method and its parameters).
+
{| {{prettytable}}
Please include references (preferably using the ''<nowiki><ref></ref></nowiki>'' tags)
+
|Fuel type
and links to original data, as appropriate.
+
|Proportion
 +
|----
 +
|Own
 +
|0.3
 +
|----
 +
|Electricity
 +
|0.3
 +
|----
 +
|District
 +
|0.4
 +
|----
 +
|}
 +
 
  
 
=== Causality ===
 
=== Causality ===
  
List of upstream variables.
+
''Upstream variables:
The variables can be listed used descriptive (free-format) names or unambiguous identifiers
+
 
(e.g. [[Analytica]] IDs).
+
Calculation is based on method that is reported in [[Heating consumption of buildings]] and on variable presented in [[Floor area in Bioher]].
 +
 
 +
''Downstream variables:
 +
 
 +
[[Emissions in Bioher]]
  
 
=== Unit ===
 
=== Unit ===
  
Unit in which the result is expressed.
+
kWh/year
  
 
=== Formula ===
 
=== Formula ===
  
Algebra or other explicit methods if possible
+
<anacode>var a:= Floor_area_in_bioher*Total_heating_consum;
(e.g. [[Analytica]] code between the <nowiki>''<anacode></anacode>''</nowiki> delimiters).
+
a:= if fuel = 'District' or fuel = 'Electricity' then 0 else a;
 +
if fuel = 'Other' then a*Fuel_type_of_other[Fuel_type_of_other = 'Own'] else a</anacode>
  
 
== Result ==
 
== Result ==
  
If possible, a numerical expression or distribution.
+
 
 +
Table 1. Total heating consumption (kWh/year) by own heating in Bioher.
 +
{| {{prettytable}}
 +
|
 +
|'''Detached house
 +
|'''Row house
 +
|'''Block house
 +
|'''Total
 +
|----
 +
|'''District
 +
|0
 +
|0
 +
|0
 +
|0
 +
|----
 +
|'''Light oil
 +
|7963506
 +
|1589433
 +
|2029235
 +
|11582174
 +
|----
 +
|'''Pellet
 +
|6172027
 +
|42739
 +
|75316
 +
|6290081
 +
|----
 +
|'''Electricity
 +
|0
 +
|0
 +
|0
 +
|0
 +
|----
 +
|'''Geothermal
 +
|533271
 +
|6455
 +
|2354
 +
|542080
 +
|----
 +
|'''Other
 +
|122348
 +
|8416
 +
|32458
 +
|163222
 +
|----
 +
|'''Total
 +
|14791151
 +
|1647043
 +
|2139363
 +
|18577558
 +
|----
 +
|}
 +
 
  
 
==See also==
 
==See also==
  
Links to relevant information that does not belong to ''Definition''.
+
*[[BIOHER assessment]]
 +
*[[CLAIH assessment]]
  
 
==References==
 
==References==

Revision as of 09:08, 24 February 2010



Scope

Total heating consumption by own heating systems in Bioher. Analytica model can be found here.

Definition

Error creating thumbnail: Unable to save thumbnail to destination
Fig 1. Total heating consumption by own heating in Bioher.

Data

Table 1. Proportion of fuel type in own heating

Fuel type Proportion
Own 0.3
Electricity 0.3
District 0.4


Causality

Upstream variables:

Calculation is based on method that is reported in Heating consumption of buildings and on variable presented in Floor area in Bioher.

Downstream variables:

Emissions in Bioher

Unit

kWh/year

Formula

<anacode>var a:= Floor_area_in_bioher*Total_heating_consum; a:= if fuel = 'District' or fuel = 'Electricity' then 0 else a; if fuel = 'Other' then a*Fuel_type_of_other[Fuel_type_of_other = 'Own'] else a</anacode>

Result

Table 1. Total heating consumption (kWh/year) by own heating in Bioher.

Detached house Row house Block house Total
District 0 0 0 0
Light oil 7963506 1589433 2029235 11582174
Pellet 6172027 42739 75316 6290081
Electricity 0 0 0 0
Geothermal 533271 6455 2354 542080
Other 122348 8416 32458 163222
Total 14791151 1647043 2139363 18577558


See also

References

Will appear here automatically, if cited above using the <ref></ref> tags.
Additional references can also be listed here.