Description Usage Arguments Examples
When using dilution ventilation, the flow rate of fresh air is determined by (a) contaminant generation, (b) proper mixing, and (c) target final concentration. The methods used apply to uniform rates of generation and low to moderate toxicity. This function is used to determine the concentration buildup that will occur over a given period measured in minutes.
1 | concentration(contaminant.generation.rate, flow.rate.cfm, timeframe, volume.cf)
|
contaminant.generation.rate |
the rate of contaminant released in cubic feet per minute (cfm) |
flow.rate.cfm |
the rate of air flow in cubic feet per minute (cfm) |
timeframe |
the number of minutes (min) it takes to reach the new concentration |
volume.cf |
the volume of the room in cubic feet (cf) |
1 2 3 4 5 6 7 8 | ## concentration(1.4, 2500, 11, 75000)
## contaminant generation is 1.4 cfm
## air flow is 2500 cfm
## 11 minutes is the time interval
## room is 75,000 cubic feet
## "Concentration: 171.90 ppm"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.