> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/moisture/driving-rain.md).

# Driving Rain

<figure><img src="/files/m8VsaW0NYqCsCWTBOhHk" alt=""><figcaption></figcaption></figure>

## Water Sources

Deposit a moisture or air-infiltration source into cells of the construction

### Rain

Configure the fraction of rain deposited anywhere across the entire construction. Default 1% on the water control layer.

### Fixed Source

Configure a Fixed Source kg/(m² s) water deposit anywhere across the entire construction.&#x20;

### Air Infiltration

Configure a Air Permeability (q50) m³/(m² h) rate to assume air exfiltration anywhere across the entire construction.&#x20;

## Exterior Rain Exposure Factor

Configure the exterior rain exposure factor that measures how much wind-driven rain hits a building wall. It depends on local weather, surrounding terrain, and building shape. Default 0.5.

## Exterior Rain Deposition Factor

Configure the exterior rain deposition factor that defines the ratio of wind-driven rain hitting a specific building facade compared to the unobstructed free-wind rain. Default 1.0.

## Exterior Rain Adhering Fraction

Configure the exterior rain adhering fraction (also called the rain reduction factor or rain water absorption factor) is the percentage of wind-driven rain hitting a building surface that stays on the wall to be absorbed, rather than splashing or running off. Default 0.7.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/workflows/moisture/driving-rain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
