-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
337 lines (299 loc) · 15.3 KB
/
index.html
File metadata and controls
337 lines (299 loc) · 15.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KOALA - Advanced Thermal Analysis Tool & Rhino Plugin</title>
<meta name="description"
content="KOALA is a standalone cross-platform app and Rhino 3D plugin for advanced construction assembly thermal analysis, U-Value calculation, and 3D heat transfer modeling.">
<meta name="keywords"
content="thermal analysis, U-value, building assemblies, Rhino 3D plugin, heat transfer, condensation risk, architecture software">
<meta name="author" content="Timur Dogan">
<meta property="og:title" content="KOALA - Advanced Thermal Analysis Tool">
<meta property="og:description"
content="KOALA is a 2D and 3D thermal analysis software for analyzing building assemblies, available as a standalone app or Rhino plugin.">
<meta property="og:type" content="website">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- MathJax for rendering equations -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<!-- Umami Analytics -->
<script defer src="https://cloud.umami.is/script.js"
data-website-id="d8ea1a0b-7c84-4131-9d98-2c71283b3c57"></script>
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">
<img src="img/KLogo.png" alt="KOALA" style="height: 40px; width: auto;">
</div>
<div class="nav-links">
<a href="#features">Features</a>
<a href="documentation.html">Documentation</a>
<a href="#download" class="btn btn-primary">
<i class="fas fa-download"></i> Get KOALA
</a>
</div>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1>KOALA<sub>flx</sub></h1>
<p>K-value Optimization & Advanced Layer Analysis<br>Thermal Analysis of Building Assemblies</p>
<p
style="margin-top: 1rem; color: var(--text-muted); max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.6;">
Koala can be used as a standalone cross-platform app that allows construction entry with a table
form. It also offers a Rhino plugin that supports full 3D heat transfer analysis.
</p>
<!-- <div class="hero-cta">
<a href="#download" class="btn btn-primary">
<i class="fas fa-download"></i> Get KOALA
</a>
<a href="#features" class="btn btn-secondary">
Learn More
</a>
</div> -->
<div class="hero-image">
<img src="img/screenshot.png" alt="KOALA Interface">
</div>
</div>
</section>
<section id="features" class="features">
<div class="container">
<div class="section-header">
<span class="section-tag">Features</span>
<h2>Tool For Advanced Construction Assembly Thermal Analysis</h2>
</div>
<div class="features-grid">
<!--<div class="feature-card">
<div class="feature-image">
<div class="img-placeholder">Editor Screenshot</div>
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-layer-group"></i>
</div>
<h3>Construction Editor</h3>
<p>Build assemblies layer by layer. Manage homogeneous and inhomogeneous layers with
parametric editing of thickness and stud spacing.</p>
</div>
</div> -->
<div class="feature-card">
<div class="feature-image">
<img src="img/3dheatransfer.png" alt="3D Heat Transfer">
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-cubes"></i>
</div>
<h3>3D Heat Transfer in Rhino3d</h3>
<p>Koala for Rhino supports full 3D heat transfer analysis by modeling volume blocks with
assigned materials.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image">
<img src="img/materials.png" alt="Material Management"> -->
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-database"></i>
</div>
<h3>Material Management</h3>
<p>Robust built-in library of standard materials. Create custom libraries, import/export
JSON, and manage distinct properties.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image">
<img src="img/export.png" alt="Equivalent U-Value and IDF">
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-calculator"></i>
</div>
<h3>U-Value Calculation</h3>
<p>Compute U-values that take into account the thermal bridging effect in inhomogeneous
constructions and export equivalent homogenious construction to EnergyPlus IDF.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image contain">
<img src="img/dynamic.png" alt="Dynamic Analysis"> -->
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-wave-square"></i>
</div>
<h3>Dynamic Analysis</h3>
<p>ISO 13786 compliant dynamic solver. Calculate decrement factor, phase shift, and thermal
admittance for time-dependent response.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image contain">
<img src="img/temperaturegradient.png" alt="Temperature Gradient">
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-temperature-high"></i>
</div>
<h3>Temperature Gradient Mapping</h3>
<p>Visualize temperature distribution to identify thermal weak points to facilitate thermal
bridging mitigation.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image contain">
<img src="img/heatflux.png" alt="Heat Flux Mapping"> -->
<div class="img-placeholder">Heat Flux Mapping</div>
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-bars-staggered"></i>
</div>
<h3>Heat Flux Mapping</h3>
<p>Visualize heat flux through your construction assembly components</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image contain">
<img src="img/condensation.png" alt="Condensation Risk">
</div>
<div class="feature-content">
<div class="feature-icon">
<i class="fas fa-tint"></i>
</div>
<h3>Condensation Risk Analysis</h3>
<p>Perform a 2D condensation risk assessment and understand where moisture issues could
arise.</p>
</div>
</div>
</div>
</div>
</section>
<section id="download" class="download">
<div class="container">
<div class="section-header">
<h2>Download KOALA for your platform</h2>
<p style="margin-top: 10px; color: var(--text-muted);">Public Beta (Expires January 1, 2027)</p>
</div>
<div class="download-cards">
<div class="download-card">
<div class="os-icon">
<i class="fab fa-windows"></i>
</div>
<h3>Windows</h3>
<span class="version">v1.0.0 (x64)</span>
<a href="#" class="btn btn-primary" onclick="openModal('Windows', '')">Download
.exe</a>
</div>
<div class="download-card">
<div class="os-icon">
<i class="fab fa-apple"></i>
</div>
<h3>macOS</h3>
<span class="version">v1.0.0 (Universal)</span>
<a href="#" class="btn btn-primary" onclick="openModal('macOS', '')">Download
.dmg</a>
<div style="margin-top: 10px;">
<a href="documentation.html#mac-installation"
style="color: var(--text-muted); text-decoration: underline; font-size: 0.9em;">Installation
Instructions</a>
</div>
</div>
<div class="download-card">
<div class="os-icon">
<img src="img/rhinod_icon.webp" alt="Rhino 3D" style="height: 3rem; width: auto;">
</div>
<h3>Rhino 3D</h3>
<span class="version">Plugin (v1.0.0)</span>
<a href="documentation.html#rhino-plugin" class="btn btn-secondary">Package Manager</a>
<div style="margin-top: 10px;">
<a href="documentation.html#rhino-plugin"
style="color: var(--text-muted); text-decoration: underline; font-size: 0.9em;">Installation
Instructions</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2026 Timur Dogan. All rights reserved.</p>
<p class="footer-links"><a href="license.html">Software License</a></p>
</div>
</footer>
<!-- Download Modal -->
<div id="downloadModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal()">×</span>
<h2>Get KOALA for <span id="platformName"></span></h2>
<p style="margin-bottom: 1rem; color: var(--text-muted);">Please share a bit about yourself. The installer
download links will be provided after this short form. By downloading and installing the software, you
are agreeing to the <a href="license.html" target="_blank"
style="color: var(--primary); text-decoration: underline;">license</a>.</p>
<div class="form-container">
<!-- Iframe src will be set dynamically to include pre-filled platform -->
<iframe id="googleFormIframe" src="" width="100%" height="500" frameborder="0" marginheight="0"
marginwidth="0">Loading…</iframe>
</div>
<div class="modal-footer">
<!-- <p class="modal-note">Finished the form?</p>
<a id="finalDownloadBtn" href="#" class="btn btn-primary" onclick="handleDownload()">
<i class="fas fa-download"></i> Start Download
</a> -->
</div>
</div>
</div>
<script>
// Modal logic
const modal = document.getElementById("downloadModal");
const platformSpan = document.getElementById("platformName");
const formIframe = document.getElementById("googleFormIframe");
let currentDownloadUrl = "";
const baseFormUrl = "https://docs.google.com/forms/d/e/1FAIpQLSdD_Id0k9NyOirrJRc1OGQ-yDChW14p5x7cDBk--HINyaklbQ/viewform?embedded=true";
const platformEntryId = "entry.1515897647";
function openModal(platform, url) {
modal.style.display = "block";
platformSpan.textContent = platform;
currentDownloadUrl = url;
// Map platform name to form expectation if needed
let formPlatformValue = platform;
if (platform === 'macOS') formPlatformValue = 'Mac';
// Construct URL with pre-filled platform
// Note: Google Forms prefills use query parameters
const formUrl = `${baseFormUrl}&${platformEntryId}=${encodeURIComponent(formPlatformValue)}`;
formIframe.src = formUrl;
// Prevent scrolling on body when modal is open
document.body.style.overflow = "hidden";
}
function closeModal() {
modal.style.display = "none";
document.body.style.overflow = "auto";
}
function handleDownload() {
// Trigger download logic
if (currentDownloadUrl) {
if (currentDownloadUrl.includes('example.com')) {
alert(`Starting download for ${platformSpan.textContent}... (This is a placeholder action)`);
} else {
window.location.href = currentDownloadUrl;
}
}
closeModal();
}
// Close modal when clicking outside of the content
window.onclick = function (event) {
if (event.target == modal) {
closeModal();
}
}
</script>
</body>
</html>