Editing
Sustainable and Green 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 Passive Solar Gain' (Calculating 'Free Heat' from the sun):''' <syntaxhighlight lang="python"> def calculate_solar_heating(window_area_m2, insulation_r_value, sun_hours): """ Shows why 'Orientation' is the most important design choice. """ # Simple model: Heat gained vs. Heat lost heat_gain = window_area_m2 * sun_hours * 500 # (Approx Watts) heat_loss_factor = 1 / insulation_r_value if heat_gain > (heat_loss_factor * 10000): return f"STATUS: PASSIVE SUCCESS. (Solar gain of {heat_gain}W keeps the house warm)." else: return "STATUS: NEEDS HEATER. (Insulation or Window area too low)." # Case: A house with huge windows and low insulation (The 'Glass Box' mistake) print(calculate_solar_heating(50, 2, 4)) # Case: A Passive House with moderate windows and high insulation print(calculate_solar_heating(15, 10, 4)) </syntaxhighlight> ; Green Landmarks : '''The 'Bosco Verticale' (Milan)''' β Two "Skyscrapers" covered in **800 Trees**, proving "Nature" can be "Integrated" into "High-Density Cities." : '''The 'Crystal' (London)''' β A "Sustainable Cities Initiative" building: it uses "No Fossil Fuels" and "Recycles 100% of its Water." : '''Masdar City (UAE)''' β The "Attempt" to build a "Zero-Carbon City" in the "Desert," "Testing" "Ancient Cooling" and "Modern Tech." : '''The 'Living Building Challenge' ''' β The "Strictest" certification: a building must be "Self-Sufficient" and "Beautiful" for **12 months** before it can be certified. </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