summaryrefslogtreecommitdiff
path: root/sources/dt_features_comparison.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-03 09:59:24 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-03 09:59:24 +0200
commit7631e050a4fdacf123c1069d4776ac703ca96a93 (patch)
tree28bf0e3b55012a40c2e86f09309586bd3240ae6b /sources/dt_features_comparison.tex
parentedacd80ac2103a74edc96f01549832b90fc6c635 (diff)
feat: fixed the first research question, added figure spacing
Diffstat (limited to 'sources/dt_features_comparison.tex')
-rw-r--r--sources/dt_features_comparison.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/sources/dt_features_comparison.tex b/sources/dt_features_comparison.tex
new file mode 100644
index 0000000..79e7675
--- /dev/null
+++ b/sources/dt_features_comparison.tex
@@ -0,0 +1,27 @@
+\begin{table}[t]
+ \centering
+ \renewcommand{\arraystretch}{1.4}
+ \begin{tabular}{m{0.4\linewidth}cccc}
+ \toprule
+ Feature & ExaDigiT~\cite{DBLP:conf/sc/BrewerMKWBHSGGW24} & SmartDC~\cite{DBLP:conf/noms/ZhangZLZWC22} & DyTwin~\cite{DBLP:conf/sc/TaheriBPRHDEWPM24} \\
+ \midrule
+ Virtual Prototyping & & \ding{51} & \\
+ Scenario Exploration & & & \\
+ 3D Facility Modelling & \ding{51} (via CFD and Modelica) & \ding{51} (via CFD and 6SigmaDC) & \\
+ Predictive maintenance & & & \\
+ Predictive energy modelling & & \ding{51} & \\
+ Reliability and availability modeling & & & \\
+ Cooling system modelling & & \ding{51} & \\
+ Network modelling & & & \\
+ Predictive modelling & & & \\
+ Power/Energy consumption optimization (PUE) & & \ding{51} & \\
+ Heat and Airflow distribution modelling & & \ding{51} & \\
+ Visual analytics dashboard & & & \\
+ Forensic analysis and diagnostics & & & \\
+ Failure detection & & & \\
+ Operational optimization & & & \\
+ Resource allocation & & & \\
+ \midrule
+ \end{tabular}
+ \caption{Comparison of selected features of existing datacenter digital twins.}
+\end{table}