Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion _applications/2026-combustion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a id="cfd"></a>
Expand Down
9 changes: 3 additions & 6 deletions _research/ai-models/combustion/hosvd_gpr_combustion_post.md
Original file line number Diff line number Diff line change
@@ -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/
---

<script>
Expand Down Expand Up @@ -116,10 +117,6 @@ Combining the interpolated coefficients with the core tensor and rescaling gives

![Reconstruction error per species for Re=13000, mf=0.08](/assets/img/Tutorial/Combustion/hosvd_gpr/relative_error_per_feat_Re13000_mf008.png)

## Contributors

Isacco Faglioni

## **References**

[1] Aversano, et al., *Digital twin of a combustion furnace operating in flameless conditions: reduced-order model development from CFD simulations*, Proc. Combust. Inst. 38(4):5373–5381, 2021.
Expand Down
2 changes: 1 addition & 1 deletion _tutorials/2026-combustion_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The reference case is the DLR turbulent non-premixed jet flame. The burner consi

<!-- IMAGES -->
<p style="text-align: center;">
<img src="https://github.com/modelflows/modelflowsapp/blob/dev/assets/img/DLR_burner_Geometry.png?raw=true" alt="DLR burner geometry" width="60%">
<img src="https://github.com/modelflows/modelflowsapp/blob/dev/assets/img/DLR_burner_Geometry.png?raw=true" alt="DLR burner geometry" width="65%">
</p>

| Quantity | Description |
Expand Down
2 changes: 1 addition & 1 deletion research/ai-combustion.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Data-driven and AI approaches to reactive flow modelling
This section collects all the research done by our group regarding reduced-order modelling and AI-driven methods for combustion.

<div class="row">
{% assign current_posts = site.research | where_exp: "post", "post.topic == 'Combustion' and post.category == 'AI & Data-Driven Models'" %}
{% assign current_posts = site.research | where: "topic", "Combustion" %}
{% for post in current_posts %}
<div class="col-md-12 mb-4">
<div class="card flex-row" style="border: 1px solid #ddd; border-radius: 8px; overflow: hidden; padding: 15px;">
Expand Down
Loading