This project implements the Glaser Method for assessing moisture risk in building materials. It allows users to input boundary conditions and wall materials to evaluate the potential for condensation and moisture-related issues.
glaser-moisture
├── index.html # Main HTML structure for the application
├── styles # Directory containing CSS styles
│ └── styles.css # Styles for the application
├── scripts # Directory containing JavaScript functionality
│ └── app.js # JavaScript code for managing materials and calculations
└── README.md # Documentation for the project
-
Clone the repository:
git clone <repository-url> cd glaser-moisture
-
Open
index.html
in your web browser to view the application.
- Input the interior and exterior temperature and humidity values.
- Add wall materials by clicking "Add Material Layer" and selecting the material type.
- Click "Calculate Moisture Risk" to assess the risk of condensation.
- Review the results displayed below the input sections, including a wall visualization and charts.
- The project uses Chart.js for visualizing temperature and vapor pressure profiles. Ensure you have an internet connection to load the library from the CDN.
This project is licensed under the MIT License. See the LICENSE file for more details.