File size: 3,114 Bytes
26e15e0
 
72ac0cb
 
26e15e0
 
72ac0cb
26e15e0
 
 
72ac0cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: Master Thesis
emoji: πŸ“š
colorFrom: green
colorTo: blue
sdk: static
pinned: true
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


## Overview
This is the web verison of my master thesis - the title of the master thesis is: Flow predictions using control-oriented cluster-based network modeling.
The web version of the master thesis, available at [https://jav-ed.github.io/master_Thesis/](https://jav-ed.github.io/master_Thesis/) and is aimed to offer an interactive reading experience. 

<br/>
<br/>
<p align="center">
  <img src="https://jav-ed.github.io/master_Thesis/Data/6_Html_Data/1_Logo_Img/1_Tornado.svg" />
</p>
<br/>
<br/>

type: Master thesis - TU Braunschweig (Germany)\newline

title: Flow predictions using control-oriented cluster-based network modeling\newline

access: https://jav-ed.github.io/master_Thesis/  πŸ“š


The used license is: [![Hippocratic License HL3-BDS-CL-ECO-EXTR-MEDIA-MIL-SV-XUAR](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-BDS-CL-ECO-EXTR-MEDIA-MIL-SV-XUAR&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/bds-cl-eco-extr-media-mil-sv-xuar.html)


##  Abstract 
Note, to see the content without \gls{var}, please have a look at [https://jav-ed.github.io/master_Thesis/Data/1_Writing/0_Deco/2_1_Abstract.html](https://jav-ed.github.io/master_Thesis/Data/1_Writing/0_Deco/2_1_Abstract.html).

In this master thesis, a data-driven modeling technique is proposed. 
It enables making predictions for general dynamic systems for unknown model parameter values or operating conditions.
The tool is denoted as \gls{cnmc}.
The most recent developed version delivered promising results for the chaotic Lorenz system [@lorenz1963deterministic].
Since, the earlier work was restricted to the application of only one dynamical system, with this contribution the first major improvement was to allow \gls{cnmc} to be utilized for any general dynamical system. 
For this, \gls{cnmc} was written from scratch in a modular manner. 
The limitation of the number of the dimension and the shape of the trajectory of the dynamical systems are removed.
Adding a new dynamic system was designed such that it should be as straightforward as possible. 
To affirm this point, 10 dynamic systems, most of which are chaotic systems, are included by default. 
To be able to run \gls{cnmc} on arbitrary dynamic systems in an automated way, a parameter study for the modal decomposition method \gls{nmf} was implemented.
However, since a single \gls{nmf} solution took up to hours, a second option was added, i.e., \gls{svd}. 
With \gls{svd} the most time-consuming task could be brought to a level of seconds.
The improvements introduced, allow \gls{cnmc} to be executed on a general dynamic system on a normal computer in a reasonable time. 
Furthermore, \gls{cnmc} comes with its integrated post-processor in form of HTML files to inspect the generated plots in detail.
All the parameters used in \gls{cnmc} some additional beneficial features can be controlled via one settings file.