building file of model adu-t with a basement
David Nortes Martínez
adu_t_two-storey.Rmd
This document shows the complete building files of the archetypical model adu_t_basement in both XML and YAML versions
As a reminder, the plan of the adu_t_basement is shown below. We have also included the table with the additional information for the user’s comfort. Both elements are originally provided in our vignette Input file for a n-storey building.
PLANS
MATERIALS & INFORMATION
structural group | type of element | material | other information |
---|---|---|---|
ceiling | ceiling | concrete | ceiling made of concrete withe cellular plastic insulation and a paint coating |
floor | floor | concrete | floor covered of glued tiling and wood coverstrips; ground level = street level |
wall | load bearing wall | concrete | single layer render |
wall | lining | polyplac | vegetal insulation, paint coating and tile baseboard. Interior face of external walls |
wall | partition | placostil | paint coating and tile baseboard. Wall used to separate rooms |
opening | window | PVC | solid PVC shutter |
opening | interior door | alveolar door with wooden frame | |
opening | exterior door | solid wood | |
building | building | main use: dwelling. Thickness of load-bearing walls = 0.3m / Thickness of non-load-bearing walls = 0.1m |
XML version of adu_t_basement
<?xml version="1.0" encoding="UTF-8"?>
<model>
<general>
<type>dwelling</type>
<H>0</H>
<height>300</height>
<dilapidation>0</dilapidation>
<version>version_02</version>
</general>
<element>
<opening>
<door_ext>
<opening_type>door</opening_type>
<material>solid_wood</material>
<height>230</height>
<width>110</width>
</door_ext>
<door_int>
<opening_type>door</opening_type>
<material>alveolar_wood_frame</material>
<height>205</height>
<width>90</width>
</door_int>
<window_t1>
<opening_type>window</opening_type>
<material>PVC</material>
<height>110</height>
<width>90</width>
<shutter>solid_PVC</shutter>
</window_t1>
</opening>
<wall>
<load_bearing_wall_1>
<wall_type>load_bearing_wall</wall_type>
<material>concrete</material>
<render>single_layer</render>
</load_bearing_wall_1>
<lining_1>
<wall_type>lining</wall_type>
<material>polyplac</material>
<insulating>vegetal</insulating>
</lining_1>
<partition_1>
<wall_type>partition</wall_type>
<material>placostil</material>
</partition_1>
</wall>
<coating>
<coating_1>
<material>paint</material>
</coating_1>
</coating>
<floor>
<floor_1>
<material>concrete</material>
<coating>glued_tiling</coating>
</floor_1>
</floor>
<baseboard>
<baseboard_1>
<material>tiling</material>
<width>30</width>
</baseboard_1>
</baseboard>
<coverstrip>
<coverstrip_1>
<material>wood</material>
</coverstrip_1>
</coverstrip>
<ceiling>
<ceiling_1>
<material>concrete</material>
<insulating>cellular_plastic</insulating>
<coating>paint</coating>
<H>260</H>
</ceiling_1>
</ceiling>
</element>
<building>
<storey_basement>
<name>basement</name>
<H>-300</H>
<height>300</height>
<external_wall_1>
<wall_A>
<coordinates>4.1,0</coordinates>
<type>load_bearing_wall_1</type>
</wall_A>
<wall_B>
<coordinates>8.7,0</coordinates>
<type>load_bearing_wall_1</type>
</wall_B>
<wall_C>
<coordinates>8.7,8.7</coordinates>
<type>load_bearing_wall_1</type>
</wall_C>
<wall_D>
<coordinates>4.1,8.7</coordinates>
<type>load_bearing_wall_1</type>
</wall_D>
</external_wall_1>
<room_5>
<name>room_5</name>
<floor>floor_1</floor>
<baseboard>baseboard_1</baseboard>
<ceiling>ceiling_1</ceiling>
<wall_1>
<coordinates>4.4,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_1>
<wall_2>
<coordinates>8.4,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_2>
<wall_3>
<coordinates>8.4,8.4</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_3>
<wall_4>
<coordinates>4.4,8.4</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_4>
</room_5>
</storey_basement>
<storey_groundfloor>
<name>ground-floor</name>
<H>0</H>
<external_wall_2>
<wall_A>
<coordinates>0,0</coordinates>
<type>load_bearing_wall_1</type>
<side>FE</side>
<opening>
<name>window1</name>
<coordinates>2.75,0.15</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
<opening>
<name>door1</name>
<coordinates>6.95,0.15</coordinates>
<type>door_ext</type>
<H>0</H>
</opening>
<opening>
<name>window2</name>
<coordinates>10.95,0.15</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
</wall_A>
<wall_B>
<coordinates>12.8,0</coordinates>
<type>load_bearing_wall_1</type>
<side>NE</side>
</wall_B>
<wall_C>
<coordinates>12.8,4.6</coordinates>
<type>load_bearing_wall_1</type>
<side>BE</side>
</wall_C>
<wall_D>
<coordinates>8.7,4.6</coordinates>
<type>load_bearing_wall_1</type>
<side>BE</side>
</wall_D>
<wall_E>
<coordinates>8.7,8.7</coordinates>
<type>load_bearing_wall_1</type>
<side>BE</side>
</wall_E>
<wall_F>
<coordinates>4.1,8.7</coordinates>
<type>load_bearing_wall_1</type>
<side>BE</side>
<opening>
<name>window3</name>
<coordinates>4.25,5.95</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
</wall_F>
<wall_G>
<coordinates>4.1,4.6</coordinates>
<type>load_bearing_wall_1</type>
<side>BE</side>
</wall_G>
<wall_H>
<coordinates>0,4.6</coordinates>
<type>load_bearing_wall_1</type>
<side>NE</side>
</wall_H>
</external_wall_2>
<room_1>
<name>room_1</name>
<floor>floor_1</floor>
<baseboard>baseboard_1</baseboard>
<ceiling>ceiling_1</ceiling>
<wall_1>
<coordinates>0.3,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>window1</name>
<coordinates>2.75,0.15</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
</wall_1>
<wall_2>
<coordinates>4.3,0.3</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door4</name>
<coordinates>4.35,2.75</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_2>
<wall_3>
<coordinates>4.3,4.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_3>
<wall_4>
<coordinates>0.3,4.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_4>
</room_1>
<room_2>
<name>room_2</name>
<floor>floor_1</floor>
<baseboard>baseboard_1</baseboard>
<ceiling>ceiling_1</ceiling>
<wall_1>
<coordinates>4.4,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door1</name>
<coordinates>6.95,0.15</coordinates>
<type>door_ext</type>
<H>0</H>
<coverstrip>coverstrip_1</coverstrip>
</opening>
</wall_1>
<wall_2>
<coordinates>8.4,0.3</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door2</name>
<coordinates>8.45,2.75</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_2>
<wall_3>
<coordinates>8.4,4.3</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door3</name>
<coordinates>6.95,4.35</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_3>
<wall_4>
<coordinates>4.4,4.3</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door4</name>
<coordinates>4.35,2.75</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_4>
</room_2>
<room_3>
<name>room_3</name>
<floor>floor_1</floor>
<baseboard>baseboard_1</baseboard>
<ceiling>ceiling_1</ceiling>
<wall_1>
<coordinates>8.5,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>window2</name>
<coordinates>10.95,0.15</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
</wall_1>
<wall_2>
<coordinates>12.5,0.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_2>
<wall_3>
<coordinates>12.5,4.3</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_3>
<wall_4>
<coordinates>8.5,4.3</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door2</name>
<coordinates>8.45,2.75</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_4>
</room_3>
<room_4>
<name>room_4</name>
<floor>floor_1</floor>
<baseboard>baseboard_1</baseboard>
<ceiling>ceiling_1</ceiling>
<wall_1>
<coordinates>4.4,4.4</coordinates>
<type>partition_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>door3</name>
<coordinates>6.95,4.35</coordinates>
<type>door_int</type>
<H>0</H>
</opening>
</wall_1>
<wall_2>
<coordinates>8.4,4.4</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_2>
<wall_3>
<coordinates>8.4,8.4</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
</wall_3>
<wall_4>
<coordinates>4.4,8.4</coordinates>
<type>lining_1</type>
<coating>
<type>coating_1</type>
</coating>
<opening>
<name>window3</name>
<coordinates>4.25,5.95</coordinates>
<type>window_t1</type>
<H>90</H>
</opening>
</wall_4>
</room_4>
</storey_groundfloor>
</building>
</model>
YAML version of adu_t_basement
general:
type: dwelling
H: 0.0
height: 300.0
dilapidation: 0.0
version: version_02
element:
opening:
door_ext:
opening_type: door
material: solid_wood
height: 230.0
width: 110.0
door_int:
opening_type: door
material: alveolar_wood_frame
height: 205.0
width: 90.0
window_t1:
opening_type: window
material: PVC
height: 110.0
width: 90.0
shutter: solid_PVC
wall:
load_bearing_wall_1:
wall_type: load_bearing_wall
material: concrete
render: single_layer
lining_1:
wall_type: lining
material: polyplac
insulating: vegetal
partition_1:
wall_type: partition
material: placostil
coating:
coating_1:
material: paint
floor:
floor_1:
material: concrete
coating: glued_tiling
baseboard:
baseboard_1:
material: tiling
width: 30.0
coverstrip:
coverstrip_1:
material: wood
ceiling:
ceiling_1:
material: concrete
insulating: cellular_plastic
coating: paint
H: 260.0
building:
storey_basement:
name: basement
H: -300.0
height: 300.0
external_wall_1:
wall_A:
coordinates:
- 4.1
- 0.0
type: load_bearing_wall_1
wall_B:
coordinates:
- 8.7
- 0.0
type: load_bearing_wall_1
wall_C:
coordinates:
- 8.7
- 8.7
type: load_bearing_wall_1
wall_D:
coordinates:
- 4.1
- 8.7
type: load_bearing_wall_1
room_5:
name: room_5
floor: floor_1
baseboard: baseboard_1
ceiling: ceiling_1
wall_1:
coordinates:
- 4.4
- 0.3
type: lining_1
coating:
type: coating_1
wall_2:
coordinates:
- 8.4
- 0.3
type: lining_1
coating:
type: coating_1
wall_3:
coordinates:
- 8.4
- 8.4
type: lining_1
coating:
type: coating_1
wall_4:
coordinates:
- 4.4
- 8.4
type: lining_1
coating:
type: coating_1
storey_groundfloor:
name: ground-floor
H: 0.0
external_wall_2:
wall_A:
coordinates:
- 0.0
- 0.0
type: load_bearing_wall_1
side: FE
opening_1:
name: window1
coordinates:
- 2.75
- 0.15
type: window_t1
H: 90.0
opening_2:
name: door1
coordinates:
- 6.95
- 0.15
type: door_ext
H: 0.0
opening_3:
name: window2
coordinates:
- 10.95
- 0.15
type: window_t1
H: 90.0
wall_B:
coordinates:
- 12.8
- 0.0
type: load_bearing_wall_1
side: NE
wall_C:
coordinates:
- 12.8
- 4.6
type: load_bearing_wall_1
side: BE
wall_D:
coordinates:
- 8.7
- 4.6
type: load_bearing_wall_1
side: BE
wall_E:
coordinates:
- 8.7
- 8.7
type: load_bearing_wall_1
side: BE
wall_F:
coordinates:
- 4.1
- 8.7
type: load_bearing_wall_1
side: BE
opening_4:
name: window3
coordinates:
- 4.25
- 5.95
type: window_t1
H: 90.0
wall_G:
coordinates:
- 4.1
- 4.6
type: load_bearing_wall_1
side: BE
wall_H:
coordinates:
- 0.0
- 4.6
type: load_bearing_wall_1
side: NE
room_1:
name: room_1
floor: floor_1
baseboard: baseboard_1
ceiling: ceiling_1
wall_1:
coordinates:
- 0.3
- 0.3
type: lining_1
coating:
type: coating_1
opening_5:
name: window1
coordinates:
- 2.75
- 0.15
type: window_t1
H: 90.0
wall_2:
coordinates:
- 4.3
- 0.3
type: partition_1
coating:
type: coating_1
opening_6:
name: door4
coordinates:
- 4.35
- 2.75
type: door_int
H: 0.0
wall_3:
coordinates:
- 4.3
- 4.3
type: lining_1
coating:
type: coating_1
wall_4:
coordinates:
- 0.3
- 4.3
type: lining_1
coating:
type: coating_1
room_2:
name: room_2
floor: floor_1
baseboard: baseboard_1
ceiling: ceiling_1
wall_1:
coordinates:
- 4.4
- 0.3
type: lining_1
coating:
type: coating_1
opening_7:
name: door1
coordinates:
- 6.95
- 0.15
type: door_ext
H: 0.0
coverstrip: coverstrip_1
wall_2:
coordinates:
- 8.4
- 0.3
type: partition_1
coating:
type: coating_1
opening_8:
name: door2
coordinates:
- 8.45
- 2.75
type: door_int
H: 0.0
wall_3:
coordinates:
- 8.4
- 4.3
type: partition_1
coating:
type: coating_1
opening_9:
name: door3
coordinates:
- 6.95
- 4.35
type: door_int
H: 0.0
wall_4:
coordinates:
- 4.4
- 4.3
type: partition_1
coating:
type: coating_1
opening_10:
name: door4
coordinates:
- 4.35
- 2.75
type: door_int
H: 0.0
room_3:
name: room_3
floor: floor_1
baseboard: baseboard_1
ceiling: ceiling_1
wall_1:
coordinates:
- 8.5
- 0.3
type: lining_1
coating:
type: coating_1
opening_11:
name: window2
coordinates:
- 10.95
- 0.15
type: window_t1
H: 90.0
wall_2:
coordinates:
- 12.5
- 0.3
type: lining_1
coating:
type: coating_1
wall_3:
coordinates:
- 12.5
- 4.3
type: lining_1
coating:
type: coating_1
wall_4:
coordinates:
- 8.5
- 4.3
type: partition_1
coating:
type: coating_1
opening_12:
name: door2
coordinates:
- 8.45
- 2.75
type: door_int
H: 0.0
room_4:
name: room_4
floor: floor_1
baseboard: baseboard_1
ceiling: ceiling_1
wall_1:
coordinates:
- 4.4
- 4.4
type: partition_1
coating:
type: coating_1
opening_13:
name: door3
coordinates:
- 6.95
- 4.35
type: door_int
H: 0.0
wall_2:
coordinates:
- 8.4
- 4.4
type: lining_1
coating:
type: coating_1
wall_3:
coordinates:
- 8.4
- 8.4
type: lining_1
coating:
type: coating_1
wall_4:
coordinates:
- 4.4
- 8.4
type: lining_1
coating:
type: coating_1
opening_14:
name: window3
coordinates:
- 4.25
- 5.95
type: window_t1
H: 90.0