Editing
Sustainable Architecture and Biophilic Design
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Thermal Mass Effect' (Predicting 'Internal Temperature' stability):''' <syntaxhighlight lang="python"> def predict_room_temperature(external_temp, insulation_rating, thermal_mass_kg): """ Shows why 'Heavy Materials' stay cool. """ # High thermal mass 'Dampens' the external swings damping_factor = 1.0 / (1.0 + (thermal_mass_kg / 1000)) temp_swing = (external_temp - 20) * damping_factor # 20 is target internal_temp = 20 + (temp_swing * (1.0 - (insulation_rating / 10))) return f"INTERNAL TEMP: {round(internal_temp, 1)} C. (External was {external_temp} C)." # Case: A 'Thin Metal Shed' (Mass 100kg, Insulation 1) in 40C heat print(predict_room_temperature(40, 1, 100)) # Case: An 'Earthship' (Mass 10000kg, Insulation 9) in 40C heat print(predict_room_temperature(40, 9, 10000)) </syntaxhighlight> ; Sustainable Landmarks : '''The 'BedZED' (London)''' β One of the "First" "Zero-Energy" "Eco-Villages," "Proving" that "Sustainability" can "Work" at "Scale." : '''Cross-Laminated Timber (CLT)''' β (See Article 154). "High-Tech Wood" that is as "Strong as Steel" but "Stores" **"Carbon"** instead of "Emitting" it. : '''Green Roofs''' β "Replacing" "Black Asphalt" with "Life," "Reducing" the **"Urban Heat Island"** effect and "Filtering" "Stormwater." : '''The 'Well' Building Standard''' β A "New Certification" that "Focuses" "Solely" on the **"Health and Well-being"** of the "Humans" "Inside" the building. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information