From 9bf4b38659012812a2b7e41ffe6d5006201f45d5 Mon Sep 17 00:00:00 2001
From: Ray-Zou-eng <47179502+Ray-Zou-eng@users.noreply.github.com>
Date: Tue, 23 Jun 2026 17:27:04 +0200
Subject: [PATCH 1/3] Update 2026-combustion.md
---
_applications/2026-combustion.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/_applications/2026-combustion.md b/_applications/2026-combustion.md
index 7c84ccfa710c..f0e9e11ed0c6 100644
--- a/_applications/2026-combustion.md
+++ b/_applications/2026-combustion.md
@@ -18,11 +18,14 @@ The applications focuse on the DLR methane/hydrogen/nitrogen turbulent diffusion
* [DLR Flame CFD Workflow](#cfd-workflow)
* [Tutorial](#cfd-tutorial)
+
* [AI & Data-Driven Models](#ai)
-
+
* [HOSVD + GPR Parametric Interpolation](#ai-hosvd-gpr)
* [Tutorial](#hosvd-tutorial-and-post)
+
* [References](#references)
+
* [Contributors](#contributors)
# CFD & High-Fidelity Simulations
From a74055ad6648a913b6740155121de91b056fd310 Mon Sep 17 00:00:00 2001
From: Ray-Zou-eng <47179502+Ray-Zou-eng@users.noreply.github.com>
Date: Tue, 23 Jun 2026 17:29:02 +0200
Subject: [PATCH 2/3] Update 2026-combustion_tutorial.md
---
_tutorials/2026-combustion_tutorial.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_tutorials/2026-combustion_tutorial.md b/_tutorials/2026-combustion_tutorial.md
index 3dad194ce838..90bba5b14719 100644
--- a/_tutorials/2026-combustion_tutorial.md
+++ b/_tutorials/2026-combustion_tutorial.md
@@ -30,7 +30,7 @@ The reference case is the DLR turbulent non-premixed jet flame. The burner consi
-
+
| Quantity | Description |
From 3179c578d0d2a8251877425fc9ee3abae89915fe Mon Sep 17 00:00:00 2001
From: Isacco
Date: Thu, 25 Jun 2026 23:12:43 +0200
Subject: [PATCH 3/3] Fix AI combustion research page and post structure
- Fix Liquid syntax error in ai-combustion.md (simplify to plain where filter)
- Add intermediate listing page at /research/ai-combustion/ by moving post permalink to /research/ai-combustion/hosvd-gpr-surrogate/
- Switch post layout to post and add date for "Posted on" display
- Remove Contributors section from research post (contributors belong in software/Apps)
---
.../ai-models/combustion/hosvd_gpr_combustion_post.md | 9 +++------
research/ai-combustion.md | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/_research/ai-models/combustion/hosvd_gpr_combustion_post.md b/_research/ai-models/combustion/hosvd_gpr_combustion_post.md
index ee847388691d..ac6e787a0b16 100644
--- a/_research/ai-models/combustion/hosvd_gpr_combustion_post.md
+++ b/_research/ai-models/combustion/hosvd_gpr_combustion_post.md
@@ -1,11 +1,12 @@
---
-layout: page
+layout: post
+date: 2026-06-25
title: "HOSVD + GPR: Parametric Surrogate for Turbulent Jet Flames"
category: "AI & Data-Driven Models"
topic: "Combustion"
tldr: "Parametric interpolation of the DLR turbulent jet diffusion flame using Higher-Order SVD and Gaussian Process Regression to predict full combustion fields at unseen operating conditions."
thumbnail: "assets/img/Tutorial/Combustion/hosvd_gpr/Re16000_mf012.png"
-permalink: /research/ai-combustion/
+permalink: /research/ai-combustion/hosvd-gpr-surrogate/
---