-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.html
More file actions
87 lines (78 loc) · 4.21 KB
/
Copy pathprograms.html
File metadata and controls
87 lines (78 loc) · 4.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Research Programs — Interliant Technologies</title>
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="description" content="Interliant Technologies active research programs: Mobile Fog-Harvesting Harp and PhaseJump Micro Cooler." />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<div class="navwrap">
<div class="brand">
<img class="logo" src="Interliant-symbol.svg" alt="Interliant symbol" />
<div class="brandtext">
<div class="name">
<span class="name-blue">Inter</span><span class="name-orange">liant</span>
<span class="name-gray"> Technologies</span>
</div>
<div class="sub">
Deterministic fluid behavior through engineered interfaces
</div>
</div>
</div>
<nav>
<a href="index.html">Home</a>
<a href="platform.html">Platform</a>
<a class="active" href="programs.html">Programs</a>
<a href="about.html">About</a>
</nav>
</div>
</header>
<main class="container">
<section class="hero">
<h1>Active Research Programs</h1>
<p>
Interliant is currently advancing early-stage research programs that apply engineered interfaces and interfacial physics to distinct water and thermal-management challenges.
</p>
</section>
<section class="section grid">
<div class="card">
<h2>Mobile Fog-Harvesting Harp</h2>
<p>
Fog harvesting offers access to atmospheric water in regions where liquid water is scarce, but existing collectors are limited by low-wind performance, droplet retention, and re-entrainment.
</p>
<p>
The Mobile Fog-Harvesting Harp investigates an <strong>interface-enabled fog-collection mechanism</strong> that integrates aerodynamic conditioning of fog-laden airflow with slippery hydrophilic collector surfaces. These engineered interfaces promote dense droplet nucleation while enabling rapid shedding with minimal pinning, reducing retained water and re-entrainment relative to conventional wire or mesh collectors.
</p>
<p>
The research evaluates whether combining <strong>controlled airflow interaction</strong> with <strong>low-hysteresis, surface-engineered drainage</strong> can deliver measurable improvements in net water yield per frontal area, particularly under low-wind fog conditions where existing collectors are most limited.
</p>
<p><strong>Current focus:</strong> feasibility-scale modeling, benchtop fog testing, and durability evaluation of surface-engineered wire arrays.</p>
</div>
<div class="card">
<h2>PhaseJump™ Micro Cooler</h2>
<p>
As power densities in electronics continue to rise, passive thermal-management technologies are increasingly constrained by capillary limits, orientation sensitivity, and slow liquid return.
</p>
<p>
PhaseJump™ explores an <strong>interface-driven thermal-management mechanism</strong> in which condensation is transformed into a controlled droplet-generation and ejection process. The concept builds on prior advances in surface-engineered droplet coalescence and ballistic ejection, extending these principles into compact, sealed device architectures suitable for micro-scale thermal management.
</p>
<p>
Engineered condensation interfaces are used to control where droplets nucleate, grow, merge, and eject, enabling rapid liquid recycling without pumps, wicks, or gravity dependence. By replacing capillary-limited condensate return with <strong>surface-mediated droplet transport</strong>, PhaseJump™ aims to establish a new pathway for passive, orientation-independent hotspot cooling.
</p>
<p><strong>Current focus:</strong> fabrication and experimental validation of condensation-surface architectures at feasibility scale.</p>
</div>
</section>
<footer class="footer">
<div>© <span id="y"></span> Interliant Technologies</div>
<div><a href="about.html">Contact</a></div>
</footer>
</main>
<script>
document.getElementById("y").textContent = new Date().getFullYear();
</script>
</body>
</html>