Skip to content

Commit 96067a3

Browse files
committed
v0.6.0
1. Add Recirculated Supply & Return 2. Add Example 06 3. Update documentation
1 parent 8dca857 commit 96067a3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.6.0 (2025-10-13)
4+
5+
1. Add Recirculated Supply & Return
6+
2. Add Example 06
7+
3. Update documentation
8+
39
## v0.5.0 (2025-10-09)
410

511
1. Add CO2 generation rate, based on A. Persily, L. De Jonge, Carbon dioxide generation rates for building occupants, Indoor Air 27 (5) (2017) 868–879. doi:10.1111/ina.12383

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ A lightweight, easy-to-use Python library and toolbox for indoor CO2 CFD simulat
8484
<td>Time-varying mouth boundary for <code>U</code> via <code>codedFixedValue</code> (sine). Parameterized by breathing frequency and average breathing flow rate (L/min). Amplitude is computed from target ventilation and patch area.
8585
</td>
8686
</tr>
87+
<tr>
88+
<td>Recirculated supply & return</td>
89+
<td>✅ Done (v0.6.0)</td>
90+
<td>Paired boundaries for internal (no-fresh-air) air recirculation, applicable to various devices, e.g., split AC indoor units for heating or cooling without fresh air input. The CO2 concentration of the supply air is equal to that of the return air (dynamic).
91+
</td>
92+
</tr>
8793
</table>
8894

8995
[Back to top ↥](#quick-navigation)

0 commit comments

Comments
 (0)