Commits (5)
......@@ -14,75 +14,58 @@ _UI_PropertyDescriptor_description = The {0} of the {1}
_UI_BuildingPhysicsCatalog_type = Catalog
_UI_WindowType_type = Window Type
_UI_Catalog_type = Catalog
_UI_WindowCatalog_type = Windows
_UI_MaterialCatalog_type = Materials and Constructions
_UI_MaterialCategory_type =
_UI_WindowCategory_type = Windows
_UI_MaterialCategory_type = Material Category
_UI_Material_type = Material
_UI_ConstructionCategory_type = Construction Category
_UI_Construction_type = Construction
_UI_Layer_type = Layer
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_BuildingPhysicsCatalog_author_feature = Author
_UI_BuildingPhysicsCatalog_windowCatalog_feature = Window Catalog
_UI_BuildingPhysicsCatalog_materialCatalog_feature = Material Catalog
_UI_WindowType_id_feature = Id
_UI_BuildingPhysicsCatalog_windows_feature = Windows
_UI_BuildingPhysicsCatalog_name_feature = Name
_UI_BuildingPhysicsCatalog_description_feature = Description
_UI_BuildingPhysicsCatalog_source_feature = Source
_UI_BuildingPhysicsCatalog_constructionCategories_feature = Construction Categories
_UI_BuildingPhysicsCatalog_materialCategories_feature = Material Categories
_UI_WindowType_windowTypeId_feature = Window Type Id
_UI_WindowType_name_feature = Name
_UI_WindowType_uValue_feature = UValue
_UI_WindowType_gValue_feature = GValue
_UI_WindowType_glazingNumber_feature = Glazing Number
_UI_WindowType_frameRatio_feature = Frame Ratio
_UI_Catalog_name_feature = Name
_UI_Catalog_description_feature = Description
_UI_Catalog_source_feature = Source
_UI_WindowCatalog_windowTypes_feature = Window Types
_UI_MaterialCatalog_materialCategories_feature = Material Categories
_UI_MaterialCategory_material_feature = Material
_UI_MaterialCategory_name_feature = Category
_UI_Material_id_feature = Id
_UI_Material_name_feature = Material
_UI_Material_density_feature = Density
_UI_Material_heatCapacity_feature = Heat Capacity
_UI_Material_conductivity_feature = Conductivity
_UI_Unknown_feature = Unspecified
_UI_LifeCycle_type = Life Cycle
_UI_WindowType_lifeCycle_feature = Life Cycle
_UI_LifeCycle_embodiedEnergy_feature = Embodied Energy
_UI_LifeCycle_embodiedCarbon_feature = Embodied Carbon
_UI_LifeCycle_constructionDescription_feature = Construction Description
_UI_LifeCycle_disposalEnergy_feature = Disposal Energy
_UI_LifeCycle_disposalCarbon_feature = Disposal Carbon
_UI_LifeCycle_disposalDescription_feature = Disposal Description
_UI_WindowType__feature = Window Type
_UI_LifeCycle__feature = Life Cycle
_UI_LifeCycle_type_feature = Type
_UI_WindowType_embodiedEnergy_feature = Embodied Energy
_UI_WindowType_embodiedCarbon_feature = Embodied Carbon
_UI_WindowType_constructionDescription_feature = Construction Description
_UI_WindowType_disposalEnergy_feature = Disposal Energy
_UI_WindowType_disposalCarbon_feature = Disposal Carbon
_UI_WindowType_disposalDescription_feature = Disposal Description
_UI_WindowCategory_windowTypes_feature = Window Types
_UI_MaterialCategory_materials_feature = Materials
_UI_MaterialCategory_name_feature = Category
_UI_MaterialCategory_name_description = Name of material category
_UI_Material_materialId_feature = Material Id
_UI_Material_name_feature = Material
_UI_Material_name_description = Name of material
_UI_Material_density_feature = Density
_UI_Material_heatCapacity_feature = Heat Capacity
_UI_Material_conductivity_feature = Conductivity
_UI_Material_embodiedEnergy_feature = Embodied Energy
_UI_Material_embodiedCarbon_feature = Embodied Carbon
_UI_Material_constructionDescription_feature = Construction Description
_UI_Material_disposalEnergy_feature = Disposal Energy
_UI_Material_disposalCarbon_feature = Disposal Carbon
_UI_Material_disposalDescription_feature = Disposal Description
_UI_ConstructionCategory_type = Constructions
_UI_Mounting_type = Mounting
_UI_Layer_type = Layer
_UI_MaterialCatalog_constructionCategories_feature = Constructions
_UI_ConstructionCategory_name_feature = Construction Category
_UI_ConstructionCategory_mountings_feature = Mountings
_UI_Mounting_id_feature = Id
_UI_Mounting_name_feature = Name
_UI_Mounting_layers_feature = Layers
_UI_Material_category_feature = Category
_UI_ConstructionCategory_name_feature = Name
_UI_ConstructionCategory_constructions_feature = Constructions
_UI_Construction_constructionId_feature = Construction Id
_UI_Construction_name_feature = Name
_UI_Construction_layers_feature = Layers
_UI_Layer_material_feature = Material
_UI_Layer_thickness_feature = Thickness
_UI_MaterialCategory_materials_feature = Materials
_UI_WindowType_windowTypeId_feature = Window Type Id
_UI_Material_materialId_feature = Material Id
_UI_Mounting_mountingId_feature = Mounting Id
_UI_Layer__feature = Layer
_UI_Material_category_feature = Category
_UI_Unknown_feature = Unspecified
......@@ -56,27 +56,95 @@ public class BuildingPhysicsCatalogItemProvider extends ItemProviderAdapter impl
if (itemPropertyDescriptors == null) {
super.getPropertyDescriptors(object);
addAuthorPropertyDescriptor(object);
addNamePropertyDescriptor(object);
addDescriptionPropertyDescriptor(object);
addSourcePropertyDescriptor(object);
addMaterialCategoriesPropertyDescriptor(object);
addConstructionCategoriesPropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
/**
* This adds a property descriptor for the Author feature.
* This adds a property descriptor for the Name feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addAuthorPropertyDescriptor(Object object) {
protected void addNamePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_BuildingPhysicsCatalog_author_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_BuildingPhysicsCatalog_author_feature",
getResourceLocator(), getString("_UI_BuildingPhysicsCatalog_name_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_BuildingPhysicsCatalog_name_feature",
"_UI_BuildingPhysicsCatalog_type"),
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__AUTHOR, true, false, false,
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* This adds a property descriptor for the Description feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addDescriptionPropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_BuildingPhysicsCatalog_description_feature"),
getString("_UI_PropertyDescriptor_description",
"_UI_BuildingPhysicsCatalog_description_feature", "_UI_BuildingPhysicsCatalog_type"),
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__DESCRIPTION, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* This adds a property descriptor for the Source feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addSourcePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_BuildingPhysicsCatalog_source_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_BuildingPhysicsCatalog_source_feature",
"_UI_BuildingPhysicsCatalog_type"),
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__SOURCE, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* This adds a property descriptor for the Construction Categories feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addConstructionCategoriesPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), getResourceLocator(),
getString("_UI_BuildingPhysicsCatalog_constructionCategories_feature"),
getString("_UI_PropertyDescriptor_description",
"_UI_BuildingPhysicsCatalog_constructionCategories_feature", "_UI_BuildingPhysicsCatalog_type"),
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__CONSTRUCTION_CATEGORIES, true, false, true,
null, null, null));
}
/**
* This adds a property descriptor for the Material Categories feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addMaterialCategoriesPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), getResourceLocator(),
getString("_UI_BuildingPhysicsCatalog_materialCategories_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_BuildingPhysicsCatalog_materialCategories_feature",
"_UI_BuildingPhysicsCatalog_type"),
BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__MATERIAL_CATEGORIES, true, false, true, null,
null, null));
}
/**
* This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
......@@ -89,8 +157,9 @@ public class BuildingPhysicsCatalogItemProvider extends ItemProviderAdapter impl
public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object) {
if (childrenFeatures == null) {
super.getChildrenFeatures(object);
childrenFeatures.add(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__WINDOW_CATALOG);
childrenFeatures.add(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__MATERIAL_CATALOG);
childrenFeatures.add(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__WINDOWS);
childrenFeatures.add(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__MATERIAL_CATEGORIES);
childrenFeatures.add(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__CONSTRUCTION_CATEGORIES);
}
return childrenFeatures;
}
......@@ -137,7 +206,7 @@ public class BuildingPhysicsCatalogItemProvider extends ItemProviderAdapter impl
*/
@Override
public String getText(Object object) {
String label = ((BuildingPhysicsCatalog) object).getAuthor();
String label = ((BuildingPhysicsCatalog) object).getName();
return label == null || label.length() == 0 ? getString("_UI_BuildingPhysicsCatalog_type")
: getString("_UI_BuildingPhysicsCatalog_type") + " " + label;
}
......@@ -154,11 +223,14 @@ public class BuildingPhysicsCatalogItemProvider extends ItemProviderAdapter impl
updateChildren(notification);
switch (notification.getFeatureID(BuildingPhysicsCatalog.class)) {
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__AUTHOR:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__NAME:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__DESCRIPTION:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__SOURCE:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__WINDOW_CATALOG:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__MATERIAL_CATALOG:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__WINDOWS:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__MATERIAL_CATEGORIES:
case BuildingPhysicsPackage.BUILDING_PHYSICS_CATALOG__CONSTRUCTION_CATEGORIES:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
return;
}
......@@ -176,13 +248,16 @@ public class BuildingPhysicsCatalogItemProvider extends ItemProviderAdapter impl
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
super.collectNewChildDescriptors(newChildDescriptors, object);
newChildDescriptors
.add(createChildParameter(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__WINDOW_CATALOG,
BuildingPhysicsFactory.eINSTANCE.createWindowCatalog()));
newChildDescriptors.add(createChildParameter(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__WINDOWS,
BuildingPhysicsFactory.eINSTANCE.createWindowCategory()));
newChildDescriptors
.add(createChildParameter(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__MATERIAL_CATALOG,
BuildingPhysicsFactory.eINSTANCE.createMaterialCatalog()));
.add(createChildParameter(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__MATERIAL_CATEGORIES,
BuildingPhysicsFactory.eINSTANCE.createMaterialCategory()));
newChildDescriptors.add(
createChildParameter(BuildingPhysicsPackage.Literals.BUILDING_PHYSICS_CATALOG__CONSTRUCTION_CATEGORIES,
BuildingPhysicsFactory.eINSTANCE.createConstructionCategory()));
}
/**
......
......@@ -119,49 +119,26 @@ public class BuildingPhysicsItemProviderAdapterFactory extends BuildingPhysicsAd
}
/**
* This keeps track of the one adapter used for all {@link de.hftstuttgart.buildingphysics.WindowCatalog} instances.
* This keeps track of the one adapter used for all {@link de.hftstuttgart.buildingphysics.WindowCategory} instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected WindowCatalogItemProvider windowCatalogItemProvider;
protected WindowCategoryItemProvider windowCategoryItemProvider;
/**
* This creates an adapter for a {@link de.hftstuttgart.buildingphysics.WindowCatalog}.
* This creates an adapter for a {@link de.hftstuttgart.buildingphysics.WindowCategory}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Adapter createWindowCatalogAdapter() {
if (windowCatalogItemProvider == null) {
windowCatalogItemProvider = new WindowCatalogItemProvider(this);
public Adapter createWindowCategoryAdapter() {
if (windowCategoryItemProvider == null) {
windowCategoryItemProvider = new WindowCategoryItemProvider(this);
}
return windowCatalogItemProvider;
}
/**
* This keeps track of the one adapter used for all {@link de.hftstuttgart.buildingphysics.MaterialCatalog} instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MaterialCatalogItemProvider materialCatalogItemProvider;
/**
* This creates an adapter for a {@link de.hftstuttgart.buildingphysics.MaterialCatalog}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Adapter createMaterialCatalogAdapter() {
if (materialCatalogItemProvider == null) {
materialCatalogItemProvider = new MaterialCatalogItemProvider(this);
}
return materialCatalogItemProvider;
return windowCategoryItemProvider;
}
/**
......@@ -234,26 +211,26 @@ public class BuildingPhysicsItemProviderAdapterFactory extends BuildingPhysicsAd
}
/**
* This keeps track of the one adapter used for all {@link de.hftstuttgart.buildingphysics.Mounting} instances.
* This keeps track of the one adapter used for all {@link de.hftstuttgart.buildingphysics.Construction} instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MountingItemProvider mountingItemProvider;
protected ConstructionItemProvider constructionItemProvider;
/**
* This creates an adapter for a {@link de.hftstuttgart.buildingphysics.Mounting}.
* This creates an adapter for a {@link de.hftstuttgart.buildingphysics.Construction}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Adapter createMountingAdapter() {
if (mountingItemProvider == null) {
mountingItemProvider = new MountingItemProvider(this);
public Adapter createConstructionAdapter() {
if (constructionItemProvider == null) {
constructionItemProvider = new ConstructionItemProvider(this);
}
return mountingItemProvider;
return constructionItemProvider;
}
/**
......@@ -388,18 +365,16 @@ public class BuildingPhysicsItemProviderAdapterFactory extends BuildingPhysicsAd
buildingPhysicsCatalogItemProvider.dispose();
if (windowTypeItemProvider != null)
windowTypeItemProvider.dispose();
if (windowCatalogItemProvider != null)
windowCatalogItemProvider.dispose();
if (materialCatalogItemProvider != null)
materialCatalogItemProvider.dispose();
if (windowCategoryItemProvider != null)
windowCategoryItemProvider.dispose();
if (materialCategoryItemProvider != null)
materialCategoryItemProvider.dispose();
if (materialItemProvider != null)
materialItemProvider.dispose();
if (constructionCategoryItemProvider != null)
constructionCategoryItemProvider.dispose();
if (mountingItemProvider != null)
mountingItemProvider.dispose();
if (constructionItemProvider != null)
constructionItemProvider.dispose();
if (layerItemProvider != null)
layerItemProvider.dispose();
}
......
/**
*/
package de.hftstuttgart.buildingphysics.provider;
import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage;
import de.hftstuttgart.buildingphysics.Catalog;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.ResourceLocator;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.IItemPropertySource;
import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ItemProviderAdapter;
import org.eclipse.emf.edit.provider.ViewerNotification;
/**
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.Catalog} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class CatalogItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
/**
* This constructs an instance from a factory and a notifier.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CatalogItemProvider(AdapterFactory adapterFactory) {
super(adapterFactory);
}
/**
* This returns the property descriptors for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
if (itemPropertyDescriptors == null) {
super.getPropertyDescriptors(object);
addNamePropertyDescriptor(object);
addDescriptionPropertyDescriptor(object);
addSourcePropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
/**
* This adds a property descriptor for the Name feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addNamePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_Catalog_name_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Catalog_name_feature", "_UI_Catalog_type"),
BuildingPhysicsPackage.Literals.CATALOG__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* This adds a property descriptor for the Description feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addDescriptionPropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_Catalog_description_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Catalog_description_feature",
"_UI_Catalog_type"),
BuildingPhysicsPackage.Literals.CATALOG__DESCRIPTION, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* This adds a property descriptor for the Source feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addSourcePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_Catalog_source_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Catalog_source_feature",
"_UI_Catalog_type"),
BuildingPhysicsPackage.Literals.CATALOG__SOURCE, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected boolean shouldComposeCreationImage() {
return true;
}
/**
* This returns the label text for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String getText(Object object) {
String label = ((Catalog) object).getName();
return label == null || label.length() == 0 ? getString("_UI_Catalog_type")
: getString("_UI_Catalog_type") + " " + label;
}
/**
* This handles model notifications by calling {@link #updateChildren} to update any cached
* children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(Catalog.class)) {
case BuildingPhysicsPackage.CATALOG__NAME:
case BuildingPhysicsPackage.CATALOG__DESCRIPTION:
case BuildingPhysicsPackage.CATALOG__SOURCE:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
}
super.notifyChanged(notification);
}
/**
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children
* that can be created under this object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
super.collectNewChildDescriptors(newChildDescriptors, object);
}
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return BuildingPhysicsEditPlugin.INSTANCE;
}
}
......@@ -12,6 +12,7 @@ import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.ResourceLocator;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
......@@ -120,7 +121,7 @@ public class ConstructionCategoryItemProvider extends ItemProviderAdapter implem
switch (notification.getFeatureID(ConstructionCategory.class)) {
case BuildingPhysicsPackage.CONSTRUCTION_CATEGORY__NAME:
case BuildingPhysicsPackage.CONSTRUCTION_CATEGORY__MOUNTINGS:
case BuildingPhysicsPackage.CONSTRUCTION_CATEGORY__CONSTRUCTIONS:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
}
......
......@@ -4,7 +4,7 @@ package de.hftstuttgart.buildingphysics.provider;
import de.hftstuttgart.buildingphysics.BuildingPhysicsFactory;
import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage;
import de.hftstuttgart.buildingphysics.Mounting;
import de.hftstuttgart.buildingphysics.Construction;
import java.util.Collection;
import java.util.List;
......@@ -28,12 +28,12 @@ import org.eclipse.emf.edit.provider.ItemProviderAdapter;
import org.eclipse.emf.edit.provider.ViewerNotification;
/**
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.Mounting} object.
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.Construction} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class MountingItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
public class ConstructionItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
/**
* This constructs an instance from a factory and a notifier.
......@@ -41,7 +41,7 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
* <!-- end-user-doc -->
* @generated
*/
public MountingItemProvider(AdapterFactory adapterFactory) {
public ConstructionItemProvider(AdapterFactory adapterFactory) {
super(adapterFactory);
}
......@@ -56,25 +56,25 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
if (itemPropertyDescriptors == null) {
super.getPropertyDescriptors(object);
addMountingIdPropertyDescriptor(object);
addConstructionIdPropertyDescriptor(object);
addNamePropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
/**
* This adds a property descriptor for the Mounting Id feature.
* This adds a property descriptor for the Construction Id feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addMountingIdPropertyDescriptor(Object object) {
protected void addConstructionIdPropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_Mounting_mountingId_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Mounting_mountingId_feature",
"_UI_Mounting_type"),
BuildingPhysicsPackage.Literals.MOUNTING__MOUNTING_ID, true, false, false,
getResourceLocator(), getString("_UI_Construction_constructionId_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Construction_constructionId_feature",
"_UI_Construction_type"),
BuildingPhysicsPackage.Literals.CONSTRUCTION__CONSTRUCTION_ID, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
......@@ -87,10 +87,10 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
protected void addNamePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_Mounting_name_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Mounting_name_feature",
"_UI_Mounting_type"),
BuildingPhysicsPackage.Literals.MOUNTING__NAME, true, false, false,
getResourceLocator(), getString("_UI_Construction_name_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Construction_name_feature",
"_UI_Construction_type"),
BuildingPhysicsPackage.Literals.CONSTRUCTION__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
......@@ -106,7 +106,7 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object) {
if (childrenFeatures == null) {
super.getChildrenFeatures(object);
childrenFeatures.add(BuildingPhysicsPackage.Literals.MOUNTING__LAYERS);
childrenFeatures.add(BuildingPhysicsPackage.Literals.CONSTRUCTION__LAYERS);
}
return childrenFeatures;
}
......@@ -142,9 +142,9 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
*/
@Override
public String getText(Object object) {
String label = ((Mounting) object).getName();
return label == null || label.length() == 0 ? getString("_UI_Mounting_type")
: getString("_UI_Mounting_type") + " " + label;
String label = ((Construction) object).getName();
return label == null || label.length() == 0 ? getString("_UI_Construction_type")
: getString("_UI_Construction_type") + " " + label;
}
/**
......@@ -158,12 +158,12 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(Mounting.class)) {
case BuildingPhysicsPackage.MOUNTING__MOUNTING_ID:
case BuildingPhysicsPackage.MOUNTING__NAME:
switch (notification.getFeatureID(Construction.class)) {
case BuildingPhysicsPackage.CONSTRUCTION__CONSTRUCTION_ID:
case BuildingPhysicsPackage.CONSTRUCTION__NAME:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
case BuildingPhysicsPackage.MOUNTING__LAYERS:
case BuildingPhysicsPackage.CONSTRUCTION__LAYERS:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
return;
}
......@@ -181,7 +181,7 @@ public class MountingItemProvider extends ItemProviderAdapter implements IEditin
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
super.collectNewChildDescriptors(newChildDescriptors, object);
newChildDescriptors.add(createChildParameter(BuildingPhysicsPackage.Literals.MOUNTING__LAYERS,
newChildDescriptors.add(createChildParameter(BuildingPhysicsPackage.Literals.CONSTRUCTION__LAYERS,
BuildingPhysicsFactory.eINSTANCE.createLayer()));
}
......
/**
*/
package de.hftstuttgart.buildingphysics.provider;
import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage;
import de.hftstuttgart.buildingphysics.MaterialCatalog;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ViewerNotification;
/**
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.MaterialCatalog} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class MaterialCatalogItemProvider extends CatalogItemProvider {
/**
* This constructs an instance from a factory and a notifier.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public MaterialCatalogItemProvider(AdapterFactory adapterFactory) {
super(adapterFactory);
}
/**
* This returns the property descriptors for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
if (itemPropertyDescriptors == null) {
super.getPropertyDescriptors(object);
}
return itemPropertyDescriptors;
}
/**
* This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
* {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object) {
if (childrenFeatures == null) {
super.getChildrenFeatures(object);
childrenFeatures.add(BuildingPhysicsPackage.Literals.MATERIAL_CATALOG__MATERIAL_CATEGORIES);
childrenFeatures.add(BuildingPhysicsPackage.Literals.MATERIAL_CATALOG__CONSTRUCTION_CATEGORIES);
}
return childrenFeatures;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EStructuralFeature getChildFeature(Object object, Object child) {
// Check the type of the specified child object and return the proper feature to use for
// adding (see {@link AddCommand}) it as a child.
return super.getChildFeature(object, child);
}
/**
* This returns MaterialCatalog.gif.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object getImage(Object object) {
return overlayImage(object, getResourceLocator().getImage("full/obj16/MaterialCatalog"));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected boolean shouldComposeCreationImage() {
return true;
}
/**
* This returns the label text for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
@Override
public String getText(Object object) {
return getString("_UI_MaterialCatalog_type");
}
/**
* This handles model notifications by calling {@link #updateChildren} to update any cached
* children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(MaterialCatalog.class)) {
case BuildingPhysicsPackage.MATERIAL_CATALOG__MATERIAL_CATEGORIES:
case BuildingPhysicsPackage.MATERIAL_CATALOG__CONSTRUCTION_CATEGORIES:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
return;
}
super.notifyChanged(notification);
}
/**
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children
* that can be created under this object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
super.collectNewChildDescriptors(newChildDescriptors, object);
}
}
......@@ -12,6 +12,7 @@ import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.ResourceLocator;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
......@@ -64,13 +65,11 @@ public class MaterialCategoryItemProvider extends ItemProviderAdapter implements
* @generated
*/
protected void addNamePropertyDescriptor(Object object) {
itemPropertyDescriptors
.add(createItemPropertyDescriptor(((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(),
getResourceLocator(), getString("_UI_MaterialCategory_name_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_MaterialCategory_name_feature",
"_UI_MaterialCategory_type"),
BuildingPhysicsPackage.Literals.MATERIAL_CATEGORY__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), getResourceLocator(),
getString("_UI_MaterialCategory_name_feature"), getString("_UI_MaterialCategory_name_description"),
BuildingPhysicsPackage.Literals.MATERIAL_CATEGORY__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
......
......@@ -3,31 +3,40 @@
package de.hftstuttgart.buildingphysics.provider;
import de.hftstuttgart.buildingphysics.BuildingPhysicsPackage;
import de.hftstuttgart.buildingphysics.WindowCatalog;
import de.hftstuttgart.buildingphysics.WindowCategory;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.common.util.ResourceLocator;
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.IItemPropertySource;
import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
import org.eclipse.emf.edit.provider.ItemProviderAdapter;
import org.eclipse.emf.edit.provider.ViewerNotification;
/**
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.WindowCatalog} object.
* This is the item provider adapter for a {@link de.hftstuttgart.buildingphysics.WindowCategory} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class WindowCatalogItemProvider extends CatalogItemProvider {
public class WindowCategoryItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
/**
* This constructs an instance from a factory and a notifier.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public WindowCatalogItemProvider(AdapterFactory adapterFactory) {
public WindowCategoryItemProvider(AdapterFactory adapterFactory) {
super(adapterFactory);
}
......@@ -47,44 +56,14 @@ public class WindowCatalogItemProvider extends CatalogItemProvider {
}
/**
* This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
* {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object) {
if (childrenFeatures == null) {
super.getChildrenFeatures(object);
childrenFeatures.add(BuildingPhysicsPackage.Literals.WINDOW_CATALOG__WINDOW_TYPES);
}
return childrenFeatures;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EStructuralFeature getChildFeature(Object object, Object child) {
// Check the type of the specified child object and return the proper feature to use for
// adding (see {@link AddCommand}) it as a child.
return super.getChildFeature(object, child);
}
/**
* This returns WindowCatalog.gif.
* This returns WindowCategory.gif.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object getImage(Object object) {
return overlayImage(object, getResourceLocator().getImage("full/obj16/WindowCatalog"));
return overlayImage(object, getResourceLocator().getImage("full/obj16/WindowCategory"));
}
/**
......@@ -101,11 +80,11 @@ public class WindowCatalogItemProvider extends CatalogItemProvider {
* This returns the label text for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
* @generated
*/
@Override
public String getText(Object object) {
return getString("_UI_WindowCatalog_type");
return getString("_UI_WindowCategory_type");
}
/**
......@@ -119,9 +98,9 @@ public class WindowCatalogItemProvider extends CatalogItemProvider {
public void notifyChanged(Notification notification) {
updateChildren(notification);
switch (notification.getFeatureID(WindowCatalog.class)) {
case BuildingPhysicsPackage.WINDOW_CATALOG__WINDOW_TYPES:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
switch (notification.getFeatureID(WindowCategory.class)) {
case BuildingPhysicsPackage.WINDOW_CATEGORY__WINDOW_TYPES:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
}
super.notifyChanged(notification);
......@@ -139,4 +118,15 @@ public class WindowCatalogItemProvider extends CatalogItemProvider {
super.collectNewChildDescriptors(newChildDescriptors, object);
}
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return BuildingPhysicsEditPlugin.INSTANCE;
}
}
......@@ -8,6 +8,7 @@
<launcherArgs>
<programArgs>-clearPersistedState
-debugEMFForms
</programArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
......
......@@ -2,16 +2,13 @@
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.emf.ecp.view.model.provider.xmi.file">
<file filePath="viewmodels/Mounting.view"/>
<file filePath="viewmodels/ConstructionCategory.view"/>
<file filePath="viewmodels/MaterialCatalog.view"/>
<file filePath="viewmodels/Material.view"/>
<file filePath="viewmodels/WindowType.view"/>
<file filePath="viewmodels/WindowCategory.view"/>
<file filePath="viewmodels/Construction.view"/>
<file filePath="viewmodels/ConstructionCategory.view"/>
<file filePath="viewmodels/Material.view"/>
<file filePath="viewmodels/WindowType.view"/>
<file filePath="viewmodels/BuildingPhysicsCatalog.view"/>
<file filePath="viewmodels/BuildingPhysicsCatalog_Detail.view">
<filter key="detail" value="true"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmi:id="_1unhEK12Eeuda6ijj1ILcQ" name="BuildingPhysicsCatalog">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_1uqkYK12Eeuda6ijj1ILcQ" name="Control author">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_1uqkYa12Eeuda6ijj1ILcQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/author"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_P1mDgMBbEeuIHZm4y-I19A" name="Control name">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_P1mDgcBbEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/name"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_P1mqkMBbEeuIHZm4y-I19A" name="Control description">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_P1mqkcBbEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/description"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_P1mqksBbEeuIHZm4y-I19A" name="Control source">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_P1mqk8BbEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//BuildingPhysicsCatalog/source"/>
</domainModelReference>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
......
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmlns:org.eclipse.emf.ecp.view.table.model="http://org/eclipse/emf/ecp/view/table/model/150" xmi:id="_Hd11YLPZEeup29SeaUMpQQ" name="Mounting">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//Mounting"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_Hd2ccLPZEeup29SeaUMpQQ" name="Control mountingId">
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmlns:org.eclipse.emf.ecp.view.table.model="http://org/eclipse/emf/ecp/view/table/model/150" xmi:id="_Hd11YLPZEeup29SeaUMpQQ" name="Construction">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//Construction"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_Hd2ccLPZEeup29SeaUMpQQ" name="Control constructionId">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_Hd2ccbPZEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Mounting/mountingId"/>
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Construction/constructionId"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_Hd2ccrPZEeup29SeaUMpQQ" name="Control name">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_Hd2cc7PZEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Mounting/name"/>
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Construction/name"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.table.model:TableControl" xmi:id="_J63RcLPZEeup29SeaUMpQQ" moveUpDownDisabled="false" detailEditing="WithPanel">
......@@ -26,11 +26,11 @@
<domainModelEReferencePath href="http://www.hftstuttgart.de/buildingphysics#//Material/category"/>
</columnDomainModelReferences>
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_MkYRYbPZEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//Mounting/layers"/>
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//Construction/layers"/>
</domainModelReference>
</domainModelReference>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration" xmi:id="_rCf9QL44EeuIHZm4y-I19A" columnDomainReferences="_123AEL4qEeuIHZm4y-I19A _6c1I0L4uEeuIHZm4y-I19A"/>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:WidthConfiguration" xmi:id="_d7H2QL8HEeuIHZm4y-I19A" columnDomainReference="_QnRfELPZEeup29SeaUMpQQ" weight="30" minWidth="65"/>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration" xmi:id="__DSvkL-MEeuIHZm4y-I19A" columnDomainReferences="_123AEL4qEeuIHZm4y-I19A _6c1I0L4uEeuIHZm4y-I19A"/>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
......@@ -7,11 +7,18 @@
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.table.model:TableControl" xmi:id="_vgicgLeuEeu0KumwacCHxQ" detailEditing="WithPanel">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.table.model:TableDomainModelReference" xmi:id="_yN_hQLeuEeu0KumwacCHxQ">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_yN_hQbeuEeu0KumwacCHxQ">
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//ConstructionCategory/mountings"/>
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.table.model:TableDomainModelReference" xmi:id="_UOehkMBWEeuIHZm4y-I19A">
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_XzxNQMBWEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Construction/constructionId"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_XzxNQcBWEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Construction/name"/>
</columnDomainModelReferences>
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_UOehkcBWEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//ConstructionCategory/constructions"/>
</domainModelReference>
</domainModelReference>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration" xmi:id="_2MtCAL-PEeuIHZm4y-I19A"/>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmi:id="_cFVTQLPYEeup29SeaUMpQQ" name="MaterialCatalog">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//MaterialCatalog"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_cFWhYLPYEeup29SeaUMpQQ" name="Control name">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_cFWhYbPYEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/name"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_cFWhYrPYEeup29SeaUMpQQ" name="Control description">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_cFWhY7PYEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/description"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_cFWhZLPYEeup29SeaUMpQQ" name="Control source">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_cFWhZbPYEeup29SeaUMpQQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/source"/>
</domainModelReference>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
......@@ -27,6 +27,7 @@
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//MaterialCategory/materials"/>
</domainModelReference>
</domainModelReference>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration" xmi:id="_q0L1IL-QEeuIHZm4y-I19A" columnDomainReferences="_g8iSwbPYEeup29SeaUMpQQ _g8iSwrPYEeup29SeaUMpQQ _g8iSw7PYEeup29SeaUMpQQ _g8iSxLPYEeup29SeaUMpQQ _g8iSwLPYEeup29SeaUMpQQ"/>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmlns:org.eclipse.emf.ecp.view.table.model="http://org/eclipse/emf/ecp/view/table/model/150" xmi:id="_gPK1kK15Eeuda6ijj1ILcQ" name="WindowCatalog">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//WindowCatalog"/>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_gPMDsK15Eeuda6ijj1ILcQ" name="Control name">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_gPMDsa15Eeuda6ijj1ILcQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/name"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_gPMDsq15Eeuda6ijj1ILcQ" name="Control description">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_gPMDs615Eeuda6ijj1ILcQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/description"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.model:Control" xmi:id="_gPMDtK15Eeuda6ijj1ILcQ" name="Control source">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_gPMDta15Eeuda6ijj1ILcQ">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//Catalog/source"/>
</domainModelReference>
</children>
<children xsi:type="org.eclipse.emf.ecp.view.table.model:TableControl" xmi:id="_jQX8wK15Eeuda6ijj1ILcQ" detailEditing="WithPanel">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.table.model:TableDomainModelReference" xmi:id="_v8IfcLfGEeu0KumwacCHxQ">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_v8IfcbfGEeu0KumwacCHxQ">
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//WindowCatalog/windowTypes"/>
</domainModelReference>
</domainModelReference>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
<?xml version="1.0" encoding="UTF-8"?>
<org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model/1180" xmlns:org.eclipse.emf.ecp.view.table.model="http://org/eclipse/emf/ecp/view/table/model/150" xmi:id="_g2A3kMBbEeuIHZm4y-I19A" name="WindowCategory">
<rootEClass href="http://www.hftstuttgart.de/buildingphysics#//WindowCategory"/>
<children xsi:type="org.eclipse.emf.ecp.view.table.model:TableControl" xmi:id="_jclRMMBbEeuIHZm4y-I19A" detailEditing="WithPanel">
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.table.model:TableDomainModelReference" xmi:id="_mCVLcMBbEeuIHZm4y-I19A">
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BMMExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/windowTypeId"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BMcExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/name"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BMsExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/uValue"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BM8ExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/gValue"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BNMExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/glazingNumber"/>
</columnDomainModelReferences>
<columnDomainModelReferences xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_6R9BNcExEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EAttribute" href="http://www.hftstuttgart.de/buildingphysics#//WindowType/frameRatio"/>
</columnDomainModelReferences>
<domainModelReference xsi:type="org.eclipse.emf.ecp.view.model:FeaturePathDomainModelReference" xmi:id="_mCVLccBbEeuIHZm4y-I19A">
<domainModelEFeature xsi:type="ecore:EReference" href="http://www.hftstuttgart.de/buildingphysics#//WindowCategory/windowTypes"/>
</domainModelReference>
</domainModelReference>
<columnConfigurations xsi:type="org.eclipse.emf.ecp.view.table.model:ReadOnlyColumnConfiguration" xmi:id="_8ZWLgMExEeuIHZm4y-I19A" columnDomainReferences="_6R9BMcExEeuIHZm4y-I19A _6R9BMsExEeuIHZm4y-I19A _6R9BNMExEeuIHZm4y-I19A _6R9BNcExEeuIHZm4y-I19A _6R9BM8ExEeuIHZm4y-I19A _6R9BMMExEeuIHZm4y-I19A"/>
</children>
<ecorePaths>/de.hftstuttgart.buildingphysics/model/buildingphysics.ecore</ecorePaths>
</org.eclipse.emf.ecp.view.model:View>
<?xml version="1.0" encoding="UTF-8"?><buildphys:BuildingPhysicsCatalog xmlns:buildphys="http://www.hftstuttgart.de/buildingphysics" xmlns:xmi="http://www.omg.org/XMI" author="Verena Weiler, HfT Stuttgart" xmi:version="2.0">
<windowCatalog name="German Building Typology Library IWU" description="Window catalog from German Building Typology Library IWU" source="http://www.iwu.de">
<windowTypes windowTypeId="window_0" name="Double-glazed window with old wooden/aluminum frame" uValue="3.2 W/(m²·K)" gValue="0.76" glazingNumber="2" frameRatio="0.3" embodiedEnergy="809.02 kW·h/m²" embodiedCarbon="143.4 kg" constructionDescription="double glazing with old wooden/aluminum frame, produced in Germany, transportation 50 km " disposalEnergy="5.16 kW·h/m²" disposalCarbon="1.5 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_1" name="Double-glazed window with plastic frame" uValue="2.57 W/(m²·K)" gValue="0.76" glazingNumber="2" frameRatio="0.3" embodiedEnergy="577.53 kW·h/m²" embodiedCarbon="106.92 kg" constructionDescription="double glazing with plastic frame, produced in Germany, transportation 50 km " disposalEnergy="4.48 kW·h/m²" disposalCarbon="2.26 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_2" name="Low-E double-glazed window" uValue="1.6 W/(m²·K)" gValue="0.63" glazingNumber="2" frameRatio="0.3" embodiedEnergy="628.89 kW·h/m²" embodiedCarbon="81.57 kg" constructionDescription="double glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="3.97 kW·h/m²" disposalCarbon="4.48 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_3" name="Low-E double-glazed window EnEV2016" uValue="1.3 W/(m²·K)" gValue="0.6" glazingNumber="2" frameRatio="0.3" embodiedEnergy="628.89 kW·h/m²" embodiedCarbon="81.57 kg" constructionDescription="double glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="3.97 kW·h/m²" disposalCarbon="4.48 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_4" name="Low-E triple-glazed window" uValue="1.05 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_5" name="Low-E triple-glazed window KfW 40" uValue="0.91 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_6" name="Low-E triple-glazed window KfW 55" uValue="0.91 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_7" name="Single-glazed window" uValue="5.0 W/(m²·K)" gValue="0.86" glazingNumber="1" frameRatio="0.3" embodiedEnergy=" kW·h/m²" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/m²" disposalCarbon=" kg" disposalDescription=""/>
</windowCatalog>
<materialCatalog name="German Building Typology Library IWU" description="Construction catalog from German Building Typology Library IWU" source="http://www.iwu.de">
<materialCategories name="Brick">
<materials materialId="material_0" name="Solid brick" density="2000.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy="0.8 kW·h/kg" embodiedCarbon="0.25 kg" constructionDescription="solid brick made of clay, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_1" name="Cored brick" density="1500.0 kg/m³" heatCapacity="920.0 J/K" conductivity="0.71 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_2" name="Honeycomb brick" density="1120.0 kg/m³" heatCapacity="790.0 J/K" conductivity="0.3 W/(m·K)" embodiedEnergy="0.77 kW·h/kg" embodiedCarbon="0.14 kg" constructionDescription="light clay brick, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_3" name="Inner leaf brick" density="1800.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.62 W/(m·K)" embodiedEnergy="1.1 kW·h/kg" embodiedCarbon="0.95 kg" constructionDescription="made of portland clinker, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_4" name="Outer leaf brick" density="2000.0 kg/m³" heatCapacity="650.0 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy="1.1 kW·h/kg" embodiedCarbon="0.95 kg" constructionDescription="made of portland clinker, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_5" name="Vermiculite insulated brick" density="700.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.27 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Concrete">
<materials materialId="material_6" name="Breeze block" density="1500.0 kg/m³" heatCapacity="650.0 J/K" conductivity="0.44 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.12 kg" constructionDescription="concrete block, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_7" name="Concrete dense" density="2000.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="1.13 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.16 kg" constructionDescription="concrete 50MPa, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_8" name="Concrete lightweight" density="1200.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.38 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_9" name="Aerated concrete block" density="500.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy="1.01 kW·h/kg" embodiedCarbon="0.48 kg" constructionDescription="autoclaved aerated concrete, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_10" name="Foamed slag concrete" density="1040.0 kg/m³" heatCapacity="960.0 J/K" conductivity="0.25 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_11" name="Vermiculite aggregate concrete" density="450.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.17 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_12" name="No fines concrete" density="1800.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_13" name="Glass reinforced concrete" density="1950.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.9 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_14" name="Reinforced concrete" density="2240.0 kg/m³" heatCapacity="900.0 J/K" conductivity="1.95 W/(m·K)" embodiedEnergy="0.46 kW·h/kg" embodiedCarbon="0.18 kg" constructionDescription="concrete 25 MPa, steel low alloyed, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Ground covering">
<materials materialId="material_15" name="Infusorial (9% mc)" density="480.0 kg/m³" heatCapacity="180.0 J/K" conductivity="0.09 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_16" name="Gravel based" density="2050.0 kg/m³" heatCapacity="184.0 J/K" conductivity="0.52 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_17" name="Common earth" density="1460.0 kg/m³" heatCapacity="879.0 J/K" conductivity="1.28 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Insulation">
<materials materialId="material_18" name="Asbestos insulation" density="577.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_19" name="Cork insulation" density="105.0 kg/m³" heatCapacity="1810.0 J/K" conductivity="0.045 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_20" name="Woodwool" density="500.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.1 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_21" name="Glasswool" density="250.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy="2.98 kW·h/kg" embodiedCarbon="0.54 kg" constructionDescription="glaswool mat for insulation, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_22" name="Sheeps wool" density="198.0 kg/m³" heatCapacity="1360.0 J/K" conductivity="0.06 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_23" name="Mineral fibre" density="105.0 kg/m³" heatCapacity="1800.0 J/K" conductivity="0.045 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_24" name="Urea formaldehyde foam (UFFI)" density="30.0 kg/m³" heatCapacity="1764.0 J/K" conductivity="0.03 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_25" name="Polyurethane (PUR)" density="30.0 kg/m³" heatCapacity="837.0 J/K" conductivity="0.025 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_26" name="Foamed glass" density="125.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.05 W/(m·K)" embodiedEnergy="9.04 kW·h/kg" embodiedCarbon="2.04 kg" constructionDescription="foamed glass, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_27" name="Cellulose (loose fill)" density="300.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.037 W/(m·K)" embodiedEnergy="2.98 kW·h/kg" embodiedCarbon="0.54 kg" constructionDescription="cellulose loose fill including blow in, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_28" name="Extruded polystyrene (XPS 030)" density="32.0 kg/m³" heatCapacity="1412.0 J/K" conductivity="0.03 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_29" name="Expanded polystyrene (EPS 040)" density="25.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy="27.2 kW·h/kg" embodiedCarbon="3.83 kg" constructionDescription="polystyrene, CO2 blown, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.13 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_30" name="Expanded polystyrene (EPS 035)" density="25.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.035 W/(m·K)" embodiedEnergy="27.2 kW·h/kg" embodiedCarbon="3.83 kg" constructionDescription="polystyrene, CO2 blown, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.13 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_31" name="Expanded PVC" density="55.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_32" name="Silicon" density="700.0 kg/m³" heatCapacity="1004.0 J/K" conductivity="0.18 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_33" name="Wool felt underlay" density="160.0 kg/m³" heatCapacity="1360.0 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_34" name="Cellular rubber underlay" density="400.0 kg/m³" heatCapacity="1360.0 J/K" conductivity="0.1 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_35" name="Synthetic carpet" density="160.0 kg/m³" heatCapacity="2500.0 J/K" conductivity="0.06 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Metal">
<materials materialId="material_36" name="Copper" density="8900.0 kg/m³" heatCapacity="434.0 J/K" conductivity="200.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_37" name="Steel" density="7800.0 kg/m³" heatCapacity="507.0 J/K" conductivity="50.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_38" name="Aluminium" density="2800.0 kg/m³" heatCapacity="905.0 J/K" conductivity="160.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Plaster">
<materials materialId="material_39" name="Dense plaster" density="1300.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_40" name="Light plaster" density="600.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_41" name="Gypsum plasterboard" density="950.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy="1.61 kW·h/kg" embodiedCarbon="0.43 kg" constructionDescription="produced from 100% natural gypsum, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_42" name="Perlite plasterboard" density="800.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.18 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_43" name="Gypsum plastering" density="1200.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.42 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.07 kg" constructionDescription="gypsum plastering made of gypsum, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_44" name="Perlite plastering" density="400.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.08 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_45" name="Vermiculite plastering" density="720.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.2 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Stone">
<materials materialId="material_46" name="Sandstone" density="2000.0 kg/m³" heatCapacity="724.0 J/K" conductivity="1.3 W/(m·K)" embodiedEnergy="0.45 kW·h/kg" embodiedCarbon="0.17 kg" constructionDescription="sand-lime brick, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_47" name="Granite" density="2600.0 kg/m³" heatCapacity="905.0 J/K" conductivity="2.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_48" name="Marble" density="2500.0 kg/m³" heatCapacity="796.0 J/K" conductivity="2.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_49" name="Limestone" density="2180.0 kg/m³" heatCapacity="724.0 J/K" conductivity="1.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_50" name="Slate" density="2700.0 kg/m³" heatCapacity="760.0 J/K" conductivity="2.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_51" name="Gravel" density="1840.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.36 W/(m·K)" embodiedEnergy="0.08 kW·h/kg" embodiedCarbon="0.02 kg" constructionDescription="gravel, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_52" name="Chippings" density="1800.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_53" name="Pumice stone" density="1280.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.53 W/(m·K)" embodiedEnergy="0.44 kW·h/kg" embodiedCarbon="0.24 kg" constructionDescription="light weight concrete block - pumice, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_54" name="Sand" density="1500.0 kg/m³" heatCapacity="830.0 J/K" conductivity="0.2 W/(m·K)" embodiedEnergy="0.05 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="sand, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_55" name="Cinder aggregate" density="1000.0 kg/m³" heatCapacity="800.0 J/K" conductivity="0.4 W/(m·K)" embodiedEnergy="0.04 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="ground granulated plast furnace slag, produced in Germany, transportation 50 km" disposalEnergy="0.07 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Tile">
<materials materialId="material_56" name="Concrete lightweight screed" density="1200.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.41 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_57" name="Concrete screed" density="2100.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="1.28 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_58" name="Granolithic screed" density="2085.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.87 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_59" name="Cement screed" density="2100.0 kg/m³" heatCapacity="650.0 J/K" conductivity="1.4 W/(m·K)" embodiedEnergy="0.36 kW·h/kg" embodiedCarbon="0.2 kg" constructionDescription=" cement is portland cement, strength class Z 42.5, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to material landfill, transportation 50 km"/>
<materials materialId="material_60" name="Rendering dry" density="1300.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_61" name="Rendering (1% mc)" density="1431.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="1.13 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_62" name="Rendering (8% mc)" density="1329.0 kg/m³" heatCapacity="1014.0 J/K" conductivity="0.79 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_63" name="Aged rendering" density="1329.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.79 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_64" name="Clay tile" density="1900.0 kg/m³" heatCapacity="837.0 J/K" conductivity="0.85 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_65" name="Concrete tile" density="2100.0 kg/m³" heatCapacity="837.0 J/K" conductivity="1.1 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_66" name="Slate tile" density="2700.0 kg/m³" heatCapacity="760.0 J/K" conductivity="2.0 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_67" name="Plastic tile" density="1050.0 kg/m³" heatCapacity="837.0 J/K" conductivity="0.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_68" name="Rubber tile" density="1600.0 kg/m³" heatCapacity="2000.0 J/K" conductivity="0.3 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_69" name="Cork tile" density="530.0 kg/m³" heatCapacity="1800.0 J/K" conductivity="0.08 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_70" name="Asphalt/asbestos roof" density="1900.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.55 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_71" name="P.V.C./asbestos roof" density="2000.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.85 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_72" name="Straw thatch" density="240.0 kg/m³" heatCapacity="180.0 J/K" conductivity="0.07 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_73" name="Ceiling (mineral)" density="290.0 kg/m³" heatCapacity="2000.0 J/K" conductivity="0.03 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_74" name="Ceiling (plaster)" density="1120.0 kg/m³" heatCapacity="840.0 J/K" conductivity="0.38 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_75" name="Bitumen felt" density="1700.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.5 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_76" name="Roofing felt" density="960.0 kg/m³" heatCapacity="837.0 J/K" conductivity="0.19 W/(m·K)" embodiedEnergy="12.41 kW·h/kg" embodiedCarbon="0.85 kg" constructionDescription="plastic liner consisting of polymer EP4 flame retardant and bitumen seal, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.11 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_77" name="Asphalt mastic roofing" density="2325.0 kg/m³" heatCapacity="837.0 J/K" conductivity="1.15 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_78" name="Asphalt" density="1907.0 kg/m³" heatCapacity="833.0 J/K" conductivity="0.62 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_79" name="Asbestos cement" density="1500.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.36 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_80" name="Cement sheet" density="700.0 kg/m³" heatCapacity="1050.0 J/K" conductivity="0.36 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
</materialCategories>
<materialCategories name="Wood">
<materials materialId="material_81" name="Wood block" density="800.0 kg/m³" heatCapacity="2093.0 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_82" name="Hardboard medium" density="600.0 kg/m³" heatCapacity="2027.0 J/K" conductivity="0.08 W/(m·K)" embodiedEnergy="13.13 kW·h/kg" embodiedCarbon="1.3 kg" constructionDescription="fibreboard hard, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_83" name="Hardboard standard" density="900.0 kg/m³" heatCapacity="2027.0 J/K" conductivity="0.13 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_84" name="Timber flooring" density="650.0 kg/m³" heatCapacity="1195.0 J/K" conductivity="0.14 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_85" name="Corkboard" density="160.0 kg/m³" heatCapacity="1888.0 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_86" name="Chipboard" density="800.0 kg/m³" heatCapacity="2093.0 J/K" conductivity="0.15 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_87" name="Softboard" density="350.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.56 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_88" name="Weatherboard" density="650.0 kg/m³" heatCapacity="2000.0 J/K" conductivity="0.14 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_89" name="Hardwood (oak, mapple, walnut...)" density="700.0 kg/m³" heatCapacity="1412.0 J/K" conductivity="0.15 W/(m·K)" embodiedEnergy="1.59 kW·h/kg" embodiedCarbon="0.03 kg" constructionDescription="sawing of hardwood, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_90" name="Softwood (pine, spruce...)" density="630.0 kg/m³" heatCapacity="2760.0 J/K" conductivity="0.13 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_91" name="Plywood" density="560.0 kg/m³" heatCapacity="2500.0 J/K" conductivity="0.15 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription=""/>
<materials materialId="material_92" name="Fibreboard" density="300.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.06 W/(m·K)" embodiedEnergy="5.23 kW·h/kg" embodiedCarbon="1.2 kg" constructionDescription="fibreboard soft without adhesives, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Others">
<materials materialId="material_93" name="Loam" density="1280.0 kg/m³" heatCapacity="1000.0 J/K" conductivity="0.55 W/(m·K)" embodiedEnergy="0.06 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="market for clay, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_94" name="Air layer (horizontal 10cm)" density="1.2 kg/m³" heatCapacity="1400.0 J/K" conductivity="0.45 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="air layer inbetween different construction types" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription="no disposal for air layer"/>
<materials materialId="material_95" name="Air layer (vertical 10cm)" density="1.2 kg/m³" heatCapacity="1400.0 J/K" conductivity="0.55 W/(m·K)" embodiedEnergy=" kW·h/kg" embodiedCarbon=" kg" constructionDescription="air layer inbetween different construction types" disposalEnergy=" kW·h/kg" disposalCarbon=" kg" disposalDescription="no disposal for air layer"/>
<materials materialId="material_96" name="Rafters with glasswool insulation" density="288.0 kg/m³" heatCapacity="1032.0 J/K" conductivity="0.05 W/(m·K)" embodiedEnergy="15.18 kW·h/kg" embodiedCarbon="0.71 kg" constructionDescription="ratio 80/20 Vol.-% (glasswool/rafters), glued laminated timber used as rafters, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.06 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<constructionCategories name="outWall">
<mountings mountingId="mounting_0" name="Aerated concrete-25cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_1" name="Aerated concrete-25cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_2" name="Aerated concrete-25cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_3" name="Aerated concrete-25cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_4" name="Aerated concrete-30cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_5" name="Aerated concrete-30cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_6" name="Aerated concrete-30cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_7" name="Aerated concrete-30cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_8" name="Aerated concrete-50cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.5 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_9" name="Aerated concrete-50cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_9" thickness="0.5 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_24" name="Breeze block-28cm">
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_25" name="Breeze block-28cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_26" name="Breeze block-28cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_27" name="Breeze block-28cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_28" name="Cavity wall">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_3" thickness="0.17 m"/>
</mountings>
<mountings mountingId="mounting_29" name="Cavity wall_EnEV2016">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_27" thickness="0.1 m"/>
<layers material="material_3" thickness="0.17 m"/>
<layers material="material_30" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_30" name="Cavity wall_RefAdv">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_3" thickness="0.17 m"/>
</mountings>
<mountings mountingId="mounting_31" name="Cavity wall_RefMed">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_27" thickness="0.06 m"/>
<layers material="material_3" thickness="0.17 m"/>
</mountings>
<mountings mountingId="mounting_75" name="Concrete sandwich wall_1970s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_76" name="Concrete sandwich wall_1970s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_77" name="Concrete sandwich wall_1970s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_78" name="Concrete sandwich wall_1970s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_79" name="Concrete sandwich wall_1980s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_80" name="Concrete sandwich wall_1980s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.105 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_81" name="Concrete sandwich wall_1980s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_82" name="Concrete sandwich wall_1980s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_83" name="Concrete sandwich wall_1990s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_84" name="Concrete sandwich wall_1990s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.085 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_85" name="Concrete sandwich wall_1990s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_86" name="Concrete sandwich wall_1990s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_118" name="Dense brickwork-32cm">
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_119" name="Dense brickwork-32cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.125 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_120" name="Dense brickwork-32cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_121" name="Dense brickwork-32cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_122" name="Honeycomb brick insul-10cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_123" name="Honeycomb brick insul-10cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.125 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_124" name="Honeycomb brick insul-12cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_125" name="Honeycomb brick insul-12cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.125 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_126" name="Honeycomb brick insul-13cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.13 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_127" name="Honeycomb brick insul-16cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_128" name="Honeycomb brick insul-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.22 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_129" name="Honeycomb brick insul-6cm">
<layers material="material_43" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.06 m"/>
<layers material="material_2" thickness="0.24 m"/>
</mountings>
<mountings mountingId="mounting_130" name="Honeycomb brick insul-6cm-EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_29" thickness="0.06 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_131" name="Honeycomb brick-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_132" name="Honeycomb brick-22cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_133" name="Honeycomb brick-22cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_134" name="Honeycomb brick-22cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_135" name="Honeycomb brick-30cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_136" name="Honeycomb brick-30cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.105 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_137" name="Honeycomb brick-30cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_138" name="Honeycomb brick-30cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_139" name="Loam-timber-frames">
<layers material="material_93" thickness="0.2 m"/>
</mountings>
<mountings mountingId="mounting_140" name="Loam-timber-frames_ EnEV2016">
<layers material="material_93" thickness="0.2 m"/>
<layers material="material_30" thickness="0.125 m"/>
</mountings>
<mountings mountingId="mounting_141" name="Loam-timber-frames_ ref adv">
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_93" thickness="0.2 m"/>
</mountings>
<mountings mountingId="mounting_142" name="Loam-timber-frames_ ref med">
<layers material="material_93" thickness="0.2 m"/>
<layers material="material_21" thickness="0.1 m"/>
</mountings>
<mountings mountingId="mounting_143" name="Reinforced concrete insul-11cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_144" name="Reinforced concrete insul-11cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_145" name="Reinforced concrete insul-14cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.14 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_146" name="Reinforced concrete insul-16cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_147" name="Reinforced concrete insul-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.22 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="groundShell">
<mountings mountingId="mounting_87" name="Concrete slab insul-10cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_88" name="Concrete slab insul-10cm_EnEV2016">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_89" name="Concrete slab insul-12cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_90" name="Concrete slab insul-14cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.14 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_91" name="Concrete slab insul-16cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_92" name="Concrete slab insul-1cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_93" name="Concrete slab insul-1cm_EnEV2016">
<layers material="material_30" thickness="0.095 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_94" name="Concrete slab insul-1cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_95" name="Concrete slab insul-1cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_96" name="Concrete slab insul-2.5cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_97" name="Concrete slab insul-2.5cm_EnEV2016">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_98" name="Concrete slab insul-2.5cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_99" name="Concrete slab insul-2.5cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_100" name="Concrete slab insul-3cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_101" name="Concrete slab insul-3cm_EnEV2016">
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_102" name="Concrete slab insul-3cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_103" name="Concrete slab insul-3cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_104" name="Concrete slab insul-4.5cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_105" name="Concrete slab insul-4.5cm_EnEV2016">
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_106" name="Concrete slab insul-4.5cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_107" name="Concrete slab insul-4.5cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_108" name="Concrete slab insul-4cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_109" name="Concrete slab insul-4cm_EnEV2016">
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_110" name="Concrete slab insul-4cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_111" name="Concrete slab insul-4cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_112" name="Concrete slab insul-6cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_113" name="Concrete slab insul-6cm_EnEV2016">
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_114" name="Concrete slab insul-6cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_115" name="Concrete slab insul-6cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_116" name="Concrete slab insul-7cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.07 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_117" name="Concrete slab insul-7cm_EnEV2016">
<layers material="material_30" thickness="0.035 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.07 m"/>
<layers material="material_59" thickness="0.04 m"/>
</mountings>
<mountings mountingId="mounting_148" name="Sand stone on sand">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_149" name="Sand stone on sand_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_30" thickness="0.095 m"/>
<layers material="material_54" thickness="0.035 m"/>
<layers material="material_46" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_150" name="Sand stone on sand_RefAdv">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
<layers material="material_30" thickness="0.12 m"/>
</mountings>
<mountings mountingId="mounting_151" name="Sand stone on sand_RefMed">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
<layers material="material_30" thickness="0.06 m"/>
</mountings>
<mountings mountingId="mounting_180" name="Wooden floor infill cinder aggregate">
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_181" name="Wooden floor infill cinder aggregate_EnEV2016">
<layers material="material_30" thickness="0.084 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_182" name="Wooden floor infill cinder aggregate_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_183" name="Wooden floor infill cinder aggregate_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_184" name="Wooden floor infill cob ">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</mountings>
<mountings mountingId="mounting_185" name="Wooden floor infill cob _EnEV2016">
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</mountings>
<mountings mountingId="mounting_186" name="Wooden floor infill cob _RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</mountings>
<mountings mountingId="mounting_187" name="Wooden floor infill cob _RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</mountings>
<mountings mountingId="mounting_188" name="Wooden floor infill sand">
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_189" name="Wooden floor infill sand_EnEV2016">
<layers material="material_30" thickness="0.085 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_190" name="Wooden floor infill sand_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
<mountings mountingId="mounting_191" name="Wooden floor infill sand_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="pitchedRoof">
<mountings mountingId="mounting_152" name="Timber rafters closed">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_153" name="Timber rafters closed with fibreboard">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_92" thickness="0.025 m"/>
</mountings>
<mountings mountingId="mounting_154" name="Timber rafters insul-10cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.1 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_155" name="Timber rafters insul-12cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_156" name="Timber rafters insul-14cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.14 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_157" name="Timber rafters insul-16cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.16 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_158" name="Timber rafters insul-18cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.18 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_159" name="Timber rafters insul-18cm_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.18 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_160" name="Timber rafters insul-20cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.2 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_161" name="Timber rafters insul-24cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.24 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_162" name="Timber rafters insul-28cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.28 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_163" name="Timber rafters insul-34cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.34 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_164" name="Timber rafters insul-42cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.42 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_165" name="Timber rafters insul-4cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.04 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_166" name="Timber rafters insul-5cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.05 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_167" name="Timber rafters insul-6cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.06 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_168" name="Timber rafters with pumicestone">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_53" thickness="0.3 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_169" name="Timber rafters_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.1 m"/>
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_170" name="Timber rafters_RefAdv">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_21" thickness="0.18 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
<mountings mountingId="mounting_171" name="Timber rafters_RefMed">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="topCeiling">
<mountings mountingId="mounting_13" name="Breeze block ceiling">
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</mountings>
<mountings mountingId="mounting_14" name="Breeze block ceiling insul-15cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.15 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_15" name="Breeze block ceiling insul-18cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.18 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_16" name="Breeze block ceiling insul-22cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.22 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_17" name="Breeze block ceiling insul-2cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_18" name="Breeze block ceiling insul-2cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_19" name="Breeze block ceiling insul-2cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_20" name="Breeze block ceiling insul-30cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_6" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_21" name="Breeze block ceiling_EnEV2016">
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_30" thickness="0.13 m"/>
<layers material="material_6" thickness="0.13 m"/>
</mountings>
<mountings mountingId="mounting_22" name="Breeze block ceiling_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</mountings>
<mountings mountingId="mounting_23" name="Breeze block ceiling_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</mountings>
<mountings mountingId="mounting_32" name="Concrete ceiling foam insul-6cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_33" name="Concrete ceiling foam insul-6cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.09 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_34" name="Concrete ceiling foam insul-6cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_35" name="Concrete ceiling foam insul-6cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_36" name="Concrete ceiling insul-10cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_37" name="Concrete ceiling insul-10cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_38" name="Concrete ceiling insul-10cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_39" name="Concrete ceiling insul-10cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_40" name="Concrete ceiling insul-12cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_41" name="Concrete ceiling insul-12cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_42" name="Concrete ceiling insul-12cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_43" name="Concrete ceiling insul-12cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_44" name="Concrete ceiling insul-14cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_45" name="Concrete ceiling insul-14cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.015 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_46" name="Concrete ceiling insul-14cm_EnEv2014">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.13 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_47" name="Concrete ceiling insul-14cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_48" name="Concrete ceiling insul-16cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_49" name="Concrete ceiling insul-16cmEPS035">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_50" name="Concrete ceiling insul-16cmEPS040">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_51" name="Concrete ceiling insul-16cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_52" name="Concrete ceiling insul-20cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.2 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_53" name="Concrete ceiling insul-24cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_54" name="Concrete ceiling insul-2cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_55" name="Concrete ceiling insul-2cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_56" name="Concrete ceiling insul-2cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_57" name="Concrete ceiling insul-2cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_58" name="Concrete ceiling insul-30cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_59" name="Concrete ceiling insul-4cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_60" name="Concrete ceiling insul-4cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.1 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_61" name="Concrete ceiling insul-4cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_62" name="Concrete ceiling insul-4cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_63" name="Concrete ceiling insul-5cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_64" name="Concrete ceiling insul-5cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.09 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_65" name="Concrete ceiling insul-5cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_66" name="Concrete ceiling insul-5cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_67" name="Concrete ceiling insul-8cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_68" name="Concrete ceiling insul-8cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_69" name="Concrete ceiling insul-8cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_70" name="Concrete ceiling insul-8cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_71" name="Concrete ceiling with gravel insul-8cm">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_72" name="Concrete ceiling with gravel insul-8cm_EnEV2016">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_73" name="Concrete ceiling with gravel insul-8cm_RefAdv">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_74" name="Concrete ceiling with gravel insul-8cm_RefMed">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</mountings>
<mountings mountingId="mounting_172" name="Wood ceiling infill cob">
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_173" name="Wood ceiling infill cob and dead floor">
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_174" name="Wood ceiling infill cob and dead floor_EnEV2016">
<layers material="material_30" thickness="0.1 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_175" name="Wood ceiling infill cob and dead floor_RefAdv">
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_176" name="Wood ceiling infill cob and dead floor_RefMed">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_177" name="Wood ceiling infill cob_EnEV2016">
<layers material="material_30" thickness="0.115 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_178" name="Wood ceiling infill cob_RefAdv">
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
<mountings mountingId="mounting_179" name="Wood ceiling infill cob_RefMed">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="sharedWall">
<mountings mountingId="mounting_12" name="Beton shared wall">
<layers material="material_6" thickness="0.15 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="internalWall">
<mountings mountingId="mounting_11" name="Beton internal wall">
<layers material="material_6" thickness="0.06 m"/>
</mountings>
</constructionCategories>
<constructionCategories name="intermediaryFloor">
<mountings mountingId="mounting_10" name="Beton intermediary floor">
<layers material="material_6" thickness="0.2 m"/>
</mountings>
</constructionCategories>
</materialCatalog>
<?xml version="1.0" encoding="UTF-8"?>
<buildphys:BuildingPhysicsCatalog xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:buildphys="http://www.hftstuttgart.de/buildingphysics" name="German Building Typology Library IWU" description="Update: 27.02.2018 / inspired from Deutsche Gebaeudetypologie, Institut Wohnen und Umwelt (2003 and 2011), including the EnEV2016 standards.&#xA;Update: 27.06.2019 Verena Weiler : window ratio calculated from reference building types' area for walls and windows from IWU 2015." source="http://www.iwu.de">
<windows>
<windowTypes windowTypeId="window_0" name="Double-glazed window with old wooden/aluminum frame" uValue="3.2 W/(m²·K)" gValue="0.76" glazingNumber="2" frameRatio="0.3" embodiedEnergy="809.02 kW·h/m²" embodiedCarbon="143.4 kg" constructionDescription="double glazing with old wooden/aluminum frame, produced in Germany, transportation 50 km " disposalEnergy="5.16 kW·h/m²" disposalCarbon="1.5 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_1" name="Double-glazed window with plastic frame" uValue="2.57 W/(m²·K)" gValue="0.76" glazingNumber="2" frameRatio="0.3" embodiedEnergy="577.53 kW·h/m²" embodiedCarbon="106.92 kg" constructionDescription="double glazing with plastic frame, produced in Germany, transportation 50 km " disposalEnergy="4.48 kW·h/m²" disposalCarbon="2.26 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_2" name="Low-E double-glazed window" uValue="1.6 W/(m²·K)" gValue="0.63" glazingNumber="2" frameRatio="0.3" embodiedEnergy="628.89 kW·h/m²" embodiedCarbon="81.57 kg" constructionDescription="double glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="3.97 kW·h/m²" disposalCarbon="4.48 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_3" name="Low-E double-glazed window EnEV2016" uValue="1.3 W/(m²·K)" gValue="0.6" glazingNumber="2" frameRatio="0.3" embodiedEnergy="628.89 kW·h/m²" embodiedCarbon="81.57 kg" constructionDescription="double glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="3.97 kW·h/m²" disposalCarbon="4.48 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_4" name="Low-E triple-glazed window" uValue="1.05 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_5" name="Low-E triple-glazed window KfW 40" uValue="0.91 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_6" name="Low-E triple-glazed window KfW 55" uValue="0.91 W/(m²·K)" gValue="0.5" glazingNumber="3" frameRatio="0.3" embodiedEnergy="694.42 kW·h/m²" embodiedCarbon="98.5 kg" constructionDescription="triple glazing with wooden frame, produced in Germany, transportation 50 km " disposalEnergy="4.56 kW·h/m²" disposalCarbon="4.93 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<windowTypes windowTypeId="window_7" name="Single-glazed window" uValue="5 W/(m²·K)" gValue="0.86" frameRatio="0.3" constructionDescription="" disposalDescription=""/>
</windows>
<materialCategories name="Brick">
<materials materialId="material_0" name="Solid brick" density="2000 kg/m³" heatCapacity="840 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy="0.8 kW·h/kg" embodiedCarbon="0.25 kg" constructionDescription="solid brick made of clay, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_1" name="Cored brick" density="1500 kg/m³" heatCapacity="920 J/K" conductivity="0.71 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_2" name="Honeycomb brick" density="1120 kg/m³" heatCapacity="790 J/K" conductivity="0.3 W/(m·K)" embodiedEnergy="0.77 kW·h/kg" embodiedCarbon="0.14 kg" constructionDescription="light clay brick, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_3" name="Inner leaf brick" density="1800 kg/m³" heatCapacity="840 J/K" conductivity="0.62 W/(m·K)" embodiedEnergy="1.1 kW·h/kg" embodiedCarbon="0.95 kg" constructionDescription="made of portland clinker, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_4" name="Outer leaf brick" density="2000 kg/m³" heatCapacity="650 J/K" conductivity="0.96 W/(m·K)" embodiedEnergy="1.1 kW·h/kg" embodiedCarbon="0.95 kg" constructionDescription="made of portland clinker, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_5" name="Vermiculite insulated brick" density="700 kg/m³" heatCapacity="840 J/K" conductivity="0.27 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Concrete">
<materials materialId="material_6" name="Breeze block" density="1500 kg/m³" heatCapacity="650 J/K" conductivity="0.44 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.12 kg" constructionDescription="concrete block, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_7" name="Concrete dense" density="2000 kg/m³" heatCapacity="1014 J/K" conductivity="1.13 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.16 kg" constructionDescription="concrete 50MPa, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_8" name="Concrete lightweight" density="1200 kg/m³" heatCapacity="1014 J/K" conductivity="0.38 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_9" name="Aerated concrete block" density="500 kg/m³" heatCapacity="840 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy="1.01 kW·h/kg" embodiedCarbon="0.48 kg" constructionDescription="autoclaved aerated concrete, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_10" name="Foamed slag concrete" density="1040 kg/m³" heatCapacity="960 J/K" conductivity="0.25 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_11" name="Vermiculite aggregate concrete" density="450 kg/m³" heatCapacity="833 J/K" conductivity="0.17 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_12" name="No fines concrete" density="1800 kg/m³" heatCapacity="840 J/K" conductivity="0.96 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_13" name="Glass reinforced concrete" density="1950 kg/m³" heatCapacity="840 J/K" conductivity="0.9 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_14" name="Reinforced concrete" density="2240 kg/m³" heatCapacity="900 J/K" conductivity="1.95 W/(m·K)" embodiedEnergy="0.46 kW·h/kg" embodiedCarbon="0.18 kg" constructionDescription="concrete 25 MPa, steel low alloyed, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Ground covering">
<materials materialId="material_15" name="Infusorial (9% mc)" density="480 kg/m³" heatCapacity="180 J/K" conductivity="0.09 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_16" name="Gravel based" density="2050 kg/m³" heatCapacity="184 J/K" conductivity="0.52 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_17" name="Common earth" density="1460 kg/m³" heatCapacity="879 J/K" conductivity="1.28 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Insulation">
<materials materialId="material_18" name="Asbestos insulation" density="577 kg/m³" heatCapacity="833 J/K" conductivity="0.16 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_19" name="Cork insulation" density="105 kg/m³" heatCapacity="1810 J/K" conductivity="0.045 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_20" name="Woodwool" density="500 kg/m³" heatCapacity="1014 J/K" conductivity="0.1 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_21" name="Glasswool" density="250 kg/m³" heatCapacity="840 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy="2.98 kW·h/kg" embodiedCarbon="0.54 kg" constructionDescription="glaswool mat for insulation, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_22" name="Sheeps wool" density="198 kg/m³" heatCapacity="1360 J/K" conductivity="0.06 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_23" name="Mineral fibre" density="105 kg/m³" heatCapacity="1800 J/K" conductivity="0.045 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_24" name="Urea formaldehyde foam (UFFI)" density="30 kg/m³" heatCapacity="1764 J/K" conductivity="0.03 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_25" name="Polyurethane (PUR)" density="30 kg/m³" heatCapacity="837 J/K" conductivity="0.025 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_26" name="Foamed glass" density="125 kg/m³" heatCapacity="833 J/K" conductivity="0.05 W/(m·K)" embodiedEnergy="9.04 kW·h/kg" embodiedCarbon="2.04 kg" constructionDescription="foamed glass, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_27" name="Cellulose (loose fill)" density="300 kg/m³" heatCapacity="1000 J/K" conductivity="0.037 W/(m·K)" embodiedEnergy="2.98 kW·h/kg" embodiedCarbon="0.54 kg" constructionDescription="cellulose loose fill including blow in, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_28" name="Extruded polystyrene (XPS 030)" density="32 kg/m³" heatCapacity="1412 J/K" conductivity="0.03 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_29" name="Expanded polystyrene (EPS 040)" density="25 kg/m³" heatCapacity="1014 J/K" conductivity="0.04 W/(m·K)" embodiedEnergy="27.2 kW·h/kg" embodiedCarbon="3.83 kg" constructionDescription="polystyrene, CO2 blown, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.13 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_30" name="Expanded polystyrene (EPS 035)" density="25 kg/m³" heatCapacity="1014 J/K" conductivity="0.035 W/(m·K)" embodiedEnergy="27.2 kW·h/kg" embodiedCarbon="3.83 kg" constructionDescription="polystyrene, CO2 blown, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.13 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_31" name="Expanded PVC" density="55 kg/m³" heatCapacity="1014 J/K" conductivity="0.04 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_32" name="Silicon" density="700 kg/m³" heatCapacity="1004 J/K" conductivity="0.18 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_33" name="Wool felt underlay" density="160 kg/m³" heatCapacity="1360 J/K" conductivity="0.04 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_34" name="Cellular rubber underlay" density="400 kg/m³" heatCapacity="1360 J/K" conductivity="0.1 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_35" name="Synthetic carpet" density="160 kg/m³" heatCapacity="2500 J/K" conductivity="0.06 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Metal">
<materials materialId="material_36" name="Copper" density="8900 kg/m³" heatCapacity="434 J/K" conductivity="200 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_37" name="Steel" density="7800 kg/m³" heatCapacity="507 J/K" conductivity="50 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_38" name="Aluminium" density="2800 kg/m³" heatCapacity="905 J/K" conductivity="160 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Plaster">
<materials materialId="material_39" name="Dense plaster" density="1300 kg/m³" heatCapacity="1000 J/K" conductivity="0.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_40" name="Light plaster" density="600 kg/m³" heatCapacity="1000 J/K" conductivity="0.16 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_41" name="Gypsum plasterboard" density="950 kg/m³" heatCapacity="833 J/K" conductivity="0.16 W/(m·K)" embodiedEnergy="1.61 kW·h/kg" embodiedCarbon="0.43 kg" constructionDescription="produced from 100% natural gypsum, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_42" name="Perlite plasterboard" density="800 kg/m³" heatCapacity="833 J/K" conductivity="0.18 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_43" name="Gypsum plastering" density="1200 kg/m³" heatCapacity="833 J/K" conductivity="0.42 W/(m·K)" embodiedEnergy="0.3 kW·h/kg" embodiedCarbon="0.07 kg" constructionDescription="gypsum plastering made of gypsum, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_44" name="Perlite plastering" density="400 kg/m³" heatCapacity="833 J/K" conductivity="0.08 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_45" name="Vermiculite plastering" density="720 kg/m³" heatCapacity="833 J/K" conductivity="0.2 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Stone">
<materials materialId="material_46" name="Sandstone" density="2000 kg/m³" heatCapacity="724 J/K" conductivity="1.3 W/(m·K)" embodiedEnergy="0.45 kW·h/kg" embodiedCarbon="0.17 kg" constructionDescription="sand-lime brick, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_47" name="Granite" density="2600 kg/m³" heatCapacity="905 J/K" conductivity="2.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_48" name="Marble" density="2500 kg/m³" heatCapacity="796 J/K" conductivity="2 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_49" name="Limestone" density="2180 kg/m³" heatCapacity="724 J/K" conductivity="1.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_50" name="Slate" density="2700 kg/m³" heatCapacity="760 J/K" conductivity="2 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_51" name="Gravel" density="1840 kg/m³" heatCapacity="833 J/K" conductivity="0.36 W/(m·K)" embodiedEnergy="0.08 kW·h/kg" embodiedCarbon="0.02 kg" constructionDescription="gravel, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_52" name="Chippings" density="1800 kg/m³" heatCapacity="1000 J/K" conductivity="0.96 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_53" name="Pumice stone" density="1280 kg/m³" heatCapacity="840 J/K" conductivity="0.53 W/(m·K)" embodiedEnergy="0.44 kW·h/kg" embodiedCarbon="0.24 kg" constructionDescription="light weight concrete block - pumice, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_54" name="Sand" density="1500 kg/m³" heatCapacity="830 J/K" conductivity="0.2 W/(m·K)" embodiedEnergy="0.05 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="sand, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_55" name="Cinder aggregate" density="1000 kg/m³" heatCapacity="800 J/K" conductivity="0.4 W/(m·K)" embodiedEnergy="0.04 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="ground granulated plast furnace slag, produced in Germany, transportation 50 km" disposalEnergy="0.07 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Tile">
<materials materialId="material_56" name="Concrete lightweight screed" density="1200 kg/m³" heatCapacity="833 J/K" conductivity="0.41 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_57" name="Concrete screed" density="2100 kg/m³" heatCapacity="1014 J/K" conductivity="1.28 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_58" name="Granolithic screed" density="2085 kg/m³" heatCapacity="833 J/K" conductivity="0.87 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_59" name="Cement screed" density="2100 kg/m³" heatCapacity="650 J/K" conductivity="1.4 W/(m·K)" embodiedEnergy="0.36 kW·h/kg" embodiedCarbon="0.2 kg" constructionDescription=" cement is portland cement, strength class Z 42.5, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to material landfill, transportation 50 km"/>
<materials materialId="material_60" name="Rendering dry" density="1300 kg/m³" heatCapacity="1014 J/K" conductivity="0.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_61" name="Rendering (1% mc)" density="1431 kg/m³" heatCapacity="1014 J/K" conductivity="1.13 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_62" name="Rendering (8% mc)" density="1329 kg/m³" heatCapacity="1014 J/K" conductivity="0.79 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_63" name="Aged rendering" density="1329 kg/m³" heatCapacity="1000 J/K" conductivity="0.79 W/(m·K)" embodiedEnergy="0.21 kW·h/kg" embodiedCarbon="0.06 kg" constructionDescription="clay plaster (sand: 0.55kg, clay: 0.25kg, water: 0.2kg), produced in Germany, transportation 50 km" disposalEnergy="0.1 kW·h/kg" disposalCarbon="0.02 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_64" name="Clay tile" density="1900 kg/m³" heatCapacity="837 J/K" conductivity="0.85 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_65" name="Concrete tile" density="2100 kg/m³" heatCapacity="837 J/K" conductivity="1.1 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_66" name="Slate tile" density="2700 kg/m³" heatCapacity="760 J/K" conductivity="2 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_67" name="Plastic tile" density="1050 kg/m³" heatCapacity="837 J/K" conductivity="0.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_68" name="Rubber tile" density="1600 kg/m³" heatCapacity="2000 J/K" conductivity="0.3 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_69" name="Cork tile" density="530 kg/m³" heatCapacity="1800 J/K" conductivity="0.08 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_70" name="Asphalt/asbestos roof" density="1900 kg/m³" heatCapacity="833 J/K" conductivity="0.55 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_71" name="P.V.C./asbestos roof" density="2000 kg/m³" heatCapacity="833 J/K" conductivity="0.85 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_72" name="Straw thatch" density="240 kg/m³" heatCapacity="180 J/K" conductivity="0.07 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_73" name="Ceiling (mineral)" density="290 kg/m³" heatCapacity="2000 J/K" conductivity="0.03 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_74" name="Ceiling (plaster)" density="1120 kg/m³" heatCapacity="840 J/K" conductivity="0.38 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_75" name="Bitumen felt" density="1700 kg/m³" heatCapacity="1000 J/K" conductivity="0.5 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_76" name="Roofing felt" density="960 kg/m³" heatCapacity="837 J/K" conductivity="0.19 W/(m·K)" embodiedEnergy="12.41 kW·h/kg" embodiedCarbon="0.85 kg" constructionDescription="plastic liner consisting of polymer EP4 flame retardant and bitumen seal, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.11 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_77" name="Asphalt mastic roofing" density="2325 kg/m³" heatCapacity="837 J/K" conductivity="1.15 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_78" name="Asphalt" density="1907 kg/m³" heatCapacity="833 J/K" conductivity="0.62 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_79" name="Asbestos cement" density="1500 kg/m³" heatCapacity="1000 J/K" conductivity="0.36 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_80" name="Cement sheet" density="700 kg/m³" heatCapacity="1050 J/K" conductivity="0.36 W/(m·K)" constructionDescription="" disposalDescription=""/>
</materialCategories>
<materialCategories name="Wood">
<materials materialId="material_81" name="Wood block" density="800 kg/m³" heatCapacity="2093 J/K" conductivity="0.16 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_82" name="Hardboard medium" density="600 kg/m³" heatCapacity="2027 J/K" conductivity="0.08 W/(m·K)" embodiedEnergy="13.13 kW·h/kg" embodiedCarbon="1.3 kg" constructionDescription="fibreboard hard, produced in Germany, transportation 50 km" disposalEnergy="0.12 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to sanitary landfill, transportation 50 km"/>
<materials materialId="material_83" name="Hardboard standard" density="900 kg/m³" heatCapacity="2027 J/K" conductivity="0.13 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_84" name="Timber flooring" density="650 kg/m³" heatCapacity="1195 J/K" conductivity="0.14 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_85" name="Corkboard" density="160 kg/m³" heatCapacity="1888 J/K" conductivity="0.04 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_86" name="Chipboard" density="800 kg/m³" heatCapacity="2093 J/K" conductivity="0.15 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_87" name="Softboard" density="350 kg/m³" heatCapacity="1000 J/K" conductivity="0.56 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_88" name="Weatherboard" density="650 kg/m³" heatCapacity="2000 J/K" conductivity="0.14 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_89" name="Hardwood (oak, mapple, walnut...)" density="700 kg/m³" heatCapacity="1412 J/K" conductivity="0.15 W/(m·K)" embodiedEnergy="1.59 kW·h/kg" embodiedCarbon="0.03 kg" constructionDescription="sawing of hardwood, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_90" name="Softwood (pine, spruce...)" density="630 kg/m³" heatCapacity="2760 J/K" conductivity="0.13 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_91" name="Plywood" density="560 kg/m³" heatCapacity="2500 J/K" conductivity="0.15 W/(m·K)" constructionDescription="" disposalDescription=""/>
<materials materialId="material_92" name="Fibreboard" density="300 kg/m³" heatCapacity="1000 J/K" conductivity="0.06 W/(m·K)" embodiedEnergy="5.23 kW·h/kg" embodiedCarbon="1.2 kg" constructionDescription="fibreboard soft without adhesives, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.08 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<materialCategories name="Others">
<materials materialId="material_93" name="Loam" density="1280 kg/m³" heatCapacity="1000 J/K" conductivity="0.55 W/(m·K)" embodiedEnergy="0.06 kW·h/kg" embodiedCarbon="0.01 kg" constructionDescription="market for clay, produced in Germany, transportation 50 km" disposalEnergy="0.08 kW·h/kg" disposalCarbon="0.01 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
<materials materialId="material_94" name="Air layer (horizontal 10cm)" density="1.2 kg/m³" heatCapacity="1400 J/K" conductivity="0.45 W/(m·K)" constructionDescription="air layer inbetween different construction types" disposalDescription="no disposal for air layer"/>
<materials materialId="material_95" name="Air layer (vertical 10cm)" density="1.2 kg/m³" heatCapacity="1400 J/K" conductivity="0.55 W/(m·K)" constructionDescription="air layer inbetween different construction types" disposalDescription="no disposal for air layer"/>
<materials materialId="material_96" name="Rafters with glasswool insulation" density="288 kg/m³" heatCapacity="1032 J/K" conductivity="0.05 W/(m·K)" embodiedEnergy="15.18 kW·h/kg" embodiedCarbon="0.71 kg" constructionDescription="ratio 80/20 Vol.-% (glasswool/rafters), glued laminated timber used as rafters, produced in Germany, transportation 50 km" disposalEnergy="0.11 kW·h/kg" disposalCarbon="0.06 kg" disposalDescription="100% sent to landfill, transportation 50 km"/>
</materialCategories>
<constructionCategories name="outWall">
<constructions constructionId="construction_0" name="Aerated concrete-25cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_1" name="Aerated concrete-25cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_2" name="Aerated concrete-25cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_3" name="Aerated concrete-25cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.25 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_4" name="Aerated concrete-30cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_5" name="Aerated concrete-30cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_6" name="Aerated concrete-30cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_7" name="Aerated concrete-30cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_9" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_8" name="Aerated concrete-50cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_9" thickness="0.5 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_9" name="Aerated concrete-50cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_9" thickness="0.5 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_24" name="Breeze block-28cm">
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_25" name="Breeze block-28cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_26" name="Breeze block-28cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_27" name="Breeze block-28cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_6" thickness="0.27 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_28" name="Cavity wall">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_3" thickness="0.17 m"/>
</constructions>
<constructions constructionId="construction_29" name="Cavity wall_EnEV2016">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_27" thickness="0.1 m"/>
<layers material="material_3" thickness="0.17 m"/>
<layers material="material_30" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_30" name="Cavity wall_RefAdv">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_3" thickness="0.17 m"/>
</constructions>
<constructions constructionId="construction_31" name="Cavity wall_RefMed">
<layers material="material_4" thickness="0.12 m"/>
<layers material="material_27" thickness="0.06 m"/>
<layers material="material_3" thickness="0.17 m"/>
</constructions>
<constructions constructionId="construction_75" name="Concrete sandwich wall_1970s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_76" name="Concrete sandwich wall_1970s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_77" name="Concrete sandwich wall_1970s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_78" name="Concrete sandwich wall_1970s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.03 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_79" name="Concrete sandwich wall_1980s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_80" name="Concrete sandwich wall_1980s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.105 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_81" name="Concrete sandwich wall_1980s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_82" name="Concrete sandwich wall_1980s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.04 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_83" name="Concrete sandwich wall_1990s">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_84" name="Concrete sandwich wall_1990s_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.085 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_85" name="Concrete sandwich wall_1990s_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_86" name="Concrete sandwich wall_1990s_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_14" thickness="0.05 m"/>
<layers material="material_26" thickness="0.07 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_118" name="Dense brickwork-32cm">
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_119" name="Dense brickwork-32cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.125 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_120" name="Dense brickwork-32cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_121" name="Dense brickwork-32cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_63" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_0" thickness="0.32 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_122" name="Honeycomb brick insul-10cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_123" name="Honeycomb brick insul-10cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.125 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_124" name="Honeycomb brick insul-12cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_125" name="Honeycomb brick insul-12cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.125 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_126" name="Honeycomb brick insul-13cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.13 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_127" name="Honeycomb brick insul-16cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_128" name="Honeycomb brick insul-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.22 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_129" name="Honeycomb brick insul-6cm">
<layers material="material_43" thickness="0.01 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_29" thickness="0.06 m"/>
<layers material="material_2" thickness="0.24 m"/>
</constructions>
<constructions constructionId="construction_130" name="Honeycomb brick insul-6cm-EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_29" thickness="0.06 m"/>
<layers material="material_2" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_131" name="Honeycomb brick-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_132" name="Honeycomb brick-22cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_133" name="Honeycomb brick-22cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_134" name="Honeycomb brick-22cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.22 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_135" name="Honeycomb brick-30cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_136" name="Honeycomb brick-30cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.105 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_137" name="Honeycomb brick-30cm_RefAdv">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_138" name="Honeycomb brick-30cm_RefMed">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_61" thickness="0.01 m"/>
<layers material="material_2" thickness="0.3 m"/>
<layers material="material_43" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_139" name="Loam-timber-frames">
<layers material="material_93" thickness="0.2 m"/>
</constructions>
<constructions constructionId="construction_140" name="Loam-timber-frames_ EnEV2016">
<layers material="material_93" thickness="0.2 m"/>
<layers material="material_30" thickness="0.125 m"/>
</constructions>
<constructions constructionId="construction_141" name="Loam-timber-frames_ ref adv">
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_93" thickness="0.2 m"/>
</constructions>
<constructions constructionId="construction_142" name="Loam-timber-frames_ ref med">
<layers material="material_93" thickness="0.2 m"/>
<layers material="material_21" thickness="0.1 m"/>
</constructions>
<constructions constructionId="construction_143" name="Reinforced concrete insul-11cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_144" name="Reinforced concrete insul-11cm_EnEV2016">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_30" thickness="0.11 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_145" name="Reinforced concrete insul-14cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.14 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_146" name="Reinforced concrete insul-16cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_147" name="Reinforced concrete insul-22cm">
<layers material="material_62" thickness="0.01 m"/>
<layers material="material_30" thickness="0.22 m"/>
<layers material="material_14" thickness="0.24 m"/>
<layers material="material_41" thickness="0.01 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="groundShell">
<constructions constructionId="construction_87" name="Concrete slab insul-10cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_88" name="Concrete slab insul-10cm_EnEV2016">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_89" name="Concrete slab insul-12cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_90" name="Concrete slab insul-14cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.14 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_91" name="Concrete slab insul-16cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_92" name="Concrete slab insul-1cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_93" name="Concrete slab insul-1cm_EnEV2016">
<layers material="material_30" thickness="0.095 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_94" name="Concrete slab insul-1cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_95" name="Concrete slab insul-1cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_96" name="Concrete slab insul-2.5cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_97" name="Concrete slab insul-2.5cm_EnEV2016">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_98" name="Concrete slab insul-2.5cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_99" name="Concrete slab insul-2.5cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.025 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_100" name="Concrete slab insul-3cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_101" name="Concrete slab insul-3cm_EnEV2016">
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_102" name="Concrete slab insul-3cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_103" name="Concrete slab insul-3cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_104" name="Concrete slab insul-4.5cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_105" name="Concrete slab insul-4.5cm_EnEV2016">
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_106" name="Concrete slab insul-4.5cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_107" name="Concrete slab insul-4.5cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_108" name="Concrete slab insul-4cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_109" name="Concrete slab insul-4cm_EnEV2016">
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_110" name="Concrete slab insul-4cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_111" name="Concrete slab insul-4cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.04 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_112" name="Concrete slab insul-6cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_113" name="Concrete slab insul-6cm_EnEV2016">
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_114" name="Concrete slab insul-6cm_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_115" name="Concrete slab insul-6cm_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_116" name="Concrete slab insul-7cm">
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.07 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_117" name="Concrete slab insul-7cm_EnEV2016">
<layers material="material_30" thickness="0.035 m"/>
<layers material="material_14" thickness="0.16 m"/>
<layers material="material_30" thickness="0.07 m"/>
<layers material="material_59" thickness="0.04 m"/>
</constructions>
<constructions constructionId="construction_148" name="Sand stone on sand">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_149" name="Sand stone on sand_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_30" thickness="0.095 m"/>
<layers material="material_54" thickness="0.035 m"/>
<layers material="material_46" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_150" name="Sand stone on sand_RefAdv">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
<layers material="material_30" thickness="0.12 m"/>
</constructions>
<constructions constructionId="construction_151" name="Sand stone on sand_RefMed">
<layers material="material_54" thickness="0.01 m"/>
<layers material="material_46" thickness="0.15 m"/>
<layers material="material_30" thickness="0.06 m"/>
</constructions>
<constructions constructionId="construction_180" name="Wooden floor infill cinder aggregate">
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_181" name="Wooden floor infill cinder aggregate_EnEV2016">
<layers material="material_30" thickness="0.084 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_182" name="Wooden floor infill cinder aggregate_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_183" name="Wooden floor infill cinder aggregate_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_55" thickness="0.1 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_184" name="Wooden floor infill cob ">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</constructions>
<constructions constructionId="construction_185" name="Wooden floor infill cob _EnEV2016">
<layers material="material_30" thickness="0.075 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</constructions>
<constructions constructionId="construction_186" name="Wooden floor infill cob _RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</constructions>
<constructions constructionId="construction_187" name="Wooden floor infill cob _RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_89" thickness="0.02 m"/>
</constructions>
<constructions constructionId="construction_188" name="Wooden floor infill sand">
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_189" name="Wooden floor infill sand_EnEV2016">
<layers material="material_30" thickness="0.085 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_190" name="Wooden floor infill sand_RefAdv">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
<constructions constructionId="construction_191" name="Wooden floor infill sand_RefMed">
<layers material="material_30" thickness="0.08 m"/>
<layers material="material_7" thickness="0.18 m"/>
<layers material="material_54" thickness="0.03 m"/>
<layers material="material_82" thickness="0.03 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="pitchedRoof">
<constructions constructionId="construction_152" name="Timber rafters closed">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_153" name="Timber rafters closed with fibreboard">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_95" thickness="0.1 m"/>
<layers material="material_92" thickness="0.025 m"/>
</constructions>
<constructions constructionId="construction_154" name="Timber rafters insul-10cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.1 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_155" name="Timber rafters insul-12cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_156" name="Timber rafters insul-14cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.14 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_157" name="Timber rafters insul-16cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.16 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_158" name="Timber rafters insul-18cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.18 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_159" name="Timber rafters insul-18cm_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.18 m"/>
<layers material="material_30" thickness="0.01 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_160" name="Timber rafters insul-20cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.2 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_161" name="Timber rafters insul-24cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.24 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_162" name="Timber rafters insul-28cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.28 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_163" name="Timber rafters insul-34cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.34 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_164" name="Timber rafters insul-42cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.42 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_165" name="Timber rafters insul-4cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.04 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_166" name="Timber rafters insul-5cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.05 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_167" name="Timber rafters insul-6cm">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.06 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_168" name="Timber rafters with pumicestone">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_53" thickness="0.3 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_169" name="Timber rafters_EnEV2016">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.1 m"/>
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_170" name="Timber rafters_RefAdv">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_21" thickness="0.18 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
<constructions constructionId="construction_171" name="Timber rafters_RefMed">
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_96" thickness="0.12 m"/>
<layers material="material_41" thickness="0.013 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="topCeiling">
<constructions constructionId="construction_13" name="Breeze block ceiling">
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</constructions>
<constructions constructionId="construction_14" name="Breeze block ceiling insul-15cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.15 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_15" name="Breeze block ceiling insul-18cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.18 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_16" name="Breeze block ceiling insul-22cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.22 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_17" name="Breeze block ceiling insul-2cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_18" name="Breeze block ceiling insul-2cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_19" name="Breeze block ceiling insul-2cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_20" name="Breeze block ceiling insul-30cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_6" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_21" name="Breeze block ceiling_EnEV2016">
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_30" thickness="0.13 m"/>
<layers material="material_6" thickness="0.13 m"/>
</constructions>
<constructions constructionId="construction_22" name="Breeze block ceiling_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</constructions>
<constructions constructionId="construction_23" name="Breeze block ceiling_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.01 m"/>
<layers material="material_6" thickness="0.13 m"/>
</constructions>
<constructions constructionId="construction_32" name="Concrete ceiling foam insul-6cm">
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_33" name="Concrete ceiling foam insul-6cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.09 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_34" name="Concrete ceiling foam insul-6cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_35" name="Concrete ceiling foam insul-6cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.03 m"/>
<layers material="material_26" thickness="0.06 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_36" name="Concrete ceiling insul-10cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_37" name="Concrete ceiling insul-10cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.045 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_38" name="Concrete ceiling insul-10cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_39" name="Concrete ceiling insul-10cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.1 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_40" name="Concrete ceiling insul-12cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_41" name="Concrete ceiling insul-12cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.03 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_42" name="Concrete ceiling insul-12cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_43" name="Concrete ceiling insul-12cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.12 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_44" name="Concrete ceiling insul-14cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_45" name="Concrete ceiling insul-14cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.015 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_46" name="Concrete ceiling insul-14cm_EnEv2014">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.13 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_47" name="Concrete ceiling insul-14cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.14 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_48" name="Concrete ceiling insul-16cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_49" name="Concrete ceiling insul-16cmEPS035">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_50" name="Concrete ceiling insul-16cmEPS040">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_51" name="Concrete ceiling insul-16cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.16 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_52" name="Concrete ceiling insul-20cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.2 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_53" name="Concrete ceiling insul-24cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.24 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_54" name="Concrete ceiling insul-2cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_55" name="Concrete ceiling insul-2cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_56" name="Concrete ceiling insul-2cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_57" name="Concrete ceiling insul-2cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.02 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_58" name="Concrete ceiling insul-30cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_59" name="Concrete ceiling insul-4cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_60" name="Concrete ceiling insul-4cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.1 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_61" name="Concrete ceiling insul-4cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_62" name="Concrete ceiling insul-4cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.04 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_63" name="Concrete ceiling insul-5cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_64" name="Concrete ceiling insul-5cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.09 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_65" name="Concrete ceiling insul-5cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_66" name="Concrete ceiling insul-5cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.05 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_67" name="Concrete ceiling insul-8cm">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_68" name="Concrete ceiling insul-8cm_EnEV2016">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.065 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_69" name="Concrete ceiling insul-8cm_RefAdv">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_70" name="Concrete ceiling insul-8cm_RefMed">
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_76" thickness="0.02 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_71" name="Concrete ceiling with gravel insul-8cm">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_72" name="Concrete ceiling with gravel insul-8cm_EnEV2016">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.06 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_73" name="Concrete ceiling with gravel insul-8cm_RefAdv">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_74" name="Concrete ceiling with gravel insul-8cm_RefMed">
<layers material="material_51" thickness="0.1 m"/>
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_29" thickness="0.08 m"/>
<layers material="material_14" thickness="0.15 m"/>
</constructions>
<constructions constructionId="construction_172" name="Wood ceiling infill cob">
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_173" name="Wood ceiling infill cob and dead floor">
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_174" name="Wood ceiling infill cob and dead floor_EnEV2016">
<layers material="material_30" thickness="0.1 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_175" name="Wood ceiling infill cob and dead floor_RefAdv">
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_176" name="Wood ceiling infill cob and dead floor_RefMed">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_82" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
<layers material="material_94" thickness="0.1 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_177" name="Wood ceiling infill cob_EnEV2016">
<layers material="material_30" thickness="0.115 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_178" name="Wood ceiling infill cob_RefAdv">
<layers material="material_30" thickness="0.3 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
<constructions constructionId="construction_179" name="Wood ceiling infill cob_RefMed">
<layers material="material_30" thickness="0.12 m"/>
<layers material="material_89" thickness="0.02 m"/>
<layers material="material_93" thickness="0.25 m"/>
<layers material="material_82" thickness="0.01 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="sharedWall">
<constructions constructionId="construction_12" name="Beton shared wall">
<layers material="material_6" thickness="0.15 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="internalWall">
<constructions constructionId="construction_11" name="Beton internal wall">
<layers material="material_6" thickness="0.06 m"/>
</constructions>
</constructionCategories>
<constructionCategories name="intermediaryFloor">
<constructions constructionId="construction_10" name="Beton intermediary floor">
<layers material="material_6" thickness="0.2 m"/>
</constructions>
</constructionCategories>
</buildphys:BuildingPhysicsCatalog>