mabuseif commited on
Commit
925d870
·
verified ·
1 Parent(s): b481c23

Update app/materials_library.py

Browse files
Files changed (1) hide show
  1. app/materials_library.py +3 -3
app/materials_library.py CHANGED
@@ -1391,13 +1391,13 @@ def display_materials_help():
1391
  **Materials Tab:**
1392
 
1393
  * **Library Materials**: Pre-defined materials with standard thermal properties. Use 'Preview' to view details or 'Copy' to add to your project.
1394
- * **Project Materials**: Materials you have added to your project. Use 'Edit' to modify or 'Delete' to remove.
1395
  * **Material Editor/Creator**: Create new materials or edit existing project materials. Library materials can only be previewed.
1396
 
1397
  **Fenestrations Tab:**
1398
 
1399
  * **Library Fenestrations**: Pre-defined windows, doors, and skylights. Use 'Preview' to view details or 'Copy' to add to your project.
1400
- * **Project Fenestrations**: Fenestrations you have added to your project. Use 'Edit' to modify or 'Delete' to remove.
1401
  * **Fenestration Editor/Creator**: Create new fenestrations or edit existing project fenestrations. Library fenestrations can only be previewed.
1402
 
1403
  **Key Properties:**
@@ -1405,7 +1405,7 @@ def display_materials_help():
1405
  * **Thermal Conductivity (W/m·K)**: Rate of heat transfer through a material. Lower values indicate better insulation.
1406
  * **Density (kg/m³)**: Mass per unit volume.
1407
  * **Specific Heat (J/kg·K)**: Energy required to raise the temperature of 1 kg by 1 K. Higher values indicate better thermal mass.
1408
- * **Thermal Mass**: Areal heat capacity, categorized as Low (<30,000 J/m²·K), Medium (30,000–90,000 J/m²·K), or High (>90,000 J/m²·K).
1409
  * **U-Value (W/m²·K)**: Overall heat transfer coefficient, accounting for material and surface resistances. Lower values indicate better insulation.
1410
  * **SHGC**: Solar Heat Gain Coefficient (0-1). Fraction of incident solar radiation that enters through a fenestration.
1411
  * **Visible Transmittance**: Fraction of visible light that passes through a fenestration.
 
1391
  **Materials Tab:**
1392
 
1393
  * **Library Materials**: Pre-defined materials with standard thermal properties. Use 'Preview' to view details or 'Copy' to add to your project.
1394
+ * **Project Materials**: Materials you've added to your project. Use 'Edit' to modify or 'Delete' to remove.
1395
  * **Material Editor/Creator**: Create new materials or edit existing project materials. Library materials can only be previewed.
1396
 
1397
  **Fenestrations Tab:**
1398
 
1399
  * **Library Fenestrations**: Pre-defined windows, doors, and skylights. Use 'Preview' to view details or 'Copy' to add to your project.
1400
+ * **Project Fenestrations**: Fenestrations you've added to your project. Use 'Edit' to modify or 'Delete' to remove.
1401
  * **Fenestration Editor/Creator**: Create new fenestrations or edit existing project fenestrations. Library fenestrations can only be previewed.
1402
 
1403
  **Key Properties:**
 
1405
  * **Thermal Conductivity (W/m·K)**: Rate of heat transfer through a material. Lower values indicate better insulation.
1406
  * **Density (kg/m³)**: Mass per unit volume.
1407
  * **Specific Heat (J/kg·K)**: Energy required to raise the temperature of 1 kg by 1 K. Higher values indicate better thermal mass.
1408
+ * **Thermal Mass (J/m²·K)**: Areal heat capacity (density × specific heat × thickness).
1409
  * **U-Value (W/m²·K)**: Overall heat transfer coefficient, accounting for material and surface resistances. Lower values indicate better insulation.
1410
  * **SHGC**: Solar Heat Gain Coefficient (0-1). Fraction of incident solar radiation that enters through a fenestration.
1411
  * **Visible Transmittance**: Fraction of visible light that passes through a fenestration.