TL;DR
FastCTF introduces a robust, accurate, and efficient algorithm for computing conduction transfer function coefficients and thermal response factors, enabling quick and reliable thermal load estimations in building simulations.
Contribution
It presents a novel algorithm using power series and Padé approximants for calculating CTF coefficients, validated against theoretical and existing methods.
Findings
High accuracy in thermal response estimation
Efficient computation suitable for variable wall weights
Open-source C++ implementation available
Abstract
Conduction transfer functions (CTF) are commonly used in the building services to quickly estimate hourly conduction heat loads through multilayered walls without resorting to expensive, time-consuming solutions of the heat equation. It is essential for any software developed for this purpose to be able to simulate walls of varying weight with a high degree of accuracy. A robust algorithm for computing CTF coefficients and thermal response factors based on power series expansions of solutions of the governing equations in the complex s-domain is presented and validated. These series expansions are used to to construct Pad\'e approximants of the system's transfer functions, which greatly simplifies the inversion of the solution from the complex domain to the time domain, and allows for an easy recovery of a time series representation via the Z-transform. The algorithm is also implemented…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
