##### [[Building Elements]]
# Roofs
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Roofs]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Roof.md\|Roof]], [[3 Resources/Areas/Balconies.md\|Balconies]] \ [[3 Resources/Building Elements/Roofs.md\|Roofs]]<br><br>[[3 Resources/Issues/Safe Access and Maintenance.md\|Safe Access and Maintenance]] | <ul><li>When the design of a building is finalized, concern for how the building will be maintained is often omitted, leaving a building which cannot be maintained readily.</li><li>Items which need to be maintained include Cleaning of Windows, Painting of Facades.</li><li>With a bit of care during design, appropriate systems can be installed to allow for easy maintenance for all Building Elements.</li></ul> |
| [[3 Resources/Areas/Roof.md\|Roof]], [[3 Resources/Areas/Balconies.md\|Balconies]], [[3 Resources/Areas/Courtyards.md\|Courtyards]], [[3 Resources/Areas/External Areas.md\|External Areas]] \ [[3 Resources/Building Elements/Roofs.md\|Roofs]]<br><br>[[3 Resources/Issues/Wall and Roof Assemblies need Interstitial Condensation Modelling.md\|Wall and Roof Assemblies need Interstitial Condensation Modelling]] | <ul><li>Interstitial condensation occurs when water vapor migrates through building materials and cools to its dew point, condensing within a structure’s layers.</li><li>This often happens in poorly ventilated spaces or areas where temperature differentials are significant, such as between heated interiors and cold exteriors.</li><li>To mitigate this, it's essential to provide pathways for vapor diffusion that prevent the accumulation of moisture. Strategies include incorporating breathable membranes, ensuring adequate ventilation, and designing assemblies to maintain vapor flow continuity.</li><li>The NCC’s Part F6 Condensation Management outlines best practices to address this issue, emphasizing the importance of material selection and system design.</li><li>The issue affects both walls and ceilings.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%